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