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