Formula

CommonFun.calcBuff_3770

formula.lua
1function CommonFun.calcBuff_3770(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local Num = srcUser:GetRunePoint(93030_AESIR_CLOSE_CONFINE_TARGET_LOSES_0_5_MAX_HP_PER_SEC)
6  local MaxHp = targetUser:GetProperty("MaxHp")
7  local A = -(Num * 0.5 / 100 * MaxHp)
8  if targetUser.boss == true and targetUser.mini == true then
9    A = 0
10  end
11  return A
12end
Formula Graph

Connected Archive Data

See which cards, equipment, headwears, buffs, and other archived records connect to this formula.

Loading graph filters

CommonFun.calcBuff_3770

commonfun-calcbuff_3770

Nodes

0

Edges

0

Related Nodes

Select at least one node type.