22 lines
682 B
XML
22 lines
682 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>600</MaxHitPoints>
|
|
</value>
|
|
</li>
|
|
|
|
<li Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef[defName="Fireworks_Rocket"]/projectile/damageAmountBase</xpath>
|
|
<value>
|
|
<damageAmountBase>15</damageAmountBase>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</Operation>
|
|
|
|
</Patch> |