diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-04 10:53:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-04 10:53:47 -0300 |
commit | 39d8a23aa1b1545ffd93f0f24c778455bd8aa21f (patch) | |
tree | a7b262964246f0742f673802ad4dedbf939b81c7 | |
parent | d86283f4577bbc4be814c71e6f4734a0378d4f6d (diff) | |
download | clientdata-39d8a23aa1b1545ffd93f0f24c778455bd8aa21f.tar.gz clientdata-39d8a23aa1b1545ffd93f0f24c778455bd8aa21f.tar.bz2 clientdata-39d8a23aa1b1545ffd93f0f24c778455bd8aa21f.tar.xz clientdata-39d8a23aa1b1545ffd93f0f24c778455bd8aa21f.zip |
Wands
-rw-r--r-- | items.xml | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -6216,6 +6216,50 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="equip-ammo" attack="10" weight="12"/> + <item id="7000" + image="equipment/weapons/woodenstaff.png" + name="Training Wand" + description="A short wand for wanna be mages." + effect="Magic Attack +50" + attack-range="1" + level="20" + type="equip-1hand" + attack-action="attack" + weight="158"> + </item> + <item id="7001" + image="equipment/weapons/woodenstaff.png" + name="Novice Wand" + description="A short wand for those whom just learn magic." + effect="Magic Attack +100" + attack-range="1" + level="40" + type="equip-1hand" + attack-action="attack" + weight="158"> + </item> + <item id="7002" + image="equipment/weapons/woodenstaff.png" + name="Apprentice Wand" + description="A wand for mages." + effect="Magic Attack +150" + attack-range="1" + level="60" + type="equip-1hand" + attack-action="attack" + weight="158"> + </item> + <item id="7003" + image="equipment/weapons/woodenstaff.png" + name="Leader Wand" + description="A wand for real mages, respected by newbies." + effect="Magic Attack +200" + attack-range="1" + level="80" + type="equip-1hand" + attack-action="attack" + weight="158"> + </item> <item id="7420" image="usable/food/acorn.png" name="Acorn Of Death" |