diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-15 14:44:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-17 16:26:35 -0300 |
commit | abec8f8d7f0931f2e20fb4cfbf6c68fbec3fd108 (patch) | |
tree | 186f328c86d045726c245ad46b882d71a49cfd00 | |
parent | 4096a856e12bd0bbbc497d33e06dffe5befd7076 (diff) | |
download | serverdata-abec8f8d7f0931f2e20fb4cfbf6c68fbec3fd108.tar.gz serverdata-abec8f8d7f0931f2e20fb4cfbf6c68fbec3fd108.tar.bz2 serverdata-abec8f8d7f0931f2e20fb4cfbf6c68fbec3fd108.tar.xz serverdata-abec8f8d7f0931f2e20fb4cfbf6c68fbec3fd108.zip |
[17:43] HoraK: we cant reach 110 str anymore and are forced to use other weapons to still reach that. i think if you want to nerf it rather make it 100 damage
-rw-r--r-- | world/map/db/item_db_weapon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/db/item_db_weapon.txt b/world/map/db/item_db_weapon.txt index 85b9a526..a0bb33e9 100644 --- a/world/map/db/item_db_weapon.txt +++ b/world/map/db/item_db_weapon.txt @@ -12,7 +12,7 @@ 550, BlacksmithsAxe, 4, 20, 10, 1200, 100, 0, 1, 0, 0, 2, 2, 1, 0, 1, {}, {callfunc "UnreleasedItem";} 561, Sabre, 4, 10000, 5000, 300, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} 570, BoneKnife, 4, 10000, 6000, 450, 115, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -571, Setzer, 4, 20000, 8000, 900, 110, 0, 1, 0, 0, 2, 2, 1, 1, 3, {}, {bonus bStr, -1;} +571, Setzer, 4, 20000, 8000, 900, 100, 0, 1, 0, 0, 2, 2, 1, 1, 3, {}, {} 572, Scimitar, 4, 8000, 4000, 200, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} 573, Falchion, 4, 8000, 4000, 300, 270, 0, 1, 0, 0, 2, 2, 1, 1, 6, {}, {callfunc "UnreleasedItem"; bonus bDoubleAddRate, 40; bonus bHit, -25; bonus bCritical, -25;} 574, Scorpion, 4, 8000, 4000, 600, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} |