diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-31 20:05:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-31 20:32:29 +0300 |
commit | 24bdc377b4729cc963996600a9e7725746437a34 (patch) | |
tree | 133637fbeb5e1164bffa74ea8b57dca7cd772515 /items.xml | |
parent | fd31eb3b68d3fd49d5e6ab0e49096ea05a8cc815 (diff) | |
download | clientdata-24bdc377b4729cc963996600a9e7725746437a34.tar.gz clientdata-24bdc377b4729cc963996600a9e7725746437a34.tar.bz2 clientdata-24bdc377b4729cc963996600a9e7725746437a34.tar.xz clientdata-24bdc377b4729cc963996600a9e7725746437a34.zip |
Add two other arrows into items.xml
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1270,4 +1270,16 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. description="Testing arrow 1" type="equip-ammo" weight="1"/> + <item id="7001" + image="usable/dye.png" + name="Arrow 2" + description="Testing arrow 2" + type="equip-ammo" + weight="1"/> + <item id="7002" + image="usable/dye.png" + name="Arrow 3" + description="Testing arrow 3" + type="equip-ammo" + weight="1"/> </items> |