diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:41:16 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:41:16 -0200 |
commit | 498a0c35232d3826ce3531cf2b8419143e309f5b (patch) | |
tree | 1d552d47c654ee7dc9fc15ca41490e14e568e32d | |
parent | d3447b3add016b391e8a04029f8f44f15925aaa6 (diff) | |
download | clientdata-498a0c35232d3826ce3531cf2b8419143e309f5b.tar.gz clientdata-498a0c35232d3826ce3531cf2b8419143e309f5b.tar.bz2 clientdata-498a0c35232d3826ce3531cf2b8419143e309f5b.tar.xz clientdata-498a0c35232d3826ce3531cf2b8419143e309f5b.zip |
Update wands
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/items/equipment/weapons/reinboowand.png | bin | 0 -> 510 bytes | |||
-rw-r--r-- | items.xml | 28 |
3 files changed, 26 insertions, 3 deletions
@@ -440,6 +440,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/items/equipment/weapons/miere.png (?) (CCO) (LoF) graphics/items/equipment/weapons/pickaxe.png (Irukard) (CC BY-SA 3.0) (-) graphics/items/equipment/weapons/piouslayer.png (Reid) (CC BY-SA 3.0) (Enchilado) + graphics/items/equipment/weapons/reinboowand.png (?, Enchilado) (GPLv2) (tmw.org) graphics/items/equipment/weapons/rockknife.png (Adarias) (GPLv2) (-) graphics/items/equipment/weapons/rustyknife.png (Saulc) (CC BY-SA 3.0) (-) graphics/items/equipment/weapons/savior.png (?) (GPLv2) (tmw br) diff --git a/graphics/items/equipment/weapons/reinboowand.png b/graphics/items/equipment/weapons/reinboowand.png Binary files differnew file mode 100644 index 00000000..3650581b --- /dev/null +++ b/graphics/items/equipment/weapons/reinboowand.png @@ -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" |