Formula

CommonFun.calcBuff_6840

function CommonFun.calcBuff_6840(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(4524_ROGUE:STRONG_PHYSIQUE_MULTI)
  local A = a + b * skilllv_1
  if srcUser:HasBuffID(154284_STRONG_PHYSIQUE_STRENGTHEN_:MAX_STACK_0) then
    A = 0
  end
  return A
end