Всі Категорії

Doing the math - calculating dealt damage

Пошук
30 берез. 2021, 10:5330.03.21
231033

Doing the math - calculating dealt damage

Hello guys,

I want to calculate my options precisely and thus I wondered how DEF exactly works.

Does anybody know?

Is ist just "incoming attack - DEF = dealt damage", or something more complex?

Перегляди
15
Коментарі
2
Коментарі
30 берез. 2021, 15:2230.03.21
15.10.20
2041

On reddit, somebody who read out the code posted the formula:

𝑟𝑒𝑑𝑢𝑐𝑒𝑑𝐷𝑎𝑚𝑎𝑔𝑒 = 𝑏𝑎𝑠𝑒𝐷𝑎𝑚𝑎𝑔𝑒 ∙(1−0,85∙(1 − 𝑒^( ( (−2 ∙ 𝑑𝑒𝑓/3000) )) ))

e in this formula is Euler's number. 

30 берез. 2021, 16:0330.03.21
231033

Thanks alot!