This commit is contained in:
2025-08-09 00:57:04 +08:00
parent 8d4fa0f7b8
commit 80fa9f84b3
6 changed files with 188 additions and 22 deletions

View File

@@ -1,16 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>WULA_IngestWulaEnergy</defName>
<driverClass>WulaFallenEmpire.JobDriver_IngestWulaEnergy</driverClass>
<reportString>正在摄取能量。</reportString>
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
</JobDef>
<JobDef>
<defName>WULA_FeedWulaPatient</defName>
<driverClass>WulaFallenEmpire.JobDriver_FeedWulaPatient</driverClass>
<reportString>正在喂食能量核心。</reportString>
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
</JobDef>
<JobDef>
<defName>WULA_HaulToMaintenancePod</defName>
<driverClass>WulaFallenEmpire.JobDriver_HaulToMaintenancePod</driverClass>
<reportString>hauling TargetA to TargetB.</reportString>
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
</JobDef>
</Defs>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<WorkGiverDef>
<defName>WULA_HaulToMaintenancePod</defName>
<label>haul to maintenance pod</label>
<giverClass>WulaFallenEmpire.WorkGiver_HaulToMaintenancePod</giverClass>
<workType>Hauling</workType>
<priorityInType>20</priorityInType>
<verb>haul</verb>
<gerund>hauling</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
</Defs>