Formula

CommonFun.calcBuff_8031

function CommonFun.calcBuff_8031(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 5
  local Str = srcUser:GetProperty("Str")
  if 360 <= Str then
    A = 10
  end
  return A
end