Formula

CommonFun.calcBuff_2720

formula.lua
1function CommonFun.calcBuff_2720(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(7_WEAPON)
6  local RefineLv = srcUser:GetEquipedRefineLv(7_WEAPON)
7  local A = 0
8  if Ring == 41509 or Ring == 141509 then
9    if 5 <= RefineLv and RefineLv < 10 then
10      A = 0.03
11    elseif 10 <= RefineLv and RefineLv < 15 then
12      A = 0.08
13    elseif 15 <= RefineLv then
14      A = 0.15
15    end
16  end
17  return A
18end
Formula Graph

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_2720

commonfun-calcbuff_2720

Nodes

0

Edges

0

Related Nodes

Select at least one node type.