Formula

CommonFun.calcBuff_4560

function CommonFun.calcBuff_4560(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:HasBuffID(162800_SWORD_SPIKE_:MAX_STACK_100) then
    A = 100
  end
  return A
end