Advertisement
PHO3NIZ

Untitled

Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. insanity:
  2. display: '%group-color%Insanity'
  3. description: "You swing your axe like a maniac. Multiplies damage against players\nwho are wielding a SWORD at the time they are hit."
  4. applies-to: 'Axe'
  5. type: 'ATTACK'
  6. group: 'LEGENDARY'
  7. applies:
  8. - ALL_AXE
  9. levels:
  10. 1:
  11. chance: 5
  12. condition:
  13. - '%victim is holding% = WOOD_AXE : %continue%'
  14. - '%victim is holding% = STONE_AXE : %continue%'
  15. - '%victim is holding% = GOLD_AXE : %continue%'
  16. - '%victim is holding% = IRON_AXE : %continue%'
  17. - '%victim is holding% = DIAMOND_AXE : %continue%'
  18. effects:
  19. - 'INCREASE_DAMAGE:2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement