Formula

CommonFun.calcBuff_2010

formula.lua
1function CommonFun.calcBuff_2010(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local BaseLv = srcUser.BaseLv
6  local Str = srcUser:GetProperty("Str")
7  local Int = srcUser:GetProperty("Int")
8  local Num1 = srcUser:GetRunePoint(70080_AESIR_GRAND_CROSS_DEALS_5_LESS_PUNISHMENT_DAMAGE_TO_THE_CASTER)
9  local A = -(Str * 2 + math.floor(Str * Str / 100) + Int * 2 + math.floor(Int * Int / 100) + BaseLv * 10) * 3 * (1 - Num1 * 0.05)
10  return A
11end
Formula Graph

Connected Archive Data

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

Loading graph filters

CommonFun.calcBuff_2010

commonfun-calcbuff_201

Nodes

0

Edges

0

Related Nodes

Select at least one node type.