Files
WulaFallenEmpireRW/1.6/Defs/WorkGivers/Wula_WorkGivers.xml

114 lines
3.5 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<WorkGiverDef>
<defName>WULA_Cube_ProductorBills</defName>
<label>在编织体制造物品</label>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Smithing</workType>
<priorityInType>75</priorityInType>
<fixedBillGiverDefs>
<li>WULA_Cube_Productor_BIO</li>
<li>WULA_Cube_Productor_Energy</li>
</fixedBillGiverDefs>
<verb>工作于</verb>
<gerund>工作于</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>
<WorkGiverDef>
<defName>WULA_Large_Mechine_proudctor_Bills</defName>
<label>在乌拉帝国机械工厂培育机械</label>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Smithing</workType>
<priorityInType>75</priorityInType>
<fixedBillGiverDefs>
<li>WULA_Large_Mechine_proudctor</li>
</fixedBillGiverDefs>
<verb>工作于</verb>
<gerund>工作于</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>
<WorkGiverDef>
<defName>WULA_Synth_ServerBills</defName>
<label>在服务器系统下载数据</label>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Smithing</workType>
<priorityInType>75</priorityInType>
<fixedBillGiverDefs>
<li>WULA_Synth_Server</li>
</fixedBillGiverDefs>
<verb>工作于</verb>
<gerund>工作于</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>
<WorkGiverDef>
<defName>FeedWulaPatient</defName>
<label>为机械乌拉补充能量</label>
<giverClass>WulaFallenEmpire.WorkGiver_FeedWulaPatient</giverClass>
<workType>Doctor</workType>
<priorityInType>100</priorityInType>
<verb>补充能量</verb>
<gerund>补充能量于</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<modExtensions>
<li Class="WulaFallenEmpire.WorkGiverDefExtension_FeedWula">
<feedThreshold>0.25</feedThreshold>
<energySourceDef>WULA_Charge_Cube</energySourceDef>
</li>
</modExtensions>
</WorkGiverDef>
<WorkGiverDef>
<defName>FeedWulaPrisoner</defName>
<label>为乌拉囚犯补充能量</label>
<giverClass>WulaFallenEmpire.WorkGiver_Warden_FeedWula</giverClass>
<workType>Warden</workType>
<priorityInType>100</priorityInType>
<verb>补充能量</verb>
<gerund>补充能量于</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<modExtensions>
<li Class="WulaFallenEmpire.WorkGiverDefExtension_FeedWula">
<feedThreshold>0.25</feedThreshold>
<energySourceDef>WULA_Charge_Cube</energySourceDef>
</li>
</modExtensions>
</WorkGiverDef>
<WorkGiverDef>
<defName>DeliverEnergyToWulaPrisoner</defName>
<label>为乌拉囚犯运送能量</label>
<giverClass>WulaFallenEmpire.WorkGiver_Warden_DeliverEnergy</giverClass>
<workType>Warden</workType>
<priorityInType>50</priorityInType>
<verb>运送能量</verb>
<gerund>运送能量于</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<modExtensions>
<li Class="WulaFallenEmpire.WorkGiverDefExtension_FeedWula">
<feedThreshold>0.35</feedThreshold>
<energySourceDef>WULA_Charge_Cube</energySourceDef>
</li>
</modExtensions>
</WorkGiverDef>
</Defs>