diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-03 03:11:56 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-03 03:11:56 +0000 |
commit | 0e5ca04fdc5a02a122a058fa46c546ac9301aecd (patch) | |
tree | 3c566b2a5e50ac9c4643a7bf1d35abbc50bd5dee | |
parent | 9675d3a527b0046fe67b522646c90d3ea52d0b75 (diff) | |
download | clientdata-0e5ca04fdc5a02a122a058fa46c546ac9301aecd.tar.gz clientdata-0e5ca04fdc5a02a122a058fa46c546ac9301aecd.tar.bz2 clientdata-0e5ca04fdc5a02a122a058fa46c546ac9301aecd.tar.xz clientdata-0e5ca04fdc5a02a122a058fa46c546ac9301aecd.zip |
add community shirt
-rw-r--r-- | items.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2832,6 +2832,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <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" + name="Community Shirt" + description="You are now part of TMW2 history." + defense="40" + level="25" + type="equip-torso" + weight="120"> + <sprite gender="unisex">equipment/chest/communityshirt-male.xml</sprite> + <sprite gender="female">equipment/chest/communityshirt-female.xml</sprite> + </item> <!-- Boots --> <item id="1800" |