mixxit / solinia3-core

Core RPG Plugin
https://www.spigotmc.org/resources/solinia3-rpg-plugin.47010/
Other
9 stars 4 forks source link

Backstab damage #663

Open Fran9676 opened 4 years ago

Fran9676 commented 4 years ago

it isn't doing the right damage (take it easy, it's not really important rn)

Fran9676 commented 4 years ago

Backstab uses a weapon damage multiplier of: 2 + (Skill 0.02). ((Offense + (Str up to 200) + (str over 200 / 5)) WepDmg Mult) / 100 ((215 + 200 + (55 / 5)) 13 (2 + (203 0.02))) / 100 = 335.6028

If you had, for example, 200 strength: ((215 + 200) 13 (2 + (203 * 0.02))) / 100 = 326.93700

Str 150: ((215 + 150) 13 (2 + (203 * 0.02))) / 100 = 287.54700

With Ragebringer or any other 15 damage weapon: ((252 + 200 + (55 / 5)) 15 (2 + (225 * 0.02))) / 100 = 451.42500

Calculation based on my stats: ((252+200+(90/5))15(2+(225*0.02))/100=458,25 Actual damage: 93 2020-06-18_11 22 24

Calculation taken from the site: http://wiki.project1999.com/Game_Mechanics#Melee_Combat_and_Damage

Screenshot of the stats and weapon: 2020-06-18_11 21 19 2020-06-18_11 35 09