Advertisement
Guest User

Untitled

a guest
Aug 1st, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. [pick_up_item]
  2. id=regen_amulet
  3. name= _ "Amulet of Regeneration"
  4. image=icons/jewelry_necklace_amber.png
  5. description= _ "This amulet will allow its wearer to heal 8 HP per turn."
  6. effect_type="continuous"
  7. event=regen_necklace_taken
  8. [command]
  9. [object]
  10. #id=regen_necklace_e1s6 ### Cannot use id, it prevents continuous equiping and re-equiping
  11. silent=yes
  12. duration=forever
  13. [effect]
  14. apply_to=new_ability
  15. [abilities]
  16. {ABILITY_REGENERATES}
  17. [/abilities]
  18. [/effect]
  19. [/object]
  20. [/command]
  21. [removal_command]
  22. [remove_object]
  23. [filter_wml]
  24. [effect]
  25. apply_to=new_ability
  26. [abilities]
  27. {ABILITY_REGENERATES}
  28. [/abilities]
  29. [/effect]
  30. [/filter_wml]
  31. [/remove_object]
  32. [/removal_command]
  33. [/pick_up_item]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement