Advertisement
dvk

PoE_323_new_files

dvk
Dec 8th, 2023
966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.04 KB | Gaming | 0 0
  1. //rules for poeNullEffects, PoE 3.23 patch
  2. //"Null particles -> use Except List" (data\ParticlesExceptList.txt) and "Null .epk" exceptions (data\EpkExceptList.txt), optional:
  3.  
  4. //==========
  5.  
  6. //3.23 short name, includes all (741 .aoc, 84 .epk files):
  7.  
  8. azmeri
  9.  
  10. //==========
  11.  
  12. //or select what you need, new .aoc files detected:
  13.  
  14. //new spells:
  15. spells/ascendancy/warcries/loot
  16. spells/curses/minion_sacrifice_explosion
  17. spells/curses_02/area/minion_sacrifice_aoe
  18. spells/curses_02/area/pacify_aoe
  19. spells/curses_02/marks/mark_penance
  20. spells/curses_02/orbs/minion_sacrifice_orb
  21. spells/curses_02/orbs/pacify_orb
  22. spells/elemental_hit_alt
  23. spells/orbs/elder/instability
  24. spells/traps/fireground_trap_alt
  25.  
  26. //updated spells:
  27. spells/dancing_daggers
  28. spells/divine_tempest
  29. spells/enchantment_skills/weapon_throw
  30. spells/ground_effects_v3/chilled
  31. spells/incinerate
  32. spells/raisezombie_02
  33.  
  34. //3.23 league monters:
  35. league_azmeri/monsters
  36. monsters/leagueazmeri
  37.  
  38. //3.23 league effects:
  39. league_azmeri/resources/affecting_area
  40. league_azmeri/resources/charges
  41. league_azmeri/resources/wisp_doodads
  42.  
  43. //3.23 league npc and objects:
  44. npc/league/azmeri
  45. doodads/leagues/azmeri
  46.  
  47. //MTX packs:
  48. chiyou
  49. corekalguuran
  50. corekaruielemental
  51. coremarakethassassin
  52. coreprisoner
  53. corevaalsnake
  54. eldritchroyalty
  55. eternalprisoner
  56. kalguuran_godking
  57. nethermancer
  58. voodooking
  59.  
  60. //MTX spells:
  61. microtransactions/spells/blade_vortex
  62. microtransactions/spells/dancing_daggers
  63. microtransactions/spells/divine_ire
  64. microtransactions/spells/divine_tempes
  65. microtransactions/spells/flame_dash
  66. microtransactions/spells/hasina_bladevortex
  67. microtransactions/spells/incinerate
  68. microtransactions/spells/leapslam
  69. microtransactions/spells/orbs/currency
  70. microtransactions/spells/shieldcharge
  71. microtransactions/spells/voidbornimpendingdoom
  72.  
  73. //new item models: a lot.
  74.  
  75. //new hideouts:
  76. ophidian
  77. vaalserpentgod
  78. weather_control
  79.  
  80. //new pets:
  81. pet/azmerideer
  82. pet/chiyou
  83. pet/currencyorbcompainion
  84. pet/flyingmorphpets
  85. pet/mimic
  86. pet/necroticcat
  87. pet/tencentghostridercompanion/
  88. pet/voodooimp
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement