Formula

CommonFun.calcBuff_3220

formula.lua
1function CommonFun.calcBuff_3220(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local AttrEffect = targetUser:GetProperty("AttrEffect2")
6  local bits = CommonFun.getBits(AttrEffect)
7  local A = 100
8  if targetUser:HasBuffID(160000_BOSS_IMMUNE_EFFECT_:MAX_STACK_0) or bits[CommonFun.AttrEffect2.Suspend] == 1 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_3220

commonfun-calcbuff_3220

Nodes

0

Edges

0

Related Nodes

Select at least one node type.