diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-23 09:54:50 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:56:44 +0100 |
commit | c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f (patch) | |
tree | 4761b1a288d8df1687843115622e53bbe52258ba /items.xml | |
parent | 36eb20db5941278b336f78c2e94ecf1221cf1bf3 (diff) | |
download | clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.tar.gz clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.tar.bz2 clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.tar.xz clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.zip |
Add a few missing items and the Noh Mask
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -529,6 +529,33 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="usable" weight="50" maxFloorOffset="6"/> + <item id="564" + image="usable/roastedmaggot.png" + name="Roasted Maggot" + useButton="Eat" + description="a maggot, roasted on fire. Mmh, crunchy!" + effect="Heal 100-250 HP" + type="usable" + weight="5" + maxFloorOffset="6"/> + <item id="565" + image="usable/bottleofwater.png" + name="Bottle of Water" + useButton="Eat" + description="Fresh springwater from Hurnscald area. Healthy!" + effect="Heal 300-500 HP" + type="usable" + weight="25" + maxFloorOffset="6"/> + <item id="566" + image="usable/cherrycake.png" + name="Cherry Cake" + useButton="Eat" + description="If you like sweets, you will love this homemade cherry cake." + effect="Heal 180-360 HP" + type="usable" + weight="10" + maxFloorOffset="6"/> <!-- Generic Items --> <item id="700" @@ -1445,6 +1472,16 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item from="-14" to="-9"/> <item from="-15" to="-19"/> </replace> + </item> + <item id="2914" + image="equipment/head/nohmask.png" + name="Noh Mask" + description="A traditional chinese Noh Mask." + defense="0" + level="15" + type="equip-head" + weight="50"> + <sprite>equipment/head/nohmask.xml</sprite> </item> <!-- Neck Armors --> |