Formula

CommonFun.calcBuff_3300

formula.lua
1function CommonFun.calcBuff_3300(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local A = d
6  local RefineLv = srcUser:GetEquipedRefineLv(2)
7  if 5 <= RefineLv and RefineLv < 10 then
8    A = d + a
9  elseif 10 <= RefineLv and RefineLv < 15 then
10    A = d + a + b
11  elseif 15 <= RefineLv then
12    A = d + a + b + c
13  end
14  return A
15end
Formula Graph

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_3300

commonfun-calcbuff_3300

Nodes

0

Edges

0

Related Nodes

Select at least one node type.