dvk

PoE_320_new_files

dvk
Dec 8th, 2022 (edited)
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.60 KB | Gaming | 0 0
  1. //rules for poeNullEffects, PoE 3.20 patch
  2. //"Null particles -> use Except List" (data\ParticlesExceptList.txt) and "Null .epk" exceptions (data\EpkExceptList.txt), optional:
  3.  
  4. //==========
  5.  
  6. //3.20 exception lines for Sanctum rooms:
  7. sanctum
  8. boss
  9. monster_mods/charged_beam
  10. frost_bolt/sml_explosion
  11. Spells/trap/Oblivion
  12. League_Hellscape/elite_pale_regret
  13. vaal_snakehead
  14. vaal_wraith
  15. affliction_demon_fire
  16. unholy_relic_explode
  17. League_Delve/general/bat/beam
  18. EternalEmpire/Marked_For_Seige
  19. League_Heist/thug/trapper
  20. physicalstorm_call
  21.  
  22. //==========
  23.  
  24. //or select what you need, new .aoc files detected:
  25.  
  26. //new skills:
  27. spells/exorcism
  28. spells/icetemplar_ringstatue
  29. spells/volcanic_slam
  30. spells/volley
  31.  
  32. //league boss effects:
  33. league_sanctum/gargoyleboss
  34. league_sanctum/lithomancerboss
  35. league_sanctum/lyciaboss
  36. league_sanctum/purifierboss
  37. league_sanctum/reaperboss
  38. league_sanctum/thesentinels
  39. leaguesanctum/boss/
  40.  
  41. //league special monster effects:
  42. league_sanctum/templarreaper
  43. leaguesanctum/casterstaff
  44. leaguesanctum/fodder
  45.  
  46. //league common monster effects:
  47. spells/monsters_effects/league_sanctum/monsters
  48. monsters/invisiblefire/sanctumlightningvortex.aoc
  49.  
  50. //league important objects:
  51. leagues/sanctum/objects/puzzle
  52.  
  53. //MTX (pre-torrent updates):
  54. microtransactions/character_fx/jellyfish
  55. microtransactions/misc/visual_fusing
  56. microtransactions/town_portals/aristocratportal
  57. weapon_effects/beehive
  58. weapon_effects/weapon_effects/high_templar
  59.  
  60. //MTX packs:
  61. /forgeguard/
  62. /gemlingartificer/
  63. /clockworkheart/
  64.  
  65. //MTX weapon cats:
  66. catpolymorphwand/cats/
  67.  
  68. //pets:
  69. monsters/mtxwasp
  70. pet/blob/
  71.  
Add Comment
Please, Sign In to add comment