Skip to content

East Death Mountain overworld rooms #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
196 changes: 0 additions & 196 deletions connections/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,62 +491,6 @@
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Broken Bridge (East) and Death Mountain",
"nodes": [
{
"name": "Broken Bridge (East)",
"position": "origin"
},
{
"name": "Death Mountain",
"position": "destination"
}
]
},
{
"connectionType": "Drop",
"description": "Drop connection between East Death Mountain Drop and East Death Mountain (Bottom)",
"nodes": [
{
"name": "East Death Mountain Drop",
"position": "origin"
},
{
"name": "East Death Mountain (Bottom)",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Spiral Cave Ledge Access and Spiral Cave Ledge",
"nodes": [
{
"name": "Spiral Cave Ledge Access",
"position": "origin"
},
{
"name": "Spiral Cave Ledge",
"position": "destination"
}
]
},
{
"connectionType": "Drop",
"description": "Drop connection between Spiral Cave Ledge Drop and East Death Mountain (Bottom)",
"nodes": [
{
"name": "Spiral Cave Ledge Drop",
"position": "origin"
},
{
"name": "East Death Mountain (Bottom)",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Spiral Cave (top to bottom) and Spiral Cave (Bottom)",
Expand All @@ -561,34 +505,6 @@
}
]
},
{
"connectionType": "Door",
"description": "Door connection between East Death Mountain (Top) and East Death Mountain (Top)",
"nodes": [
{
"name": "East Death Mountain (Top)",
"position": "origin"
},
{
"name": "East Death Mountain (Top)",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Death Mountain (Top) and Death Mountain (Top)",
"nodes": [
{
"name": "Death Mountain (Top)",
"position": "origin"
},
{
"name": "Death Mountain (Top)",
"position": "destination"
}
]
},
{
"connectionType": "Drop",
"description": "Drop connection between Death Mountain Drop and Death Mountain",
Expand All @@ -603,20 +519,6 @@
}
]
},
{
"connectionType": "Drop",
"description": "Drop connection between Spectacle Rock Drop and Death Mountain (Top)",
"nodes": [
{
"name": "Spectacle Rock Drop",
"position": "origin"
},
{
"name": "Death Mountain (Top)",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Tower of Hera Small Key Door and Tower of Hera (Basement)",
Expand Down Expand Up @@ -1261,20 +1163,6 @@
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Fairy Ascension Rocks and Fairy Ascension Plateau",
"nodes": [
{
"name": "Fairy Ascension Rocks",
"position": "origin"
},
{
"name": "Fairy Ascension Plateau",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Fairy Ascension Mirror Spot and Fairy Ascension Plateau",
Expand All @@ -1289,48 +1177,6 @@
}
]
},
{
"connectionType": "Drop",
"description": "Drop connection between Fairy Ascension Drop and East Death Mountain (Bottom)",
"nodes": [
{
"name": "Fairy Ascension Drop",
"position": "origin"
},
{
"name": "East Death Mountain (Bottom)",
"position": "destination"
}
]
},
{
"connectionType": "Drop",
"description": "Drop connection between Fairy Ascension Ledge Drop and Fairy Ascension Plateau",
"nodes": [
{
"name": "Fairy Ascension Ledge Drop",
"position": "origin"
},
{
"name": "Fairy Ascension Plateau",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Fairy Ascension Ledge and Fairy Ascension Ledge",
"nodes": [
{
"name": "Fairy Ascension Ledge",
"position": "origin"
},
{
"name": "Fairy Ascension Ledge",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Spectacle Rock Mirror Spot and Spectacle Rock",
Expand Down Expand Up @@ -1457,20 +1303,6 @@
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Isolated Ledge Mirror Spot and Fairy Ascension Ledge",
"nodes": [
{
"name": "Isolated Ledge Mirror Spot",
"position": "origin"
},
{
"name": "Fairy Ascension Ledge",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Spiral Cave Mirror Spot and Spiral Cave Ledge",
Expand Down Expand Up @@ -3725,20 +3557,6 @@
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Fairy Ascension Cave Exit (Top) and Fairy Ascension Ledge",
"nodes": [
{
"name": "Fairy Ascension Cave Exit (Top)",
"position": "origin"
},
{
"name": "Fairy Ascension Ledge",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Spiral Cave and Spiral Cave (Top)",
Expand Down Expand Up @@ -4565,20 +4383,6 @@
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Tower of Hera Exit and Death Mountain (Top)",
"nodes": [
{
"name": "Tower of Hera Exit",
"position": "origin"
},
{
"name": "Death Mountain (Top)",
"position": "destination"
}
]
},
{
"connectionType": "Door",
"description": "Door connection between Hyrule Castle Entrance (South) and Hyrule Castle",
Expand Down
7 changes: 7 additions & 0 deletions helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
"Hookshot"
]
},
{
"name": "canHammerThings",
"requires": [
"isLink",
"Hammer"
]
},
{
"name": "canInvul",
"requires": [
Expand Down
Loading