diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-24 20:18:35 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-24 20:18:35 +0000 |
commit | 2ee77347e050751b08d722be9f656531ea8d2019 (patch) | |
tree | 71f0dc1dc0792f568f33d7ed4365f26c63945921 | |
parent | 7f05fabadba7c1277d85e9faa6c1026acdbf0a42 (diff) | |
download | clientdata-2ee77347e050751b08d722be9f656531ea8d2019.tar.gz clientdata-2ee77347e050751b08d722be9f656531ea8d2019.tar.bz2 clientdata-2ee77347e050751b08d722be9f656531ea8d2019.tar.xz clientdata-2ee77347e050751b08d722be9f656531ea8d2019.zip |
add farmer hat to item list
-rw-r--r-- | items.xml | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -4539,7 +4539,33 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="0"> <sprite>equipment/head/ricehat.xml</sprite> </item> - <!-- 2997-2998 reserved --> + <item id="2997" + image="equipment/head/farmerhat.png" + name="%Color% Farmer Hat" + description="Hat commonly used by farmers." + defense="40" + level="30" + str="2" + type="equip-head" + colors="simple" + weight="120"> + <sprite>equipment/head/farmerhat.xml</sprite> + <replace sprite="hair"> + <item from="-3" to="-7"/> + <item from="-4" to="-7"/> + <item from="-5" to="-27"/> + <item from="-6" to="-7"/> + <item from="-13" to="-1"/> + <item from="-14" to="-7"/> + <item from="-15" to="-7"/> + <item from="-16" to="-10"/> + <item from="-21" to="-7"/> + <item from="-23" to="-1"/> + <item from="-25" to="-7"/> + <item from="-26" to="-21"/> + </replace> + </item> + <!-- 2998 reserved --> <item id="2999" image="equipment/head/fairyhat.png" name="Sacred Forest Hat" |