diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 16:19:55 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 16:19:55 -0200 |
commit | 59138ce207999815af131dc8ef22c1b641387701 (patch) | |
tree | 62a39873bcea824085149210a5091c51171247dd /items.xml | |
parent | 06f699397f2934b1769e0b9dd203228e372092e1 (diff) | |
download | clientdata-59138ce207999815af131dc8ef22c1b641387701.tar.gz clientdata-59138ce207999815af131dc8ef22c1b641387701.tar.bz2 clientdata-59138ce207999815af131dc8ef22c1b641387701.tar.xz clientdata-59138ce207999815af131dc8ef22c1b641387701.zip |
Fix one hand weapon stats, according to what I plan on implementing for CHRISTMAS.
(Future) Strongest 1 hand sword: Level 44, Back Sword, 340 DMG
(Current) Strongest 2 hand sword: Level 50, Broadsword, 534 DMG
(Current) 2nd Stronger 2h sword: Level 40, MiereCleav, 409 DMG
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -5174,12 +5174,12 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/piouslayer.png" name="Bug Slayer" description="Jesusalva introduced another bug!! We must slay it!" - attack="150" + attack="160" attack-range="1" - level="29" + level="24" type="equip-1hand" attack-action="attack" - weight="1450"> + weight="1050"> <sprite>equipment/weapons/piouslayer.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> @@ -5188,9 +5188,9 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/traininggladius.png" name="Short Gladius" description="A short sword made for close combat." - attack="175" + attack="192" attack-range="1" - level="37" + level="30" type="equip-1hand" attack-action="attack" weight="958"> @@ -5214,14 +5214,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="3504" image="equipment/weapons/backsword.png" - name="Artis Backsword" - description="An engraved backsword with the symbol of Artis on its brass hilt." - attack="800" + name="Backsword" + description="An engraved backsword with the symbol of a Mouboo on its brass hilt." + attack="340" attack-range="1" - level="15" + level="44" type="equip-1hand" attack-action="attack" - weight="86"> + weight="1250"> <sprite>equipment/weapons/backsword.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> @@ -5327,12 +5327,12 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/butcherknife.png" name="Butcher Knife" description="Usually found in a butchery, yet it can also be found at murderer's hands." - attack="200" + attack="220" attack-range="1" - level="25" + level="35" type="equip-1hand" attack-action="attack" - weight="26"> + weight="750"> <sprite>equipment/weapons/piouslayer.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> @@ -5564,9 +5564,9 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/sword.png" name="Short Sword" description="A short sword made for close combat. Careful with that!" - attack="200" + attack="280" attack-range="1" - level="44" + level="39" type="equip-1hand" attack-action="attack" weight="958"> |