Skip to content

Commit

Permalink
[Magiclysm] Make the Artificer and Storm Elemental attunements innate…
Browse files Browse the repository at this point in the history
…ly immune to EMPs (#75239)

* Initial commit

* Add to Storm Elemental too
  • Loading branch information
Standing-Storm authored Jul 26, 2024
1 parent 2ec51c5 commit c336181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/traits/attunements.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"VULCANIST",
"SOULFIRE"
],
"flags": [ "ATTUNEMENT" ]
"flags": [ "ATTUNEMENT", "EMP_IMMUNE" ]
},
{
"id": "ALCHEMIST",
Expand Down Expand Up @@ -965,7 +965,7 @@
"SOULFIRE",
"WITHER_MAGE"
],
"flags": [ "ATTUNEMENT", "ELECTRIC_IMMUNE" ]
"flags": [ "ATTUNEMENT", "ELECTRIC_IMMUNE", "EMP_IMMUNE" ]
},
{
"id": "STORMCALLER",
Expand Down

0 comments on commit c336181

Please sign in to comment.