diff options
author | Reid <reidyaro@gmail.com> | 2012-07-08 16:22:24 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-08 16:25:28 +0200 |
commit | 5533053fb0e500b01cc1996d9f83c0eddfbf91fa (patch) | |
tree | e800bee945de1f5931a4685bea65545a278b2035 /items.xml | |
parent | 44a18afa9799b0a5dd9c116e132bc8d7accdad58 (diff) | |
download | clientdata-5533053fb0e500b01cc1996d9f83c0eddfbf91fa.tar.gz clientdata-5533053fb0e500b01cc1996d9f83c0eddfbf91fa.tar.bz2 clientdata-5533053fb0e500b01cc1996d9f83c0eddfbf91fa.tar.xz clientdata-5533053fb0e500b01cc1996d9f83c0eddfbf91fa.zip |
Add maxFloorOffset on acorn and bread items.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -163,14 +163,17 @@ Colors for dyable equipments or items are now set up by itemcolors.xml. description="Squichy's food which should be good in a cake." effect="+15 HP" type="usable" - weight="2"/> + weight="2" + maxFloorOffset="10"/> <item id="502" image="usable/bread.png" name="Bread" description="Home-made bread." effect="+30 HP" type="usable" - weight="5"/> + weight="5" + maxFloorOffsetX="6" + maxFloorOffsetY="10"/> <item id="503" image="usable/fungus.png" name="Fungus" |