Formula

CommonFun.calcBuff_3461

formula.lua
1function CommonFun.calcBuff_3461(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local RefineLv = srcUser:GetEquipedRefineLv(7_WEAPON)
6  local Str = srcUser:GetProperty("Str")
7  local Dex = srcUser:GetProperty("Dex")
8  local Luk = srcUser:GetProperty("Luk")
9  local A = 70
10  if 10 <= RefineLv then
11    A = A + math.floor(Str / 10) * 2 + math.floor(Dex / 10) * 2 + math.floor(Luk / 10) * 2
12  end
13  return A
14end
Formula Graph

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_3461

commonfun-calcbuff_3461

Nodes

0

Edges

0

Related Nodes

Select at least one node type.