Formula

CommonFun.calcBuff_3481

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