Jump to content

How to add decapitation effect to the axe?


Xtrakicking

Recommended Posts

I just quickly wrote this, so it isnt tested, but it should work:

Edit: Just tested it with a Bone Knife and it works for me (for testing on a bone knife I changed "meleeToolAxeT1IronFireaxe" to "meleeWpnBladeT0BoneKnife")

your_mod/config/items.xml

<config>
<!-- Add Decapitation chance for Iron Axe / Fireaxe -->
  <append xpath="/items/item[@name='meleeToolAxeT1IronFireaxe']">
    <effect_group>
      <passive_effect name="DismemberChance" operation="base_add" value="90"/>
    </effect_group>
  </append>
</config>

 

Edited by Bladestorm Games (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...