dvk

PoE_316_new_files

dvk
Oct 21st, 2021 (edited)
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.33 KB | None | 0 0
  1. //rules for poeNullEffects, PoE 3.16 patch
  2. //"use Except List" (data\ParticlesExceptList.txt):
  3.  
  4. //==========
  5.  
  6. //option1: simple:
  7.  
  8. //all league files: 576 .aoc +  341 .pet:
  9. hellscape
  10.  
  11. //==========
  12.  
  13. //option2: select what you need:
  14.  
  15. //bosses:
  16. league_hellscape/boss
  17.  
  18. //elites:
  19. league_hellscape/elite
  20.  
  21. //misc. useful:
  22. league_hellscape/env/boiling_bloodpool
  23. league_hellscape/mechanics
  24. chests/leaguehellscape
  25.  
  26. //mob skills:
  27. league_hellscape/mob_corpus_needleskin/volatile
  28. league_hellscape/mob_corpus_needleskin/fx/volatile
  29. league_hellscape/mob_pale_hammerhead/piercing_proj
  30. league_hellscape/mob_pale_hammerhead/fx/projectile
  31. league_hellscape/mob_xenobyte_baphomet/beam
  32. league_hellscape/mob_xenobyte_baphomet/projectile
  33. league_hellscape/npc_wanderer/onacts/light
  34. league_hellscape/npc_wanderer/onacts/npc
  35. league_hellscape/npc_wanderer/onacts/scorch
  36. league_hellscape/npc_wanderer/fx/timetravel
  37.  
  38. //new mobs?:
  39. leaguehellscape/demonfaction
  40. militarymapboss
  41.  
  42. //env: 15 + 127: nn so much:
  43. //league_hellscape/env
  44.  
  45. //new spells:
  46. spells/storm_blade
  47. spells/soul_link
  48. spells/tornado_spell
  49.  
  50. //new item packs: uncomment if you're going to equip them:
  51. //ancientdread
  52. //atlantis
  53. //bladevortex
  54. //chronomancerarmour
  55. //deathgrip
  56. //devourer
  57. //direblade
  58. //intrepidliege
  59. //onyxoblivion
  60. //paledemon
  61. //stygianarmour
  62.  
  63. //==========
Add Comment
Please, Sign In to add comment