NHUX_balance_tweak/1.5/Patches/BAcos_Patch.xml
ProjectKoi-Kalo\Kalo 950531587e initialcommit
2025-05-11 12:32:08 +08:00

22 lines
681 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Fireworks_launcher"]/statBases/MaxHitPoints</xpath>
<value>
<MaxHitPoints>500</MaxHitPoints>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Fireworks_Rocket"]/projectile/damageAmountBase</xpath>
<value>
<damageAmountBase>9</damageAmountBase>
</value>
</li>
</operations>
</Operation>
</Patch>