暂存
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<JobDef>
|
||||
<defName>WULA_LoadComponentsToMaintenancePod</defName>
|
||||
<driverClass>WulaFallenEmpire.JobDriver_LoadComponents</driverClass>
|
||||
<reportString>正在为维护舱装填零部件。</reportString>
|
||||
<haulMode>ToCellNonStorage</haulMode>
|
||||
</JobDef>
|
||||
|
||||
<JobDef>
|
||||
<defName>WULA_EnterMaintenancePod</defName>
|
||||
<driverClass>WulaFallenEmpire.JobDriver_EnterMaintenancePod</driverClass>
|
||||
<reportString>正在进入维护舱。</reportString>
|
||||
</JobDef>
|
||||
|
||||
</Defs>
|
||||
@@ -42,13 +42,6 @@
|
||||
<building>
|
||||
<destroySound>BuildingDestroyed_Metal_Big</destroySound>
|
||||
<uninstallWork>1800</uninstallWork>
|
||||
<defaultStorageSettings>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
<li>ComponentIndustrial</li>
|
||||
</thingDefs>
|
||||
</filter>
|
||||
</defaultStorageSettings>
|
||||
</building>
|
||||
<designationCategory>Misc</designationCategory>
|
||||
<minifiedDef>MinifiedThing</minifiedDef>
|
||||
@@ -79,9 +72,6 @@
|
||||
<placeWorkers>
|
||||
<li>PlaceWorker_PreventInteractionSpotOverlap</li>
|
||||
</placeWorkers>
|
||||
<inspectorTabs>
|
||||
<li>ITab_Storage</li>
|
||||
</inspectorTabs>
|
||||
</ThingDef>
|
||||
|
||||
</Defs>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user