diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-02 21:36:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-02 21:36:16 +0300 |
commit | f86542a82c689c39be38a52e6ec2e354e542da25 (patch) | |
tree | f7b2033d88c42c5beff6b5fc0ecb130abaad1f55 /items.xml | |
parent | b382e8febbb0db53a0690194cec9574ba1e1b9eb (diff) | |
download | clientdata-f86542a82c689c39be38a52e6ec2e354e542da25.tar.gz clientdata-f86542a82c689c39be38a52e6ec2e354e542da25.tar.bz2 clientdata-f86542a82c689c39be38a52e6ec2e354e542da25.tar.xz clientdata-f86542a82c689c39be38a52e6ec2e354e542da25.zip |
Add missing attack range attributes into items.xml
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -978,6 +978,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. name="Knife" description="A simple, but sharp knife." attack="5" + attack-range="1" level="" type="equip-1hand" attack-action="attack" @@ -991,6 +992,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. name="Piou Slayer" description="A short sword for amateurs." attack="15" + attack-range="1" level="3" type="equip-1hand" attack-action="attack" @@ -1004,6 +1006,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. name="Training Gladius" description="A short combat-sword." attack="35" + attack-range="1" level="5" type="equip-1hand" attack-action="attack" @@ -1017,6 +1020,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. name="Wooden Sword" description="For sword training. Do not show-off with it." attack="4" + attack-range="1" level="5" type="equip-1hand" attack-action="attack" @@ -1030,6 +1034,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. name="Artis Backsword" description="An engraved backsword with the symbole of Artis on its brass hilt." attack="80" + attack-range="1" level="15" type="equip-1hand" attack-action="attack" |