야컴패치

This commit is contained in:
Cocopomel 2022-01-10 02:50:46 +09:00
parent 61d82a9b5e
commit a8f12a5c00

View File

@ -3,10 +3,13 @@
<Operation Class="PatchOperationFindMod">
<mods>
<li>Yayo's Combat 3</li>
<li>Yayo's Combat 3 [Adopted]</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<!--체인롱소드 SYS-->
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName = "PN_Chainlongsword"]/equippedAngleOffset</xpath>
<value>
@ -16,6 +19,17 @@
<li Class="PatchOperationRemove">
<xpath>Defs/ThingDef[defName = "PN_Chainlongsword"]/comps</xpath>
</li>
<!--스톰랜스 SYS-->
<li Class="PatchOperationReplace" MayRequire="Ludeon.RimWorld.Ideology">
<xpath>Defs/ThingDef[defName = "PN_StormLance_Bladelink"]/equippedAngleOffset</xpath>
<value>
<equippedAngleOffset>0</equippedAngleOffset>
</value>
</li>
<li Class="PatchOperationRemove" MayRequire="Ludeon.RimWorld.Ideology">
<xpath>Defs/ThingDef[defName = "PN_StormLance_Bladelink"]/comps</xpath>
</li>
</operations>
</match>
</Operation>