Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion worlds/ffx/data/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
"overdrives": [],
"other": [],
"recruits": [3],
"leads_to": [143],
"leads_to": [143, 1022],
"rules": ["Defender X"]
},
{
Expand Down Expand Up @@ -1079,5 +1079,17 @@
"recruits": [],
"leads_to": [],
"rules": []
},
{
"name": "Captures: Gorge Bottom & Cavern of the Stolen Fayth",
"id": 1022,
"treasures": [],
"party_members": [],
"bosses": [],
"overdrives": [],
"other": [],
"recruits": [],
"leads_to": [],
"rules": []
}
]
2 changes: 1 addition & 1 deletion worlds/ffx/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def primer_requirement_rule(state):
65: "Macalania Woods 1st visit: Pre-Spherimorph", # Blue Element
66: "Cavern of the Stolen Fayth 1st visit", # Dark Element
67: "Omega Ruins: Pre-Ultima Weapon", # Black Element
68: "Cavern of the Stolen Fayth 1st visit", # Epaaj
68: "Captures: Gorge Bottom & Cavern of the Stolen Fayth", # Epaaj
69: "Captures: Mt. Gagazet Caves & Zanarkand", # Behemoth
70: "Sin: Pre-Seymour Omnis", # Behemoth King
71: "Macalania Woods 1st visit: Pre-Spherimorph", # Chimera
Expand Down
Loading