Formula

CommonFun.calcBuff_3072

formula.lua
1function CommonFun.calcBuff_3072(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(25002_GM_EQUIPMENT_: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_3072

commonfun-calcbuff_3072

Nodes

0

Edges

0

Related Nodes

Select at least one node type.