added Yayo_combat_3 Patch
This commit is contained in:
parent
e05ebc066d
commit
0b3d578323
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<Patch>
|
|
||||||
<!--
|
|
||||||
<Operation Class="PatchOperationSequence">
|
|
||||||
<success>Always</success>
|
|
||||||
<operations>
|
|
||||||
<li Class="PatchOperationTest">
|
|
||||||
<xpath>Defs/BodyPartDef[defName="Brain"]/spawnThingOnRemoved</xpath>
|
|
||||||
<success>Invert</success>
|
|
||||||
</li>
|
|
||||||
<li Class="PatchOperationAdd">
|
|
||||||
<xpath>Defs/BodyPartDef[defName="Brain"]</xpath>
|
|
||||||
<value>
|
|
||||||
<spawnThingOnRemoved>PN_Brain</spawnThingOnRemoved>
|
|
||||||
</value>
|
|
||||||
</li>
|
|
||||||
</operations>
|
|
||||||
</Operation>
|
|
||||||
-->
|
|
||||||
</Patch>
|
|
19
1.2/Patches/Yayo_combat_3.xml
Normal file
19
1.2/Patches/Yayo_combat_3.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Patch>
|
||||||
|
<Operation Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Yayo's Combat 3</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationSequence">
|
||||||
|
<success>Always</success>
|
||||||
|
<operations>
|
||||||
|
<li Class="PatchOperationReplace">
|
||||||
|
<xpath>Defs/ThingDef[defName = "PN_Chainlongsword"]/equippedAngleOffset</xpath>
|
||||||
|
<value>
|
||||||
|
<equippedAngleOffset>0</equippedAngleOffset>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
</operations>
|
||||||
|
</match>
|
||||||
|
</Operation>
|
||||||
|
</Patch>
|
Loading…
x
Reference in New Issue
Block a user