Jump to content

how to change DamageModifier to meleeToolStoneAxe?


darchon

Recommended Posts

meleeToolStoneAxe doesn't have a 'wood' DamageModifier anymore so the xpath doesn't find anything to change.

You could add one though:

<configs>
   <append xpath="/items/item[@name='meleeToolStoneAxe']/effect_group">
       <passive_effect name="DamageModifier" operation="perc_add" value="50" tags="wood"/>
   </append>
</configs>

Note that operation 'perc_add' with a value of 50 is a 5000% increase, which may be excessive.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...