Skip to content

Instantly share code, notes, and snippets.

@Vultraz
Created April 24, 2013 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vultraz/5449915 to your computer and use it in GitHub Desktop.
Save Vultraz/5449915 to your computer and use it in GitHub Desktop.
[pick_up_item]
id=regen_amulet
name= _ "Amulet of Regeneration"
image=icons/jewelry_necklace_amber.png
description= _ "This amulet will allow its wearer to heal 8 HP per turn."
effect_type="continuous"
event=regen_necklace_taken
[command]
[object]
id=regen_necklace_e1s6
silent=yes
duration=forever
[effect]
apply_to=new_ability
[abilities]
{ABILITY_REGENERATES}
[/abilities]
[/effect]
[/object]
[/command]
[removal_command]
[remove_object]
[filter_wml]
id=regen_necklace_e1s6
[/filter_wml]
[/remove_object]
[/removal_command]
[/pick_up_item]
[/event]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment