added Yayo_combat_3 Patch

This commit is contained in:
Cocopomel 2021-03-11 02:49:55 +09:00
parent e05ebc066d
commit 0b3d578323
2 changed files with 19 additions and 20 deletions

View File

@ -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>

View 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>