diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-09 19:06:30 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-09 19:06:30 -0200 |
commit | ba7266214e4ca0971e940619157494b877b01b5e (patch) | |
tree | 77d2c09df7c4e0876d87d5b0a67e6163b1bdfaad /items.xml | |
parent | 2d3a3c21a0fa259eeeb094e56289c98f426a9435 (diff) | |
download | clientdata-ba7266214e4ca0971e940619157494b877b01b5e.tar.gz clientdata-ba7266214e4ca0971e940619157494b877b01b5e.tar.bz2 clientdata-ba7266214e4ca0971e940619157494b877b01b5e.tar.xz clientdata-ba7266214e4ca0971e940619157494b877b01b5e.zip |
Acorn Of Death (To Be Deleted later)
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -3977,4 +3977,26 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-ammo" attack="80" weight="1"/> + <item id="7420" + image="usable/acorn.png" + name="Acorn Of Death" + description="You died, and you got was this nasty acorn!" + useButton="Eat" + effect="Heal 12-18 HP" + type="usable" + weight="3" + maxFloorOffset="10"> + <inventory> + <menu + name1="Eat" + command1="useinv 'INVINDEX'" + name2="Eat" + /> + <menu + name1="Plant" + command1="useinv 'INVINDEX' 1" + name2="Plant" + /> + </inventory> + </item> </items> |