Landstalker: Fix issues on generation (#4345)

This commit is contained in:
Dinopony
2024-12-24 20:08:03 +01:00
committed by GitHub
parent 78637c96a7
commit 5578ccd578
9 changed files with 131 additions and 22 deletions

View File

@@ -57,7 +57,9 @@ WORLD_REGIONS_JSON = [
"name": "Route between Gumi and Ryuma",
"canBeHintedAsRequired": False,
"nodeIds": [
"route_gumi_ryuma"
"route_gumi_ryuma",
"tibor_tree",
"mercator_gate_tree"
]
},
{
@@ -157,7 +159,8 @@ WORLD_REGIONS_JSON = [
"hintName": "in Greenmaze",
"nodeIds": [
"greenmaze_pre_whistle",
"greenmaze_post_whistle"
"greenmaze_post_whistle",
"greenmaze_post_whistle_tree"
]
},
{
@@ -165,7 +168,8 @@ WORLD_REGIONS_JSON = [
"canBeHintedAsRequired": False,
"nodeIds": [
"verla_shore",
"verla_shore_cliff"
"verla_shore_cliff",
"verla_shore_tree"
]
},
{
@@ -244,7 +248,8 @@ WORLD_REGIONS_JSON = [
"name": "Mountainous Area",
"hintName": "in the mountainous area",
"nodeIds": [
"mountainous_area"
"mountainous_area",
"mountainous_area_tree"
]
},
{