"调整烟花发射器和火箭的属性:提升发射器生命值至600,增强火箭基础伤害至15点"

This commit is contained in:
ProjectKoi-Kalo\Kalo 2025-05-11 16:09:42 +08:00
parent 0bc4cf7620
commit 6e771c5c78

View File

@ -6,14 +6,14 @@
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Fireworks_launcher"]/statBases/MaxHitPoints</xpath>
<value>
<MaxHitPoints>500</MaxHitPoints>
<MaxHitPoints>600</MaxHitPoints>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Fireworks_Rocket"]/projectile/damageAmountBase</xpath>
<value>
<damageAmountBase>9</damageAmountBase>
<damageAmountBase>15</damageAmountBase>
</value>
</li>
</operations>