This commit is contained in:
2025-08-09 00:44:31 +08:00
parent fa442bd7fd
commit 8d4fa0f7b8
11 changed files with 36 additions and 282 deletions

View File

@@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<WorkGiverDef>
<defName>WULA_LoadComponentsToMaintenancePod</defName>
<label>装填维护舱</label>
<giverClass>WulaFallenEmpire.WorkGiver_LoadComponents</giverClass>
<workType>Hauling</workType>
<verb>装填</verb>
<gerund>装填于</gerund>
<priorityInType>110</priorityInType> <!-- High priority for hauling -->
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
<WorkGiverDef>
<defName>WULA_EnterMaintenancePod</defName>
<label>进行机体维护</label>
<giverClass>WulaFallenEmpire.WorkGiver_EnterMaintenancePod</giverClass>
<workType>Patient</workType>
<verb>进行维护</verb>
<gerund>进行维护于</gerund>
<priorityInType>100</priorityInType> <!-- High priority for self-care -->
</WorkGiverDef>
</Defs>