diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-26 21:58:23 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-26 21:58:23 -0200 |
commit | 0ed4dd1f29066e1a4e30a15b11ff32a2e5b96adb (patch) | |
tree | a59128ff84462237acc3ca57dfa1f256223ae93c | |
parent | abb8290ac03a274e1969b42f4bd51a0effcfb235 (diff) | |
download | clientdata-0ed4dd1f29066e1a4e30a15b11ff32a2e5b96adb.tar.gz clientdata-0ed4dd1f29066e1a4e30a15b11ff32a2e5b96adb.tar.bz2 clientdata-0ed4dd1f29066e1a4e30a15b11ff32a2e5b96adb.tar.xz clientdata-0ed4dd1f29066e1a4e30a15b11ff32a2e5b96adb.zip |
[skip ci] bows damage rebalance
-rw-r--r-- | items.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -6080,7 +6080,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/trainingbow.png" name="Training Bow" description="For bow training. Does not seem much reliable." - attack="20" + attack="60" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" @@ -6097,7 +6097,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/woodenbow.png" name="Wooden Bow" description="For the unexperienced bowman." - attack="70" + attack="100" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" @@ -6114,7 +6114,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/shortbow.png" name="Short Bow" description="The shortest of them all, and almost a knife, but the only which hits at point-blank range." - attack="100" + attack="220" attack-range="4" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" @@ -6131,7 +6131,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/forestbow.png" name="Forest Bow" description="A big bow, to hunt monsters in the forest." - attack="140" + attack="340" attack-range="5" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" @@ -6148,7 +6148,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/desertbow.png" name="Desert Bow" description="The best bow of Toonori. Light, yet powerful." - attack="160" + attack="460" attack-range="6" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" @@ -6165,7 +6165,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/championshipbow.png" name="Championship Bow" description="A great bow which only champions are allowed to use." - attack="180" + attack="580" attack-range="6" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" @@ -6184,7 +6184,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Banshee Bow" description="Need to banish something? Do not fret, use the Banshee Bow!" effect="-15 HP/Shoot" - attack="210" + attack="610" attack-range="7" missile-particle="graphics/particles/training-arrow.xml" missile-z="32" |