Skip to content

Commit

Permalink
Create eocs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Oct 23, 2024
1 parent 7e41f99 commit 0ba0bf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/mods/Xedra_Evolved/obsoletion_and_migration/eocs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"type": "effect_on_condition",
"id": "EOC_NON_LILIN_RAAB_UPDATE",
"eoc_type": "EVENT",
"required_event": "game_load",
"condition": { "not": { "u_has_trait": "LILIN_TRAITS" } },
"effect": [ { "u_lose_effect": "effect_lilin_no_ruach" } ]
}
]

0 comments on commit 0ba0bf9

Please sign in to comment.