vadash/Path-of-Exile-modding-tool

Changing skill effects?

Violet-Vibes opened this issue · 3 comments

Hey! Sorry for hijacking this place, but seems you are reasonable active compared to other places.

How would I go about changing say, VDs normal effect to the Stygian version?

Someone else posted it, reposting it here in case someone else finds it useful.

Changes normal VD to the Stygian MTX.

title "Stygian Volatile Dead"
restriction "./Metadata/Effects/Spells/volatile_dead/fire_orb_playerskill.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/fire_orb_playerskill.ao$"
restriction "./Metadata/Effects/Spells/volatile_dead/fire_orb_playerskill.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/fire_orb_playerskill.aoc$"

restriction "./Metadata/Effects/Spells/volatile_dead/second_explode_playerskill.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/second_explode_playerskill.ao$"
restriction "./Metadata/Effects/Spells/volatile_dead/second_explode_playerskill.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/second_explode_playerskill.aoc$"

restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/corpse_explode.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/stygian_corpse_playerskill.ao$"
restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/corpse_explode.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/stygian_corpse_playerskill.aoc$"

restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/volatiledead_aoe.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/summon_circle_playerskill.ao$"
restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/volatiledead_aoe.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/summon_circle_playerskill.aoc$"

Thanks