Skip to content

Commit

Permalink
Make timeloop ending message more apparent
Browse files Browse the repository at this point in the history
  • Loading branch information
b3brodie committed Dec 21, 2024
1 parent b5eb66d commit 342131c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/mods/Xedra_Evolved/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,6 @@
"id": "effect_xedra_time_loop",
"name": [ "Time Looped" ],
"desc": [ "Every few seconds every change to your person reverts." ],
"remove_message": "Your time loop ends!",
"rating": "good",
"flags": [ "CANNOT_CHANGE_TEMPERATURE", "FREEZE_EFFECTS", "CANNOT_GAIN_EFFECTS" ],
"enchantments": [ { "values": [ { "value": "EQUIPMENT_DAMAGE_CHANCE", "multiply": -1 } ] } ],
Expand Down
17 changes: 17 additions & 0 deletions data/mods/Xedra_Evolved/eocs/chronomancer_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,23 @@
{ "run_eocs": "EOC_XEDRA_TIME_LOOP_LOOP", "time_in_future": "5 seconds" }
]
},
{
"type": "effect_on_condition",
"id": "EOC_XEDRA_TIME_LOOP_ENDED_LOOP",
"eoc_type": "EVENT",
"required_event": "character_loses_effect",
"condition": { "compare_string": [ "effect_xedra_time_loop", { "context_val": "effect" } ] },
"effect": [
{
"u_message": "Your time loop ends!",
"type": "neutral",
"popup": true,
"popup_w_interrupt_query": true,
"interrupt_type": "eoc"
},
{ "run_eocs": "EOC_XEDRA_TIME_LOAD_VARIABLES_DYNAMIC", "variables": { "xedra_chronomancer_prefix": "time_loop" } }
]
},
{
"type": "effect_on_condition",
"id": "EOC_XEDRA_CHRONOMANCER_OPEN_INSIGHT_MENU",
Expand Down

0 comments on commit 342131c

Please sign in to comment.