mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
TUNIC: Add some more rules for Monastery connections (#4564)
* Move a couple locations to monastery * Connect Quarry Back to Monastery * Quarry Back -> Monastery with laurels, Monastery -> Monastery Back with wand/sword * Add Monastery Back region * Move a couple non-ER locations to monastery back * Monastery front -> back with sword, wand, or laurels zip * also laurels zip for non-ER
This commit is contained in:
@@ -13,9 +13,10 @@ tunic_regions: dict[str, tuple[str]] = {
|
||||
"Library": tuple(),
|
||||
"Eastern Vault Fortress": ("Beneath the Vault",),
|
||||
"Beneath the Vault": ("Eastern Vault Fortress",),
|
||||
"Quarry Back": ("Quarry",),
|
||||
"Quarry Back": ("Quarry", "Monastery"),
|
||||
"Quarry": ("Monastery", "Lower Quarry"),
|
||||
"Monastery": tuple(),
|
||||
"Monastery": ("Monastery Back",),
|
||||
"Monastery Back": tuple(),
|
||||
"Lower Quarry": ("Rooted Ziggurat",),
|
||||
"Rooted Ziggurat": tuple(),
|
||||
"Swamp": ("Cathedral",),
|
||||
|
Reference in New Issue
Block a user