Formula

CommonFun.calcBuff_7711

function CommonFun.calcBuff_7711(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Profession = targetUser:GetProfressionID()
  local A = 100
  if Profession == 193_TAEKWON or Profession == 194_STAR_EMPEROR or Profession == 195_APOCALYPSE then
    A = 0
  end
  return A
end