diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-24 23:07:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-24 23:07:28 -0300 |
commit | 33ed7a5e85f0ac0decde121f929b6b7b7e3ba6aa (patch) | |
tree | 32a660129f12e0de0f5b77cb1c240f135246c819 | |
parent | c9ba52dbb350d540e303b6df9dbdd8fa1ef55fc6 (diff) | |
download | clientdata-33ed7a5e85f0ac0decde121f929b6b7b7e3ba6aa.tar.gz clientdata-33ed7a5e85f0ac0decde121f929b6b7b7e3ba6aa.tar.bz2 clientdata-33ed7a5e85f0ac0decde121f929b6b7b7e3ba6aa.tar.xz clientdata-33ed7a5e85f0ac0decde121f929b6b7b7e3ba6aa.zip |
Fix wand bug
-rw-r--r-- | items.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7207,7 +7207,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Training Wand" description="A short wand for wanna be mages." effect="Magic Attack +140" - attack-range="1" + attack-range="8" level="20" type="equip-1hand" attack-action="attack" @@ -7218,7 +7218,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Novice Wand" description="A short wand for those whom just learn magic." effect="Magic Attack +280" - attack-range="1" + attack-range="8" level="40" type="equip-1hand" attack-action="attack" @@ -7229,7 +7229,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Apprentice Wand" description="A wand for mages." effect="Magic Attack +420" - attack-range="1" + attack-range="8" level="60" type="equip-1hand" attack-action="attack" @@ -7240,7 +7240,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Leader Wand" description="A wand for real mages, respected by newbies." effect="Magic Attack +576" - attack-range="1" + attack-range="8" level="80" type="equip-1hand" attack-action="attack" @@ -7251,7 +7251,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Legendary Wand" description="Only great mages dare to use this. It's damage is as high as its name." effect="Magic Attack +740" - attack-range="1" + attack-range="8" level="100" type="equip-1hand" attack-action="attack" @@ -7262,7 +7262,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Reinboo Wand" description="Said to be created by Santa himself, to control his reins." effect="Magic Attack +370" - attack-range="1" + attack-range="8" level="50" type="equip-1hand" attack-action="attack" |