diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -6315,7 +6315,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 +100" + effect="Magic Attack +150" attack-range="1" level="40" type="equip-1hand" @@ -6326,7 +6326,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 +150" + effect="Magic Attack +450" attack-range="1" level="60" type="equip-1hand" @@ -6337,13 +6337,35 @@ 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 +200" + effect="Magic Attack +800" attack-range="1" level="80" type="equip-1hand" attack-action="attack" weight="158"> </item> + <item id="7004" + 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 +1250" + attack-range="1" + level="100" + type="equip-1hand" + attack-action="attack" + weight="158"> + </item> + <item id="7005" + image="equipment/weapons/reinboowand.png" + name="Reinboo Wand" + description="Said to be created by Santa himself, to control his reins." + effect="Magic Attack +250" + attack-range="1" + level="50" + type="equip-1hand" + attack-action="attack" + weight="158"> + </item> <!-- System Reserved --> <item id="7400" |