Skip to content

Commit

Permalink
Update EOCs.json for sky island mod to correctly add/remove warp vort…
Browse files Browse the repository at this point in the history
…ex token recipe (#73271)

* Update EOCs.json

learn/forget warp token recipe based on chosen difficulty

* Update data/mods/Sky_Island/EOCs.json

* Update data/mods/Sky_Island/EOCs.json

---------

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
Consoleable and Maleclypse authored Apr 30, 2024
1 parent a98b660 commit db4aa91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/mods/Sky_Island/EOCs.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@
"u_message": "Warp home behavior set to whole room. You can use the Difficulty Adjuster if you wish to change your setting at any time."
},
{ "math": [ "roomteleportselector", "=", "0" ] },
{ "u_forget_recipe": "warp_vortex_token" },
{ "run_eocs": "EOC_difficultycheck_3" }
]
},
Expand All @@ -557,6 +558,7 @@
"u_message": "Warp home behavior set to whole room at a cost. You can use the Difficulty Adjuster if you wish to change your setting at any time."
},
{ "math": [ "roomteleportselector", "=", "1" ] },
{ "u_learn_recipe": "warp_vortex_token" },
{ "run_eocs": "EOC_difficultycheck_3" }
]
},
Expand All @@ -568,6 +570,7 @@
"u_message": "Warp home behavior set to self only. You can use the Difficulty Adjuster if you wish to change your setting at any time."
},
{ "math": [ "roomteleportselector", "=", "2" ] },
{ "u_forget_recipe": "warp_vortex_token" },
{ "run_eocs": "EOC_difficultycheck_3" }
]
},
Expand Down

0 comments on commit db4aa91

Please sign in to comment.