RimWorld

RimWorld

More Linkables
This topic has been locked
Kayedon 18 Oct, 2021 @ 7:32pm
Coal Expanded (Continued) XML
<?xml version="1.0" encoding="utf-8"?> <Patch> <Operation Class="PatchOperationInsert"> <success>Always</success> <xpath>/Defs/ThingDef[defName="CoalSmelter" or defName="CoalCrematorium"]/comps/li</xpath> <value> <li Class="CompProperties_AffectedByFacilities"> <linkableFacilities> <li>ToolCabinet</li> </linkableFacilities> </li> </value> </Operation> <Operation Class="PatchOperationInsert"> <success>Always</success> <xpath>/Defs/ThingDef[defName="CoalGrill"]/comps/li</xpath> <value> <li Class="CompProperties_AffectedByFacilities"> <linkableFacilities> <li>KitchenCupboard</li> </linkableFacilities> </li> </value> </Operation> </Patch>
Last edited by Kayedon; 18 Oct, 2021 @ 7:32pm