All Categories

Doing the math - calculating dealt damage

Doing the math - calculating dealt damage

Search
Mar 30, 2021, 10:5303/30/21
02/19/21
23

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?

Views
15
Comments
2
Comments
Mar 30, 2021, 15:2203/30/21
10/15/20
2046

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. 

Mar 30, 2021, 16:0303/30/21
02/19/21
23

Thanks alot!