Advertisement
dvk

PoE_321_new_files

dvk
Apr 7th, 2023 (edited)
863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.33 KB | None | 0 0
  1. //rules for poeNullEffects, PoE 3.21 patch
  2. //"Null particles -> use Except List" (data\ParticlesExceptList.txt) and optional "Null .epk" exceptions (data\EpkExceptList.txt):
  3.  
  4. //==========
  5.  
  6. //3.21 short name, includes all, total 222 .aoc + 73 .epk files:
  7.  
  8. crucible
  9.  
  10. //==========
  11.  
  12. //or select what you need, new .aoc files detected:
  13.  
  14. //new spells:
  15. spells/animate_weapon/celestial/vaal_spawn
  16. spells/coldsnap/coldsnapdelirium
  17. spells/elemental_burst/
  18. spells/vaal_skills/absolution/
  19. spells/vaal_skills/arctic_armour
  20. spells/vaal_skills/lightning_arrow
  21. spells/vaal_skills/reap/
  22. spells/volcanic_slam/
  23. vaal_skills/domination
  24. vaal_skills/rejuvenationtotem
  25.  
  26. //3.21 league boss effects:
  27. leaguecrucible/chaos/bonegolemboss
  28. leaguecrucible/chaos/reaperboss
  29. leaguecrucible/cold/cannibalboss
  30. leaguecrucible/cold/phoenixboss
  31. leaguecrucible/criticalspeed/omniphobiaboss
  32. leaguecrucible/criticalspeed/vilentaboss
  33. leaguecrucible/fire/minotaurboss
  34. leaguecrucible/fire/thraxiaboss
  35. leaguecrucible/lightning/hydraboss
  36. leaguecrucible/lightning/saplingboss
  37. leaguecrucible/physical/shakariboss
  38. leaguecrucible/physical/sinsspiderboss
  39.  
  40. //3.21 league monster effects:
  41. spells/monsters_effects/league_crucible/attachments
  42. spells/monsters_effects/league_crucible/main_mechanic_epks
  43. spells/monsters_effects/league_crucible/monsters
  44. spells/monsters_effects/league_crucible/type_epks
  45. monsters/leaguecrucible/
  46.  
  47. //3.21 league objects:
  48. crucible_barrier
  49. crucible_forge
  50.  
  51. //MTX auras:
  52. grace_deter_disp
  53. lavarocks
  54. lunarapparition
  55.  
  56. //MTX  wings:
  57. endurancechargetree/blue/
  58. endurancechargetree/green/
  59. lunarmoonbackattachment
  60.  
  61. //misc MTX: too much. most interesting:
  62. demonhuntersring
  63. puppetmasterbackattachment
  64. carnage_heart_amulet
  65. flaskeffects/battlepassfivewrithingjar/death_explode
  66. uniques/stormseekergloves
  67. spells/coldsnap/delirium
  68.  
  69. //MTX packs:
  70. rockslabarmour
  71. entomologistarmour
  72.  
  73. //new item models:
  74. brassdome
  75. chaosorbarmour
  76. clericssanctuary
  77. clockwork
  78. darkking
  79. ophidiancovenant
  80. raijuarmour
  81. raijuarmourscourge
  82. scalingheavyarmour
  83. tencentlunargoddess
  84. witchdoctor
  85. cruciblehelm
  86.  
  87. //pets:
  88. pet/bear/delvebear
  89. pet/bear/attachments
  90. pet/goblinbard
  91. pet/cruciblepet
  92. pet/pandemoniumspider/witchdoctorspider
  93. pet/petrock
  94. pet/tencentlunarrabbit
  95.  
  96. //hideout objects:
  97. doodads/hideouts/demoncraftingbench
  98. doodads/hideouts/mtxmannequin
  99. cruciblestash
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement