summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-04-03 21:50:11 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-04-03 21:50:11 +0000
commit5c7b4d28fcce4113cf05e8b9630e1e395057e66e (patch)
tree92c35901656e1063ee3b2074a98178128c9576c6 /items.xml
parent6ac3309d89226dc8ff86af24a785d5694f8e93ad (diff)
downloadclientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.tar.gz
clientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.tar.bz2
clientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.tar.xz
clientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.zip
Converted platemail to dynamic recoloring. Added golden platemail item as a dynamic recolor of the normal platemail.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml20
1 files changed, 14 insertions, 6 deletions
diff --git a/items.xml b/items.xml
index bae091f3..738d2ab1 100644
--- a/items.xml
+++ b/items.xml
@@ -136,8 +136,8 @@
<sprite gender="female">chest-chainmail-female.xml</sprite>
</item>
<item id="26">
- <sprite gender="male">chest-lightplatemail-male.xml</sprite>
- <sprite gender="female">chest-lightplatemail-female.xml</sprite>
+ <sprite gender="male">chest-lightplatemail-male.xml|#ddeeff</sprite>
+ <sprite gender="female">chest-lightplatemail-female.xml||#ddeeff</sprite>
</item>
<item id="27">
<sprite>leg-skirt.xml</sprite>
@@ -200,6 +200,10 @@
<item id="44">
<sprite>head-cowboyblack.xml</sprite>
</item>
+ <item id="45">
+ <sprite gender="male">chest-lightplatemail-male.xml|#884422,ddaa22,ffff22</sprite>
+ <sprite gender="female">chest-lightplatemail-female.xml||#884422,ddaa22,ffff22</sprite>
+ </item>
<item id="501" image="use-potion-cactusdrink.png" name="Cactus drink" description="A fresh drink." effect="+15 HP" type="0" weight="25"/>
<item id="502" image="use-potion-cactuspotion.png" name="Cactus potion" description="A fresh potion." effect="+25 HP/+10 MP" type="0" weight="40"/>
@@ -378,9 +382,9 @@
<sprite gender="male">chest-chainmail-male.xml</sprite>
<sprite gender="female">chest-chainmail-female.xml</sprite>
</item>
- <item id="626" image="armor-chest-lightplatemail.png" name="Light Platemail" description="A light cuirass with shoulder pads made of iron. A cheap and plain but efficient armor usually worn by foot soldiers." effect="Defense: +25" type="0" weight="240">
- <sprite gender="male">chest-lightplatemail-male.xml</sprite>
- <sprite gender="female">chest-lightplatemail-female.xml</sprite>
+ <item id="626" image="armor-chest-lightplatemail.png|W:#ddeeff" name="Light Platemail" description="A light cuirass with shoulder pads made of iron. A cheap and plain but efficient armor usually worn by foot soldiers." effect="Defense: +25" type="0" weight="240">
+ <sprite gender="male">chest-lightplatemail-male.xml|#ddeeff</sprite>
+ <sprite gender="female">chest-lightplatemail-female.xml|#ddeeff</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">
<sprite>head-tophat.xml</sprite>
@@ -430,6 +434,10 @@
<item id="644" image="armour-head-cowboyblack.png" name="Black Cowboy Hat" description="A black cowboy hat with shinny buckles." effect="Defense: +6" type="0" weight="30">
<sprite>head-cowboyblack.xml</sprite>
</item>
+ <item id="645" image="armor-chest-lightplatemail.png|W:#884422,ddaa22,ffff22" name="Golden Platemail" description="A plate mail made from gold which can only be afforded by the richest of the richest." effect="Defense: +25" type="0" weight="240">
+ <sprite gender="male">chest-lightplatemail-male.xml|#884422,ddaa22,ffff22</sprite>
+ <sprite gender="female">chest-lightplatemail-female.xml||#884422,ddaa22,ffff22</sprite>
+ </item>
<item id="1199" image="weapon-arrow-arrow.png" name="Arrow" description="A standard arrow." effect="Damage: +25" type="0" weight="8"/>
<item id="1200" image="weapon-bow-bow.png" name="Bow" description="A distance weapon." effect="Damage: +15 / Range: 5" type="0" weapon_type="10" weight="125" attacktype="bow">
@@ -463,4 +471,4 @@
<item id="1214" image="armor-head-bunnyears.png" name="Bunny Ears" description="A headband with plush bunny ears." effect="Defense: +10" type="0" weight="20">
<sprite>head-bunnyears.xml</sprite>
</item>
-</items>
+</items> \ No newline at end of file