diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-12-11 12:54:12 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-12-11 12:54:12 +0000 |
commit | 054cd9a8fe0a4433a7e83aa0de42db02033f59de (patch) | |
tree | 91ca055d6d259ac0935cd043fd99d6c2f80c0768 /items.xml | |
parent | df24545494d44431325b0e85b4e2581fbc45ae9f (diff) | |
download | clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.gz clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.bz2 clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.xz clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.zip |
Added new sweaters by Saphy. Info for server admins: Item IDs are 564 for turtleneck (should already be in there) and 624 for v-neck. The visible sprite IDs are 19 for turtleneck and 20 for v-neck. By the way, I would have liked to rename armor-chest-woolsweater.png to armor-chest-tnecksweater.png instead of deleting and adding it, but sourceforge didn't allowed it (got a 403 error).
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,7 @@ <item id="561" image="weapon-sword-sabre.png" art="0" name="Sabre" description="A sword with a very sharp, curved, single-edged blade" effect="" type="0" weight="10" slot="0"/> <item id="562" image="use-food-chickenleg.png" art="0" name="Chicken leg" description="A well cooked chicken leg" effect="" type="0" weight="10" slot="0"/> <item id="563" image="armor-hands-wintergloves.png" art="0" name="Winter gloves" description="Soft and warm gloves" effect="" type="0" weight="10" slot="0"/> - <item id="564" image="armor-chest-woolsweater.png" art="0" name="Wool sweater" description="Soft and warm sweater" effect="" type="0" weight="10" slot="0"/> + <item id="564" image="armor-chest-tnecksweater.png" art="0" name="Turtlenck sweater" description="Soft and warm sweater" effect="" type="0" weight="10" slot="0"/> <item id="565" image="generic-petal.png" art="0" name="Petal" description="A petal from an evil flower" effect="" type="0" weight="10" slot="0"/> <item id="566" image="generic-smallmushroom.png" art="0" name="Small mushroom" description="A mushroom" effect="" type="0" weight="10" slot="0"/> <item id="567" image="use-potion-ironpotion.png" art="0" name="Iron potion" description="Increases your attack strenght" effect="" type="0" weight="10" slot="0"/> @@ -123,6 +123,7 @@ <item id="621" image="armor-head-eyepatch.png" art="0" name="Eyepatch" description="What really makes you a pirate." effect="Defense: +3" type="0" weight="10" slot="0"/> <item id="622" image="armor-head-bandana.png" art="0" name="Bandana" description="A striped bandana." effect="Defense: +3" type="0" weight="10" slot="0"/> <item id="623" image="weapon-polearm-scythe.png" art="0" name="Scythe" description="Usually used for farming but also useable as a weapon." effect="Damage: +25 / Range: 1" type="0" weight="10" slot="0"/> + <item id="624" image="armor-chest-vnecksweater.png" art="0" name="V-neck Sweater" description="Soft and warm sweater" effect="" type="0" weight="10" slot="0"/> <item id="1199" image="weapon-arrow-arrow.png" art="0" name="Arrow" description="A standard arrow" effect="Damage: +25" type="0" weight="10" slot="0"/> <item id="1200" image="weapon-bow-bow.png" art="0" name="Bow" description="A distance weapon" effect="Damage: +15 / Range: 5" type="0" weight="10" slot="0"/> <item id="1201" image="weapon-dagger-knive.png" art="0" name="Knife" description="A small knife, the perfect weapon for a beginner" effect="Damage: 5 / Range: 1" type="0" weight="10" slot="0"/> |