暂存
This commit is contained in:
@@ -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>
|
||||
|
||||
17
1.6/Defs/WorkGiverDefs/WULA_WorkGivers.xml
Normal file
17
1.6/Defs/WorkGiverDefs/WULA_WorkGivers.xml
Normal 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>
|
||||
Reference in New Issue
Block a user