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:
Scipio Wright
2025-02-23 11:02:30 -05:00
committed by GitHub
parent 18de035b4d
commit 0f7fd48cdd
4 changed files with 15 additions and 7 deletions

View File

@@ -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",),