20 lines
692 B
XML
20 lines
692 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>Core SK</li>
|
|
</mods>
|
|
<match Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef[defName="ChunkSlagSteel"]/smeltProducts</xpath>
|
|
<value>
|
|
<smeltProducts>
|
|
<Plasteel>15</Plasteel>
|
|
<AluminiumBar>10</AluminiumBar>
|
|
<CopperBar>6</CopperBar>
|
|
<SteelBar>2</SteelBar>
|
|
<FerrosiliconAlloy>1</FerrosiliconAlloy>
|
|
</smeltProducts>
|
|
</value>
|
|
</match>
|
|
</Operation>
|
|
</Patch> |