Formula

CommonFun.calcBuff_4010

formula.lua
1function CommonFun.calcBuff_4010(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(1163_THIEF:ELEMENTAL_ENHANCEMENT)
6  local RefineLv = srcUser:GetEquipedRefineLv(7_WEAPON)
7  local A = math.min(0.1, skilllv_1 * 0.02)
8  if 10 <= RefineLv then
9    A = A + (RefineLv - 10) * 0.01
10  end
11  return A
12end
Formula Graph

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_4010

commonfun-calcbuff_4010

Nodes

0

Edges

0

Related Nodes

Select at least one node type.