diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-29 18:27:00 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-29 18:27:00 +0100 |
commit | ec2e930febf6428ec3f322ad17eb5c79292d5ebb (patch) | |
tree | 6c8a034ae5228ea0a6f20775cc63abcfeb3255b5 /items.xml | |
parent | e25b7e7cb2f97cb757196a44c6978b5ea6033934 (diff) | |
download | clientdata-ec2e930febf6428ec3f322ad17eb5c79292d5ebb.tar.gz clientdata-ec2e930febf6428ec3f322ad17eb5c79292d5ebb.tar.bz2 clientdata-ec2e930febf6428ec3f322ad17eb5c79292d5ebb.tar.xz clientdata-ec2e930febf6428ec3f322ad17eb5c79292d5ebb.zip |
add 5 new arrows
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -3713,4 +3713,46 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="equip-ammo"
attack="80"
weight="1"/>
+ <item id="6502"
+ image="equipment/ammo/arrow.png"
+ name="Arrow"
+ description=""
+ type="equip-ammo"
+ attack="80"
+ weight="1"/>
+ <item id="6503"
+ image="equipment/ammo/bonearrow.png"
+ name="Bone Arrow"
+ description="."
+ type="equip-ammo"
+ attack="80"
+ weight="1"/>
+ <item id="6504"
+ image="equipment/ammo/cursedarrow.png"
+ name="Cursed Arrow"
+ description="."
+ type="equip-ammo"
+ attack="80"
+ weight="1"/>
+ <item id="6505"
+ image="equipment/ammo/ironarrow.png"
+ name="Iron Arrow"
+ description=""
+ type="equip-ammo"
+ attack="80"
+ weight="1"/>
+ <item id="6506"
+ image="equipment/ammo/poisonarrow.png"
+ name="Poison Arrow"
+ description=""
+ type="equip-ammo"
+ attack="80"
+ weight="1"/>
+ <item id="6507"
+ image="equipment/ammo/thornarrow.png"
+ name="Thorn Arrow"
+ description=""
+ type="equip-ammo"
+ attack="80"
+ weight="1"/>
</items>
|