RW-IzzyTweaks/1.5/Patches/FireWorship.xml

53 lines
2.0 KiB
XML
Raw Normal View History

2024-08-07 13:02:35 +10:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Ideology Expanded - Memes and Structures</li>
<li>Medieval Overhaul</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>
/Defs/VanillaMemesExpanded.FireSourcesForPreceptDefs[defName = "VME_SupportedFireSourcesForPreceptDef"]/supportedFireSourcesForPrecept
</xpath>
<value>
<li>DankPyon_WoodBurningStove</li>
<li>DankPyon_RusticHearth</li>
<li>DankPyon_RusticTorchLamp</li>
<li>DankPyon_WallTorch</li>
<li>DankPyon_Candles</li>
<li>DankPyon_Candles_Beeswax</li>
<li>DankPyon_CandleStand</li>
<li>DankPyon_CandleStand_Beeswax</li>
<li>DankPyon_RusticLamp</li>
<li>DankPyon_LampPost</li>
<li>DankPyon_WallLamp</li>
</value>
</li>
</operations>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Ideology Expanded - Memes and Structures</li>
<li>ReBuild: Doors and Corners</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>
/Defs/VanillaMemesExpanded.FireSourcesForPreceptDefs[defName = "VME_SupportedFireSourcesForPreceptDef"]/supportedFireSourcesForPrecept
</xpath>
<value>
<li>RB_Fireplace</li>
<li>RB_OverwallFireplace</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>