Skip to content
1 change: 1 addition & 0 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
<li>arquebus.stagzmerfolk</li>
<li>sierra.rf.medievaloverhaul</li>
<li>addie.housevanilla</li>
<li>botchjob.profaned</li>
</loadAfter>
</ModMetaData>
3 changes: 2 additions & 1 deletion LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<li IfModActive="dev.tobot.vpe.betterautocast">Mods and Shit/Better Autocasting</li>
<li IfModActive="arquebus.stagzmerfolk">Mods and Shit/Merren</li>
<li IfModActive="sierra.rf.medievaloverhaul">Mods and Shit/Rimfantasy</li>
<li IfModActive="addie.housevanilla">Mods and Shit/Rimfantasy Vanilla</li>
<li IfModActive="addie.housevanilla">Mods and Shit/House Van Illa</li>
<li IfModActive="botchjob.profaned">Mods and Shit/Profaned</li>
</v1.5>
</loadFolders>
17 changes: 17 additions & 0 deletions Mods and Shit/House Van Illa/Patches/Vanilla_patch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="Addie_CrystalBrazier"]/designationCategory</xpath>
<value>
<designationCategory>Ferny_Lighting</designationCategory>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="Addie_RimecrystalBrazier"]/designationCategory</xpath>
<value>
<designationCategory>Ferny_Lighting</designationCategory>
</value>
</Operation>
</Patch>
24 changes: 24 additions & 0 deletions Mods and Shit/Profaned/Patches/Profaned patch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="BotchJob_ProfanedLantern"]/designationCategory</xpath>
<value>
<designationCategory>Ferny_Lighting</designationCategory>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<success>Always</success>
<xpath>Defs/ThingDef[defName="BotchJob_ProfanedLanternDarklight"]</xpath>
<value>
<designationCategory>Ferny_Lighting</designationCategory>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<success>Always</success>
<xpath>Defs/ThingDef[defName="BotchJob_ProfanedLanternBlood"]</xpath>
<value>
<designationCategory>Ferny_Lighting</designationCategory>
</value>
</Operation>
</Patch>