Skip to content

Commit

Permalink
[Xedra Evolved] Add changeling magic to deduction EoC (#79588)
Browse files Browse the repository at this point in the history
* Initial commit

* Fix spelling error

* Fix other spelling error
  • Loading branch information
Standing-Storm authored Feb 8, 2025
1 parent e996b79 commit a473f3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/mods/Xedra_Evolved/eocs/misc_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"DREAMER",
"DREAMSMITH",
"INVENTOR",
"CHANGELING_MAGIC",
"ARVORE",
"IERDE",
"HOMULLUS",
Expand All @@ -27,6 +28,11 @@
{ "compare_string": [ "DREAMER", { "context_val": "school" } ] },
{ "compare_string": [ "DREAMSMITH", { "context_val": "school" } ] },
{ "compare_string": [ "INVENTOR", { "context_val": "school" } ] },
{ "compare_string": [ "CHANGELING_MAGIC", { "context_val": "school" } ] },
{ "compare_string": [ "CHANGELING_SEASONAL_MAGIC_SPRING", { "context_val": "school" } ] },
{ "compare_string": [ "CHANGELING_SEASONAL_MAGIC_SUMMER", { "context_val": "school" } ] },
{ "compare_string": [ "CHANGELING_SEASONAL_MAGIC_AUTUMN", { "context_val": "school" } ] },
{ "compare_string": [ "CHANGELING_SEASONAL_MAGIC_WINTER", { "context_val": "school" } ] },
{ "compare_string": [ "ARVORE", { "context_val": "school" } ] },
{ "compare_string": [ "IERDE", { "context_val": "school" } ] },
{ "compare_string": [ "HOMULLUS", { "context_val": "school" } ] },
Expand Down

0 comments on commit a473f3c

Please sign in to comment.