diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-13 13:02:30 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-13 13:02:30 +0100 |
commit | fe882d34498f73266009ebe77c488ffe60644ef3 (patch) | |
tree | 0a10fee9b15f63dab5a9078359c468c503690f0d | |
parent | 99c6c841ee55265082be632da270e2cdbda37116 (diff) | |
download | clientdata-fe882d34498f73266009ebe77c488ffe60644ef3.tar.gz clientdata-fe882d34498f73266009ebe77c488ffe60644ef3.tar.bz2 clientdata-fe882d34498f73266009ebe77c488ffe60644ef3.tar.xz clientdata-fe882d34498f73266009ebe77c488ffe60644ef3.zip |
add furs boots prites needed
-rw-r--r-- | items.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -2442,7 +2442,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="unisex">equipment/feet/boots-male.xml|#212121</sprite> <sprite gender="female">equipment/feet/boots-female.xml|#40332d,5e4a3d,705740,a1825d,b59767,dbbf88</sprite> </item> - <item id="1803" + <item id="1803" image="equipment/feet/candorboots.png" name="Candor Boots" description="A Candor favorite" @@ -2453,6 +2453,17 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. maxFloorOffset="8"> <sprite gender="unisex">equipment/feet/candorboots-male.xml</sprite> </item> + <item id="1804" + image="equipment/feet/furboots.png" + name="Fur Boots" + description="Rakinorf" + defense="10" + level="3" + type="equip-feet" + weight="18" + maxFloorOffset="8"> + <sprite gender="unisex">equipment/feet/boots-male.xml</sprite> + </item> <!-- Gloves --> <item id="2000" |