Formula

CommonFun.calcBuff_3451

formula.lua
1function CommonFun.calcBuff_3451(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(7_WEAPON)
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  local Dex = srcUser:GetProperty("Dex")
15  if 240 <= Dex then
16    A = 0.02 + A
17  end
18  return A
19end
Formula Graph

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_3451

commonfun-calcbuff_3451

Nodes

0

Edges

0

Related Nodes

Select at least one node type.