Skip to content

Commit

Permalink
remove SCENARIO_SPECIFIC
Browse files Browse the repository at this point in the history
  • Loading branch information
waveyl committed Feb 14, 2025
1 parent a70ff23 commit 506d443
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"id": "thex_everything_eoc",
"type": "effect_on_condition",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "run_eocs": [ "daily_randomization_eoc" ] },
{ "run_eocs": [ "impurity_start_eoc" ] },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"id": "touhou_everything_eoc",
"type": "effect_on_condition",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{
"run_eocs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
{
"type": "effect_on_condition",
"id": "scenario_voiro",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_voiro", "om_terrain": "cabin_voiro" }
]
Expand All @@ -39,7 +38,6 @@
{
"type": "effect_on_condition",
"id": "scenario_love_is_over",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "u_add_var": "love_is_over_flag_love_is_over", "value": "yes" }
]
Expand Down Expand Up @@ -68,55 +66,48 @@
{
"type": "effect_on_condition",
"id": "EOC_LOVE_IS_OVER_IA",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_ia", "om_terrain": "cabin_voiro" }
]
},
{
"type": "effect_on_condition",
"id": "EOC_LOVE_IS_OVER_AOI",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_aoi", "om_terrain": "cabin_voiro" }
]
},
{
"type": "effect_on_condition",
"id": "EOC_LOVE_IS_OVER_AKANE",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_akane", "om_terrain": "cabin_voiro" }
]
},
{
"type": "effect_on_condition",
"id": "EOC_LOVE_IS_OVER_AKARI",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_akari", "om_terrain": "cabin_voiro" }
]
},
{
"type": "effect_on_condition",
"id": "EOC_LOVE_IS_OVER_KIRITAN",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_kiritan", "om_terrain": "cabin_voiro" }
]
},
{
"type": "effect_on_condition",
"id": "EOC_LOVE_IS_OVER_TUMUGI",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_tumugi", "om_terrain": "cabin_voiro" }
]
},
{
"type": "effect_on_condition",
"id": "EOC_LOVE_IS_OVER_YUKARI",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [
{ "mapgen_update": "scenario_spawn_yukari", "om_terrain": "cabin_voiro" }
]
Expand Down

0 comments on commit 506d443

Please sign in to comment.