CustomPatchesForRimworld/ModPatches/CE_Propellant/Defs/CEP_BulkPropellant.xml
2025-01-14 11:53:59 +08:00

37 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<RecipeDef>
<defName>MXJP_CEP_BulkPropellant</defName>
<label>Bulk make propellant from cotton</label>
<description>Make a batch of propellant by chemically treating cellulose in cotton.</description>
<jobString>Refining propellant from cotton.</jobString>
<effectWorking>Cremate</effectWorking>
<soundWorking>Recipe_Cremate</soundWorking>
<workAmount>18750</workAmount>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<researchPrerequisite>CE_Gunpowder</researchPrerequisite>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Cloth</li>
<li MayRequire="dismarzero.VGP.VGPGardenFabrics">RawCotton</li>
</thingDefs>
</filter>
<count>150</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Cloth</li>
<li MayRequire="dismarzero.VGP.VGPGardenFabrics">RawCotton</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<AIE-Propellant>75</AIE-Propellant>
</products>
<recipeUsers>
<li>BiofuelRefinery</li>
</recipeUsers>
</RecipeDef>
</Defs>