28 lines
889 B
XML
28 lines
889 B
XML
|
<?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>
|