isekaiob.HSKGrinder/Defs/RecipeDefs/BurnWastepacks.xml.disabled
2024-09-26 20:49:48 +08:00

27 lines
951 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<RecipeDef>
<defName>CremateWastepack</defName>
<label>cremate toxic wastepack</label>
<description>Burn toxic wastepack into ash. To make sure it's totally detoxified, it need significant work to make.</description>
<jobString>Cremating toxic wastepack.</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workAmount>4500</workAmount>
<effectWorking>Cremate</effectWorking>
<soundWorking>Recipe_Cremate</soundWorking>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Wastepack</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<recipeUsers>
<li>ElectricCrematorium</li>
<li>Kiln</li>
</recipeUsers>
</RecipeDef>
</Defs>