Formula

CommonFun.calcBuff_3070

formula.lua
1function CommonFun.calcBuff_3070(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local A = lv * a + b
6  if targetUser:HasBuffID(160000_BOSS_IMMUNE_EFFECT_:MAX_STACK_0) then
7    A = 0
8  end
9  if targetUser.boss == true or targetUser.mini == true then
10    A = 0
11  end
12  return A
13end
Formula Graph

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_3070

commonfun-calcbuff_3070

Nodes

0

Edges

0

Related Nodes

Select at least one node type.