shadowm

Untitled

Jun 11th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. #define ABILITY_PROTECTION
  2. [resistance]
  3. id=protection
  4. add=20
  5. max_value=50
  6. apply_to=blade,pierce,impact,fire,cold,arcane
  7. {__ABILITY_TSTRING_PROTECTION}
  8. affect_self=no
  9. [affect_adjacent]
  10. adjacent=n,ne,se,s,sw,nw
  11. [filter]
  12. level=0
  13. [or]
  14. level=1
  15. [/or]
  16. [/filter]
  17. [/affect_adjacent]
  18.  
  19. # We need this to merely put the bonus under control; not base resistances themselves
  20. [filter_base_value]
  21. less_than_equal_to=50
  22. [/filter_base_value]
  23. [/resistance]
  24. #enddef
Advertisement
Add Comment
Please, Sign In to add comment