Skip to content

Commit 35c3523

Browse files
Switch abyssal hunger to quickling shadow
1 parent 6e28381 commit 35c3523

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

data/mods/Xedra_Evolved/eocs/abyssal_hunger_eocs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
"fail_message": "Something is very wrong!",
110110
"force": true
111111
},
112-
{ "run_eocs": "EOC_PLAYABLE_CHANGELING_ADVANCEMENT_CLEAR_ABYSSAL_HUNGER" },
113112
{ "alter_timed_events": "abyssal_hunger" },
114113
{ "math": [ "abyssal_hunger_level = 0" ] }
115114
]

data/mods/Xedra_Evolved/eocs/playable_changeling_advancement_eocs.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,16 @@
258258
},
259259
{
260260
"type": "effect_on_condition",
261-
"id": "EOC_PLAYABLE_CHANGELING_ADVANCEMENT_CLEAR_ABYSSAL_HUNGER",
262-
"condition": { "test_eoc": "EOC_CONDITIONS_YOU_ARE_A_PLAYABLE_CHANGELING" },
261+
"//": "Kill quickling shadow for now, but clear the wound later",
262+
"id": "EOC_PLAYABLE_CHANGELING_ADVANCEMENT_CLEAR_SHADOW_WOUND",
263+
"eoc_type": "EVENT",
264+
"required_event": "character_kills_monster",
265+
"condition": {
266+
"and": [
267+
{ "test_eoc": "EOC_CONDITIONS_YOU_ARE_A_PLAYABLE_CHANGELING" },
268+
{ "compare_string": [ { "context_val": "victim_type" }, "mon_dream_shadowman" ] }
269+
]
270+
},
263271
"effect": [ { "math": [ "u_changeling_advancement_dreams_counter++" ] } ]
264272
},
265273
{

0 commit comments

Comments
 (0)