diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-28 10:13:05 +0100 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:58:21 +0100 |
commit | 8201f92e7838145383536ea65defd5cd75d57048 (patch) | |
tree | a55722600a78e8ba164372c00911ee4bf5ba75d7 /items.xml | |
parent | df9698927481e70b4ae4fc07157dc013f16e71f8 (diff) | |
download | clientdata-8201f92e7838145383536ea65defd5cd75d57048.tar.gz clientdata-8201f92e7838145383536ea65defd5cd75d57048.tar.bz2 clientdata-8201f92e7838145383536ea65defd5cd75d57048.tar.xz clientdata-8201f92e7838145383536ea65defd5cd75d57048.zip |
Add the torch, add the spotlight overlay, improve Wand
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -1610,7 +1610,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/woodensword.png" name="Wooden Sword" description="For sword training. Do not show-off with it." - attack="40" + attack="75" attack-range="1" level="5" type="equip-1hand" @@ -1624,7 +1624,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/backsword.png" name="Artis Backsword" description="An engraved backsword with the symbole of Artis on its brass hilt." - attack="800" + attack="500" attack-range="1" level="15" type="equip-1hand" @@ -1638,7 +1638,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/wand.png" name="Training Wand" description="A simple wand for your first steps in handling magic." - attack="150" + attack="75" attack-range="2" level="10" type="equip-1hand" @@ -1650,7 +1650,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/wand.png|W:#ece96e" name="Mana Torch" description="A simple wand imbued with a fire spell, it can provide lighting and will never run out on you!" - attack="200" + attack="100" attack-range="2" level="10" type="equip-1hand" @@ -1662,7 +1662,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/scythe.png" name="Scythe" description="A farmer's scythe, not new but still deadly." - attack="1000" + attack="750" attack-range="2" level="15" type="equip-2hand" @@ -1712,6 +1712,18 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. weight="250"> <sprite>equipment/weapons/pickaxe.xml</sprite> </item> + <item id="3511" + image="equipment/weapons/torch.png" + name="Torch" + description="A burning Torch. Handle with care." + attack="150" + attack-range="1" + level="15" + type="equip-2hand" + attack-action="attack" + weight="100"> + <sprite>equipment/weapons/torch.xml</sprite> + </item> <!-- Pets --> |