Skip to content

Commit 36ee800

Browse files
committed
more Glass Tunnel platform options
1 parent 753162e commit 36ee800

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

region/maridia/outer/Glass Tunnel.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,41 @@
16651665
"entranceCondition": {
16661666
"comeInWithSidePlatform": {
16671667
"platforms": [
1668+
{
1669+
"minHeight": 2,
1670+
"maxHeight": 2,
1671+
"minTiles": 38,
1672+
"speedBooster": true,
1673+
"obstructions": [[1, 0]],
1674+
"requires": [],
1675+
"note": "Applies to Noob Bridge."
1676+
},
1677+
{
1678+
"minHeight": 2,
1679+
"maxHeight": 2,
1680+
"minTiles": 45,
1681+
"speedBooster": true,
1682+
"obstructions": [[3, 0]],
1683+
"requires": [
1684+
"canMomentumConservingMorph",
1685+
"canInsaneJump",
1686+
"canInsaneMidAirMorph"
1687+
],
1688+
"note": ["This applies to Statues Hallway and Baby Kraid Room."]
1689+
},
1690+
{
1691+
"minHeight": 3,
1692+
"maxHeight": 3,
1693+
"minTiles": 45,
1694+
"speedBooster": true,
1695+
"obstructions": [[3, 0]],
1696+
"requires": [
1697+
"canMomentumConservingMorph",
1698+
"canInsaneJump",
1699+
"canInsaneMidAirMorph"
1700+
],
1701+
"note": ["This applies to Bowling Alley (middle, power off) and Basement (power on)."]
1702+
},
16681703
{
16691704
"minHeight": 3,
16701705
"maxHeight": 3,

region/maridia/outer/Main Street.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@
18141814
"requires": [
18151815
"canMomentumConservingMorph",
18161816
"canInsaneJump",
1817-
"canBeVeryPatient"
1817+
"canInsaneMidAirMorph"
18181818
],
18191819
"note": ["This applies to Lava Dive Room."]
18201820
},

0 commit comments

Comments
 (0)