Advertisement
dvk

PoE_315_new_files

dvk
Jul 22nd, 2021
1,900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.49 KB | None | 0 0
  1. //rules for poeNullEffects, PoE 3.15 patch
  2.  
  3. //==========
  4. //mandatory: "use Except List" (data\ParticlesExceptList.txt):
  5.  
  6. //all new league files: 666 .aoc, 535 .pet:
  7. expedition
  8.  
  9. //new 4 league bosses: 112 .aoc, 283 .pet:
  10. expedition/boss/
  11. //medved
  12. //olroth
  13. //reaper_boss
  14. //reaperboss
  15. //uhtred
  16.  
  17. //more boss files:
  18. leagueexpedition/reaperboss
  19. leagueexpedition/apparitionboss
  20. monsters/3.15monsters/pirateboss/
  21.  
  22. //new league mechanics: //TODO: test if enough:
  23. league_expedition/crater_tiles
  24. league_expedition/dynamic_marker
  25. league_expedition/mechanics
  26.  
  27. //==========
  28. //optional (commented by default):
  29.  
  30. //new spell effect files:
  31. //spells/absolution_blast
  32. //spells/ambush
  33. //spells/banner/armourevasionbanner
  34. //spells/chaos_explode
  35. //spells/executioner_support
  36. //spells/flask_throw
  37. //spells/frozen_sphere
  38. //spells/general/aura_surge
  39. //spells/lightning_explode
  40. //spells/mana_void
  41. //spells/melee_trails/trauma_strike
  42. //spells/prismatic_rain
  43. //spells/rage_slash
  44. //spells/scientistbane
  45. //spells/scientistblight
  46. //spells/scientistcontagion
  47. //spells/shield_waves
  48. //spells/soulfeast
  49. //spells/spectral_hammer
  50. //spells/summon_arbalists
  51. //spells/summoned_reaper
  52. //spells/traps/weapon_trap
  53. //spells/trauma_strike
  54. //spells/void_burst
  55. //spells/warcries/divine_cry
  56.  
  57. //new MTX & items:
  58. //brightfall
  59. //jingwei
  60. //midnightpact
  61. //myrmidon
  62. //necrolord
  63. //pyrearmourset
  64. //pyrepurplearmourset
  65. //twilightnightfall
  66. //spiritbase
  67. //spiritunique
  68. //foot_prints/darkmatrix
  69. //adaptation
  70. //expeditionbrimmedhat
  71. //skullbleached
  72. //wings/labyrinthapparitionbackattachment
  73. //wings/rapturewings
  74. //character_fx/darkmatrix_overseer
  75. //character_fx/dreadspire
  76. //character_fx/myrmidon
  77. //character_fx/oblivion
  78.  
  79. //new MTX spells:
  80. //spells/bladeblast_void_emperor
  81. //spells/blight
  82. //spells/corpse_eruption/voidemperor
  83. //spells/cyclone_currency
  84. //spells/golems_darkshard
  85. //spells/holy_path
  86. //spells/maneuver_mechanics/voidemperor_arcane_cloak
  87. //spells/myrmidondash
  88. //spells/myrmidonlightningstrike
  89. //spells/myrmidonvortex
  90. //spells/mysticburningarrow
  91. //spells/nightfall_dualstrike
  92. //spells/overseer_coldsnap
  93. //spells/scavenger_bloodrage
  94. //spells/shock_nova_accurate
  95. //spells/spark/void
  96. //spells/storm_cloud/demonic
  97. //spells/stygianchainstrike
  98. //spells/stygianinfernalblow
  99. //spells/stygiansmokemine
  100. //spells/summon_raging_eyeball_arcane
  101. //spells/transcendence_exsanguinate
  102.  
  103. //TODO: test:
  104. //monsters_effects/brute_light/light.aoc
  105. //items/expedition/expeditionleaguerunes/
  106. //monsters/3.15monsters/soulpolyp/
  107.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement