边缘世界 RimWorld

边缘世界 RimWorld

More Linkables
此主题已被锁定
Kayedon 2021 年 10 月 18 日 下午 7:32
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>
最后由 Kayedon 编辑于; 2021 年 10 月 18 日 下午 7:32