diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-17 16:52:30 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-17 16:52:30 +0000 |
commit | 8a6d8c12d54300b4d5b52a2ab909cbb735873c52 (patch) | |
tree | 34d642c34387a670de0b088f18cd7e1361357928 | |
parent | d189f6a9db5b1a7809d122cda0b2bf38e81f10ac (diff) | |
download | clientdata-8a6d8c12d54300b4d5b52a2ab909cbb735873c52.tar.gz clientdata-8a6d8c12d54300b4d5b52a2ab909cbb735873c52.tar.bz2 clientdata-8a6d8c12d54300b4d5b52a2ab909cbb735873c52.tar.xz clientdata-8a6d8c12d54300b4d5b52a2ab909cbb735873c52.zip |
Add 2219 cfarmer pants with wrong sprite
-rw-r--r-- | items.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3509,6 +3509,19 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. maxFloorOffset="8"> <sprite gender="unisex">equipment/legs/pirateshorts-male.xml</sprite> </item> + <item id="2219" + image="equipment/legs/cottontrousers.png|W" + name="%Color% Farmer Pants" + description="Uncomfortable %Color% pants, just good to stain." + defense="31" + level="21" + type="equip-legs" + weight="340" + colors="simple" + maxFloorOffset="8"> + <sprite gender="unisex">equipment/legs/cottontrousers-male.xml</sprite> + <sprite gender="female">equipment/legs/cottontrousers-female.xml</sprite> + </item> <!-- Rings --> <item id="2500" image="equipment/rings/weddingring.png" |