diff options
author | Reid <reidyaro@gmail.com> | 2016-02-23 01:19:51 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-23 01:19:51 +0100 |
commit | 265074f94b72debb6378fc2941c05b0baa965767 (patch) | |
tree | 59e8653be6b19ed10a08cc88e723ea2347a00b04 /items.xml | |
parent | 6a9b8c802914b582553288384db9812a1c1959bc (diff) | |
download | clientdata-265074f94b72debb6378fc2941c05b0baa965767.tar.gz clientdata-265074f94b72debb6378fc2941c05b0baa965767.tar.bz2 clientdata-265074f94b72debb6378fc2941c05b0baa965767.tar.xz clientdata-265074f94b72debb6378fc2941c05b0baa965767.zip |
Fix various issue from testxml.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -594,7 +594,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="723" image="generic/mushroom-spores.png" name="Mushroom Spores" - description="" + description="Some colored spores, it helps mushrooms to spread across the land." type="generic" weight="1" maxFloorOffset="12"/> @@ -819,7 +819,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. name="Barrel" description="It smells as if somebody used to live inside this barrel..." defense="10" - level="" + level="5" type="equip-shield" weight="400"> <sprite>equipment/shields/barrel.xml</sprite> @@ -827,9 +827,9 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="2701" image="equipment/shields/leather.png" name="Leather Shield" - description="" + description="Small and round leather shield with iron reinforcement." defense="5" - level="" + level="5" type="equip-shield" weight="100"> </item> |