diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:22:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:22:09 -0300 |
commit | bdefc790a4e68c4fc501178a0488846d930e02cd (patch) | |
tree | 88c8af4042796b3a27918d04ceed45bbad833063 /items.xml | |
parent | 1ca64b67144f6b0ede62f662a403341c0be3c559 (diff) | |
download | clientdata-bdefc790a4e68c4fc501178a0488846d930e02cd.tar.gz clientdata-bdefc790a4e68c4fc501178a0488846d930e02cd.tar.bz2 clientdata-bdefc790a4e68c4fc501178a0488846d930e02cd.tar.xz clientdata-bdefc790a4e68c4fc501178a0488846d930e02cd.zip |
Fix wands
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7355,7 +7355,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Magic Attack +140" attack-range="8" level="20" - type="equip-1hand" + type="equip-2hand" attack-action="attack" weight="158"> </item> @@ -7366,7 +7366,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Magic Attack +280, HP -10%" attack-range="8" level="40" - type="equip-1hand" + type="equip-2hand" attack-action="attack" weight="158"> </item> @@ -7377,7 +7377,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Magic Attack +420, HP -15%" attack-range="8" level="60" - type="equip-1hand" + type="equip-2hand" attack-action="attack" weight="158"> </item> @@ -7388,7 +7388,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Magic Attack +576, HP -20%" attack-range="8" level="80" - type="equip-1hand" + type="equip-2hand" attack-action="attack" weight="158"> </item> @@ -7399,7 +7399,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Magic Attack +740, HP -25%" attack-range="8" level="100" - type="equip-1hand" + type="equip-2hand" attack-action="attack" weight="158"> </item> @@ -7410,7 +7410,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Magic Attack +370, HP -5%" attack-range="8" level="50" - type="equip-1hand" + type="equip-2hand" attack-action="attack" weight="158"> </item> |