Formula

CommonFun.calcBuff_4520

function CommonFun.calcBuff_4520(srcUser, targetUser, a, b, c, d, lv, damage)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:GetNpcID() <= 240093 and targetUser:GetNpcID() >= 240087 then
    A = 100
  end
  return A
end