Formula

CommonFun.calcBuff_3650

formula.lua
1function CommonFun.calcBuff_3650(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local Int = srcUser:GetProperty("Int")
6  local skilllv_1 = srcUser:GetLernedSkillLevel(1128_ARCANE_MASTER:GENETIC_MODIFICATION)
7  local A = math.floor(Int * (skilllv_1 - 10) * 0.2)
8  if A <= 0 then
9    return 0
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_3650

commonfun-calcbuff_3650

Nodes

0

Edges

0

Related Nodes

Select at least one node type.