#Aura effect

1 messages · Page 1 of 1 (latest)

true bone
#

ID: 1458610145295070208
For example we will take Flame Guardian skill
her health 35106 + 8934 = 44040
Without any aura on health, it calculated 44040 * 0,14 = 6165,6
and on screen we get 6165
Now i will add aura for increase 24% Max Hp
as i think, estimate value 44040 (total health) * 1,24 (aura) * 0,14 (ability) ~ 7645
and i get another value -> 7345
if i will redo some calculations i will found, that
(35106 (base health) * 1,24 (aura) + 8934 (items)) * 0,14 ~ 7345
Is that working correctly? Should it apply before items?

hazy wave
true bone
#

if i tested correctly, formula for damage will be something like that (not deriative damage)
(base# * (Aura% + elementalAffinityATK%) + items# + elemtalAffinity#) * (ATKbuff% + ... + ATKbuff%) * skill/hitMultiplier% = Damage# =>
Damage# * (DamageBuff% + ... + DamageBuff%) => finalDamage#
but i think at least Aura% will be counted as buff and will work on value from items