Formula

CommonFun.calcBuff_5404

function CommonFun.calcBuff_5404(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:GetNpcID() == 260321_WALL_1 or targetUser:GetNpcID() == 260322_WALL_2 or targetUser:GetNpcID() == 260323_WALL_3 or targetUser:GetNpcID() == 260324_WALL_4 or targetUser:GetNpcID() == 260325_WALL_5 or targetUser:GetNpcID() == 260326_WALL_6 then
    A = 100
  end
  return A
end