Compare commits
1 Commits
main
...
OilTransfu
Author | SHA1 | Date | |
---|---|---|---|
|
19db016772 |
@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Defs>
|
||||||
|
|
||||||
|
<RecipeDef ParentName="PN_Surgery">
|
||||||
|
<defName>PN_EmergencyOilTransfusion</defName>
|
||||||
|
<label>Emergency Oil Transfusion</label>
|
||||||
|
<description>Use Pnl Fuel to reduce the effects of oil loss.</description>
|
||||||
|
<jobString>performing oil transfusion on TargetA.</jobString>
|
||||||
|
<workAmount>800</workAmount>
|
||||||
|
<hideBodyPartNames>true</hideBodyPartNames>
|
||||||
|
<targetsBodyPart>false</targetsBodyPart>
|
||||||
|
<anesthetize>false</anesthetize>
|
||||||
|
<workerClass>Recipe_BloodTransfusion</workerClass>
|
||||||
|
<surgeryOutcomeEffect IsNull="True" /> <!-- Always succeeds -->
|
||||||
|
<ingredients>
|
||||||
|
<li>
|
||||||
|
<filter>
|
||||||
|
<thingDefs>
|
||||||
|
<li>PN_AutomatonFuel</li>
|
||||||
|
</thingDefs>
|
||||||
|
</filter>
|
||||||
|
</li>
|
||||||
|
</ingredients>
|
||||||
|
<fixedIngredientFilter>
|
||||||
|
<thingDefs>
|
||||||
|
<li>PN_AutomatonFuel</li>
|
||||||
|
</thingDefs>
|
||||||
|
</fixedIngredientFilter>
|
||||||
|
</RecipeDef>
|
||||||
|
|
||||||
|
</Defs>
|
@ -15,4 +15,8 @@
|
|||||||
<PN_RemoveAutoRepairSystem.description>移除自动修复系统</PN_RemoveAutoRepairSystem.description>
|
<PN_RemoveAutoRepairSystem.description>移除自动修复系统</PN_RemoveAutoRepairSystem.description>
|
||||||
<PN_RemoveAutoRepairSystem.jobString>移除自动修复系统中</PN_RemoveAutoRepairSystem.jobString>
|
<PN_RemoveAutoRepairSystem.jobString>移除自动修复系统中</PN_RemoveAutoRepairSystem.jobString>
|
||||||
|
|
||||||
|
<PN_EmergencyOilTransfusion.label>紧急输油</PN_EmergencyOilTransfusion.label>
|
||||||
|
<PN_EmergencyOilTransfusion.description>使用Pnl燃料来减少漏油对姬关人形的影响。</PN_EmergencyOilTransfusion.description>
|
||||||
|
<PN_EmergencyOilTransfusion.jobString>正在对TargetA进行紧急输油。</PN_EmergencyOilTransfusion.jobString>
|
||||||
|
|
||||||
</LanguageData>
|
</LanguageData>
|
@ -11,4 +11,11 @@
|
|||||||
</value>
|
</value>
|
||||||
</Operation>
|
</Operation>
|
||||||
|
|
||||||
|
<Operation Class="PatchOperationAdd">
|
||||||
|
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="Paniel_Race"]/recipes</xpath>
|
||||||
|
<value>
|
||||||
|
<li>PN_EmergencyOilTransfusion</li>
|
||||||
|
</value>
|
||||||
|
</Operation>
|
||||||
|
|
||||||
</Patch>
|
</Patch>
|
Loading…
x
Reference in New Issue
Block a user