Formula

CommonFun.calcBuff_4100

function CommonFun.calcBuff_4100(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(90000909_GIANT_AXE_1_R10_:MAX_STACK_0) and 240 <= Str then
    A = 0.1
  end
  return A
end