diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-11 02:17:05 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-11 02:17:05 -0200 |
commit | 49e731907a5377496d081be4f3366a4d4bdb36ca (patch) | |
tree | f3aecca3e250a7ed79f24bef2e8d3b268775d5b3 /items.xml | |
parent | 8d57b8179ff6c132df850e591faf559de6f4520b (diff) | |
download | clientdata-49e731907a5377496d081be4f3366a4d4bdb36ca.tar.gz clientdata-49e731907a5377496d081be4f3366a4d4bdb36ca.tar.bz2 clientdata-49e731907a5377496d081be4f3366a4d4bdb36ca.tar.xz clientdata-49e731907a5377496d081be4f3366a4d4bdb36ca.zip |
Minor changes to items.xml to better suit our wiki, and reduce testxml warns.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -285,6 +285,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Croconut" description="Fallen from a crocotree, this fruit could be opened." useButton="Open" + effect="Inedible" type="usable" weight="80"/> <item id="514" @@ -400,6 +401,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Iron Shovel" useButton="Use" description="Discover treasures, dungeons and raw materials." + effect="Dig holes" type="usable" weight="210" maxFloorOffset="5"/> @@ -867,7 +869,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="585" image="usable/cavesnakeegg.png" name="Cave Snake Egg" - description="." + description="For omelettes." useButton="Eat" effect="Heal 1000-5000 HP" type="usable" @@ -1623,7 +1625,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="808" image="generic/powder.png" name="Powder" - description="" + description="It will either bake a cake, or send your house though airs." type="generic" weight="1" maxFloorOffset="20"/> @@ -1770,35 +1772,35 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="829" image="generic/butterfly.png" name="Butterfly" - description="" + description="It's made of butter! It flies! It is a BUTTERFLY!" type="generic" weight="1" maxFloorOffset="20"/> <item id="830" image="generic/cavesnaketongue.png" name="Cave Snake Tongue" - description="" + description="It is not kind to show tongues to people, you know." type="generic" weight="1" maxFloorOffset="20"/> <item id="831" image="generic/redscorpionstinger.png" name="Red Scorpion Stinger" - description="" + description="It stings!" type="generic" weight="1" maxFloorOffset="20"/> <item id="832" image="generic/blackscorpionstinger.png" name="Black Scorpion Stinger" - description="" + description="It stings!" type="generic" weight="1" maxFloorOffset="20"/> <item id="833" image="generic/emptybottle.png" name="Empty Bottle" - description="" + description="If you are thristy, this won't solve your problems." type="generic" weight="5" maxFloorOffset="20"/> @@ -1849,7 +1851,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="1005" image="equipment/amulet/jacksskeletoncharm.png" - name="Jack’s Skeleton Charm" + name="Jack's Skeleton Charm" description="A mysterious charm said to only work at a special time of year." level="60" type="equip-necklace" @@ -3825,7 +3827,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/trainingbow.png" name="Training Bow" description="Primarily used in training " - attack="=20" + attack="20" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" |