Advertisement
PHO3NIZ

Untitled

Jun 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. deathgod:
  2. display: '%group-color%Death God'
  3. description: "Attacks that bring your HP to (level+4) hearts\nor lower have a chance to heal you for (level+5) hearts instead."
  4. applies-to: 'Helmet'
  5. type: 'DEFENSE'
  6. group: 'LEGENDARY'
  7. applies:
  8. - ALL_HELMET
  9. levels:
  10. 1:
  11. chance: 15
  12. condition: '%victim health% < 10 : %force%'
  13. effects:
  14. - 'ADD_HEALTH:12'
  15. 2:
  16. chance: 25
  17. condition: '%victim health% < 12 : %force%'
  18. effects:
  19. - 'ADD_HEALTH:14'
  20. 3:
  21. chance: 35
  22. condition: '%victim health% < 14 : %force%'
  23. effects:
  24. - 'ADD_HEALTH:16'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement