Formula

CommonFun.calcBuff_3078

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

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_3078

commonfun-calcbuff_3078

Nodes

0

Edges

0

Related Nodes

Select at least one node type.