RW-IzzyTweaks/1.5/Patches/UninstallWreck.xml

28 lines
889 B
XML
Raw Permalink Normal View History

2024-08-07 13:02:35 +10:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vehicles Wrecks Expanded</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[starts-with(defName,"VVEW_")]</xpath>
<value>
<minifiedDef>MinifiedThing</minifiedDef>
<thingCategories>
<li>BuildingsMisc</li>
</thingCategories>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[starts-with(defName,"VVEW_")]/statBases</xpath>
<value>
<Mass>100</Mass>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>