Formula

CommonFun.calcBuff_7224

function CommonFun.calcBuff_7224(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local lvValue = srcUser.BaseLv
  local A = 4000000 * (lvValue - 140)
  return A
end