diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:12:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 22:12:07 -0300 |
commit | 5c09b168d53c73d2310787e36bcd7627e36f2167 (patch) | |
tree | ace6f053f50644e694b0a846be7f4fb423c45408 | |
parent | 5b47a8951c2a80225890c3d5af7664229521f346 (diff) | |
download | clientdata-5c09b168d53c73d2310787e36bcd7627e36f2167.tar.gz clientdata-5c09b168d53c73d2310787e36bcd7627e36f2167.tar.bz2 clientdata-5c09b168d53c73d2310787e36bcd7627e36f2167.tar.xz clientdata-5c09b168d53c73d2310787e36bcd7627e36f2167.zip |
Fix bugs introduced by @Saulc please see the diff
-rw-r--r-- | items.xml | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -2525,7 +2525,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Sailor Shirt" description="Proof that ye be in the crew, matey!" defense="55" - effect="STR +1" + str="1" level="25" type="equip-torso" weight="110"> @@ -2811,8 +2811,9 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="unisex">equipment/chest/warlordplate-male.xml|#573f10,9c8226,d3c04b,ffffff</sprite> <sprite gender="female">equipment/chest/warlordplate-female.xml|#573f10,9c8226,d3c04b,ffffff</sprite> </item> + <!-- @Saulc you need itemColors attribute to dye icon, not an empty dye command --> <item id="1332" - image="equipment/chest/cottonshirt.png|W" + image="equipment/chest/cottonshirt.png" name="%Color% Cotton Shirt" description="Shirt made of 100% cotton" defense="30" @@ -2825,16 +2826,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="1334" image="equipment/chest/candorshirt.png" name="Crusade Armor" - description="Are you a crusader ?" + description="Are you a crusader?" defense="100" level="30" + effects="TODO" type="equip-torso" weight="1200"> <sprite gender="unisex">equipment/chest/crusadearmor-male.xml</sprite> <sprite gender="female">equipment/chest/crusadearmor-female.xml</sprite> </item> <item id="1335" - image="equipment/chest/communityshirt.png|W" + image="equipment/chest/communityshirt.png" name="%Color% Community Shirt" description="You are now part of TMW2 history." defense="40" @@ -3814,7 +3816,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </replace> </item> <item id="2912" - image="equipment/head/bunnyears.png|W" + image="equipment/head/bunnyears.png" name="%Color% Bunny Ears" description="A headband with plush %color% bunny ears." defense="5" |