diff options
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> |