Formula

CommonFun.calcBuff_2660

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

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_2660

commonfun-calcbuff_2660

Nodes

0

Edges

0

Related Nodes

Select at least one node type.