Advertisement
dvk

PoE_322_new_files

dvk
Aug 18th, 2023
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.61 KB | Gaming | 0 0
  1. //rules for poeNullEffects, PoE 3.22 patch
  2. //"Null particles -> use Except List" (data\ParticlesExceptList.txt) and "Null .epk" exceptions (data\EpkExceptList.txt), optional:
  3.  
  4. //==========
  5.  
  6. //3.22 short names, includes all, total 404+6+157 .aoc and 0+1+60 .epk files:
  7.  
  8. leagueancestral
  9. league/ancestral
  10. league_ancestral
  11.  
  12. //==========
  13.  
  14. //or select what you need, new .aoc files detected:
  15.  
  16. //new spells:
  17. spells/elementalbow_escapeshot
  18. spells/lightning_lightningbolt
  19. spells/spear_lightburst
  20. totems/flamewood
  21. spells/traps/fishing_trap
  22.  
  23. //new monster spells:
  24. carvertribe_stalker
  25. dredgefiendboss
  26. elephant_rhino
  27. palewalker
  28. prisonermonsterboss
  29. thescientist3
  30.  
  31. //3.22 league monster effects:
  32. ahuana
  33. akoya
  34. league_ancestral/channel_beam
  35. league_ancestral/coldpoi
  36. coldtortoise
  37. coldtuatara
  38. league_ancestral/death
  39. league_ancestral/fielditems
  40. fishinghook
  41. icearcher
  42. icecaster
  43. ikiaho
  44. jadecutter
  45. kahuturoa
  46. league_ancestral/kaom
  47. kiloava
  48. league_ancestral/kitavaspear
  49. league_ancestral/lightningcaster
  50. maata
  51. medicinewoman
  52. moltendestroyer
  53. moltenhulk
  54. rongokuraitortoise
  55. soulcaster
  56. league_ancestral/stunner
  57. tawhanuku
  58. league_ancestral/utula
  59. leagueancestral/arohonguitribe
  60. leagueancestral/bloodfeverdrunk
  61. leagueancestral/bloodfeverspear
  62. leagueancestral/chieftains
  63. leagueancestral/crowcarrion
  64. leagueancestral/fallenkarui
  65. leagueancestral/karuiboar
  66. leagueancestral/karuihulk
  67. leagueancestral/karuimedicinewoman
  68. leagueancestral/karuisoulcaster
  69. leagueancestral/karuispirittortoise
  70. leagueancestral/karuiwarriorhorn
  71. leagueancestral/karuiwarriorpoi
  72. leagueancestral/ngamahutribe
  73. leagueancestral/ramakotribe
  74. leagueancestral/tasaliotribe
  75. leagueancestral/viperlegionnaire
  76.  
  77. //3.22 league objects:
  78. league_ancestral/league_portal
  79. league_ancestral/mon_death_out
  80. league_ancestral/mon_spawn_in
  81. league_ancestral/respawn
  82. league_ancestral/reward
  83. league_ancestral/totem_destroy
  84. league_ancestral/trinketitems
  85. league/ancestral/attachments/hinekorahairbeam
  86. doodads/leagues/ancestral
  87.  
  88. //Expedition big marker:
  89. league_expedition/dynamic_marker
  90.  
  91. //new Sanctum object:
  92. league_sanctum/hazards
  93. leaguesanctum/hazards
  94.  
  95. //MTX packs:
  96. collectorsack
  97. jademarohierqi
  98. rustkinggreatsword
  99.  
  100. //misc MTX:
  101. character_fx/chiyou_gold
  102. hideout/ancestralstash
  103.  
  104. //new item models:
  105. ashfallplate
  106. beastman
  107. blightedarmour
  108. brassdome
  109. cardoracle
  110. eldritchroyalty
  111. elvenknight
  112. royaloccultist
  113. utalaarmour
  114. winterplate
  115.  
  116. //new hideout objects:
  117. hideouts/crucible
  118. hideouts/oshabisoultreehorticraftingstation
  119.  
  120. //new pets:
  121. pet/goblinband
  122. pet/sandworm
  123. pet/tencentghostridercompanion
  124.  
  125. //new currency:
  126. currency/ancestor
  127. currency/hinekoraslockdrop
  128.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement