Created
April 24, 2013 05:53
-
-
Save Vultraz/5449915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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