This commit is contained in:
2025-08-09 12:03:00 +08:00
parent 28907251bb
commit a1998ba80e
6 changed files with 34 additions and 2 deletions

View File

@@ -7,8 +7,8 @@
<description>一个为乌拉族设计的全自动维护舱。乌拉族需要定期进入其中进行身体机能的维护和校准,否则他们的身体会逐渐衰弱。维护过程需要消耗零部件。</description>
<containedPawnsSelectable>true</containedPawnsSelectable>
<graphicData>
<texPath>Things/Building/Misc/BiosculpterPod/BiosculpterPod</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<texPath>Wula/Building/WULA_Synth_Maintainer_south</texPath>
<graphicClass>Graphic_Single</graphicClass>
<shadowData>
<volume>(2.9,0.6,1.9)</volume>
</shadowData>
@@ -23,6 +23,7 @@
<blockWind>true</blockWind>
<fillPercent>0.5</fillPercent>
<canOverlapZones>false</canOverlapZones>
<rotatable>false</rotatable>
<statBases>
<MaxHitPoints>250</MaxHitPoints>
<WorkToBuild>20000</WorkToBuild>

11
1.6/Defs/WULA_Jobs.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>WULA_HaulToMaintenancePod</defName>
<driverClass>WulaFallenEmpire.JobDriver_HaulToMaintenancePod</driverClass>
<reportString>hauling TargetA to TargetB.</reportString>
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
</JobDef>
</Defs>