diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-04 12:44:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-04 12:44:00 -0300 |
commit | 30656edf24201c212e1a450c6631ed0ee30fb49a (patch) | |
tree | 8d9665e9f75c304115182d2b088d17c0c1499565 /items.xml | |
parent | 791e59fe1ffe19f6f5ac0930d6229c057605409d (diff) | |
download | clientdata-30656edf24201c212e1a450c6631ed0ee30fb49a.tar.gz clientdata-30656edf24201c212e1a450c6631ed0ee30fb49a.tar.bz2 clientdata-30656edf24201c212e1a450c6631ed0ee30fb49a.tar.xz clientdata-30656edf24201c212e1a450c6631ed0ee30fb49a.zip |
Record the HP Penalty on wands
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7363,7 +7363,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/woodenstaff.png" name="Novice Wand" description="A short wand for those whom just learn magic." - effect="Magic Attack +280" + effect="Magic Attack +280, HP -10%" attack-range="8" level="40" type="equip-1hand" @@ -7374,7 +7374,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/woodenstaff.png" name="Apprentice Wand" description="A wand for mages." - effect="Magic Attack +420" + effect="Magic Attack +420, HP -15%" attack-range="8" level="60" type="equip-1hand" @@ -7385,7 +7385,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/woodenstaff.png" name="Leader Wand" description="A wand for real mages, respected by newbies." - effect="Magic Attack +576" + effect="Magic Attack +576, HP -20%" attack-range="8" level="80" type="equip-1hand" @@ -7396,7 +7396,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/woodenstaff.png" name="Legendary Wand" description="Only great mages dare to use this. It's damage is as high as its name." - effect="Magic Attack +740" + effect="Magic Attack +740, HP -25%" attack-range="8" level="100" type="equip-1hand" @@ -7407,7 +7407,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/reinboowand.png" name="Reinboo Wand" description="Said to be created by Santa himself, to control his reins." - effect="Magic Attack +370" + effect="Magic Attack +370, HP -5%" attack-range="8" level="50" type="equip-1hand" |