diff options
author | Wombat <hpwombat@yahoo.com> | 2011-01-30 04:11:16 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-01-30 04:11:16 -0500 |
commit | 89333c783d033ab077a8a86c8079bb6c08b2ab74 (patch) | |
tree | 49be672ba9e637ca02f0bd8c0e12cbb90a666387 /items.xml | |
parent | 04bddeea128328f7e8dc391acd0c9a8eafe905bc (diff) | |
download | clientdata-89333c783d033ab077a8a86c8079bb6c08b2ab74.tar.gz clientdata-89333c783d033ab077a8a86c8079bb6c08b2ab74.tar.bz2 clientdata-89333c783d033ab077a8a86c8079bb6c08b2ab74.tar.xz clientdata-89333c783d033ab077a8a86c8079bb6c08b2ab74.zip |
arrow, terranite arrow, iron arrow, monocle fix, lizard fix, yeti skin shirt
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -372,7 +372,7 @@ image="weapon-arrow-iron.png" name="Iron Arrow" description="A hard arrow made of iron." - effect="+60 Damage" + effect="+50 Damage" type="equip-ammo" weight="1" max-per-slot="100"/> @@ -2585,7 +2585,7 @@ image="weapon-arrow-arrow.png|W:#8B4513" name="Terranite Arrow" description="A terranite arrow." - effect="+50 Damage +1 range" + effect="+50 Damage +10 Critical" type="equip-ammo" weight="1" max-per-slot="100"/> @@ -2856,6 +2856,18 @@ hp="50" weight="5" max-per-slot="10"/> + <item id="791" + image="armor-chest-tanktop.png|W:#412300,c9866b,8d4900;#ffff00" + name="Yeti Skin Shirt" + description="A shirt made of hardened yeti skin." + effect="+12% Defense" + type="equip-torso" + weight="20" + defense="4" + max-per-slot="1"> + <sprite gender="male">chest-leather-male.xml|#573a26,c9866b,d3b79e,ffffff;#b96b3d,fbf5f1</sprite> + <sprite gender="female">chest-leather-female.xml|#412300,c9866b,8d4900;#ffff00</sprite> + </item> <!-- HERE ARE SOME UNUSED ITEM IDS --> @@ -2870,7 +2882,7 @@ image="weapon-arrow-arrow.png" name="Arrow" description="A standard arrow." - effect="+20 Damage" + effect="+25 Damage" type="equip-ammo" weight="1" max-per-slot="100"/> @@ -5501,7 +5513,7 @@ image="equipment/head/monocle.png" name="Monocle" description="A handy perception tool, even when not at the opera." - effect="+1 Range, +1 Dexterity" + effect="+20 Critical Damage, +1 Dexterity, +1 Luck" type="equip-head" weight="20" defense="2" |