diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-08 23:39:42 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-08 23:39:42 +0000 |
commit | 831f21d34c19033b75a67e1d70c649f74ef9b085 (patch) | |
tree | 96f41985ada33c143d6aad163204c5735d012e6a | |
parent | c7a09a18944cc7f90e374abdb1de8ab44499e92c (diff) | |
download | clientdata-831f21d34c19033b75a67e1d70c649f74ef9b085.tar.gz clientdata-831f21d34c19033b75a67e1d70c649f74ef9b085.tar.bz2 clientdata-831f21d34c19033b75a67e1d70c649f74ef9b085.tar.xz clientdata-831f21d34c19033b75a67e1d70c649f74ef9b085.zip |
Add paper bag
-rw-r--r-- | items.xml | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -4374,7 +4374,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-25" to="-7"/> <item from="-26" to="-21"/> </replace> - </item> + </item> + <item id="2995" + image="equipment/head/papaerbag.png" + name="Paper Bag" + description="You looks totally crazy!" + defense="40" + type="equip-head" + weight="12"> + <sprite>equipment/head/paperbag.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> <!-- Neck Armors --> <item id="3200" image="equipment/neck/shemagh.png" |