Formula

CommonFun.calcBuff_4090

function CommonFun.calcBuff_4090(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Str = srcUser:GetProperty("Str")
  local A = 0
  if srcUser:HasBuffID(90002161_TOOTH_BLADE_R2_:MAX_STACK_0) then
    if 240 <= Str then
      A = 0.08
    elseif 200 <= Str then
      A = 0.03
    end
  end
  return A
end