Formula

CommonFun.calcBuff_5411

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