diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2007-09-20 19:56:35 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2007-09-20 19:56:35 +0000 |
commit | bf1827c2c636cedfb51e2d35b09dbd16840892fa (patch) | |
tree | 0fb514f59ebe862f1ae1dd7165b98413b0529410 /items.xml | |
parent | 662597f1417bc0f94e66b80a6347b1ad84f8aa1d (diff) | |
download | clientdata-bf1827c2c636cedfb51e2d35b09dbd16840892fa.tar.gz clientdata-bf1827c2c636cedfb51e2d35b09dbd16840892fa.tar.bz2 clientdata-bf1827c2c636cedfb51e2d35b09dbd16840892fa.tar.xz clientdata-bf1827c2c636cedfb51e2d35b09dbd16840892fa.zip |
Added 4 new items and a new ice cave map.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -109,6 +109,19 @@ <item id="32" slot="0" attacktype="swing"> <sprite>weapon-scythe.xml</sprite> </item> + + <item id="33" slot="0"> + <sprite>item019.xml</sprite> + </item> + <item id="34" slot="0"> + <sprite>item020.xml</sprite> + </item> + <item id="35" slot="0"> + <sprite>item021.xml</sprite> + </item> + <item id="36" slot="0"> + <sprite>item022.xml</sprite> + </item> <item id="501" image="use-potion-cactusdrink.png" name="Cactus drink" description="A fresh drink." effect="+15 HP" type="0" weight="25" slot="0"/> <item id="502" image="use-potion-cactuspotion.png" name="Cactus potion" description="A fresh potion." effect="+25 HP/+10 MP" type="0" weight="40" slot="0"/> @@ -291,6 +304,18 @@ <sprite gender="male">chest-lightplatemail-male.xml</sprite> <sprite gender="female">chest-lightplatemail-female.xml</sprite> </item> + <item id="627" image="armor-head-tophat.png" name="Top hat" description="For the gentry of The Mana World." effect="Defense: +15" type="0" weight="20" slot="0"> + <sprite>item019.xml</sprite> + </item> + <item id="628" image="armor-head-funkyhat.png" name="Funky hat" description="Yawn..." effect="Defense: +18" type="0" weight="20" slot="0"> + <sprite>item020.xml</sprite> + </item> + <item id="629" image="armor-head-mushroomhat.png" name="Mush hat" description="Soft and fashionable." effect="Defense: +15" type="0" weight="20" slot="0"> + <sprite>item021.xml</sprite> + </item> + <item id="630" image="armor-head-shroomhat.png" name="Shroom hat" description="Evil and fashionable." effect="Defense: +18" type="0" weight="20" slot="0"> + <sprite>item022.xml</sprite> + </item> <item id="1199" image="weapon-arrow-arrow.png" name="Arrow" description="A standard arrow." effect="Damage: +25" type="0" weight="8" slot="0"/> <item id="1200" image="weapon-bow-bow.png" name="Bow" description="A distance weapon." effect="Damage: +15 / Range: 5" type="0" weight="125" slot="0" attacktype="bow"> <sprite>weapon-bow.xml</sprite> |