Skip to content

Commit 753162e

Browse files
committed
Remaining R->L side platform underwater applications
1 parent 710bd29 commit 753162e

2 files changed

Lines changed: 107 additions & 0 deletions

File tree

region/maridia/outer/Glass Tunnel.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,34 @@
16591659
"Shoot the door while rising to pass through."
16601660
]
16611661
},
1662+
{
1663+
"link": [2, 4],
1664+
"name": "Side Platform Cross Room Jump",
1665+
"entranceCondition": {
1666+
"comeInWithSidePlatform": {
1667+
"platforms": [
1668+
{
1669+
"minHeight": 3,
1670+
"maxHeight": 3,
1671+
"minTiles": 39.4375,
1672+
"speedBooster": true,
1673+
"obstructions": [[3, 2]],
1674+
"requires": [],
1675+
"note": "Applies to Metal Pirates Room."
1676+
}
1677+
]
1678+
}
1679+
},
1680+
"requires": [
1681+
"canCrossRoomJumpIntoWater",
1682+
"canTrickyJump",
1683+
"canMomentumConservingTurnaround"
1684+
],
1685+
"unlocksDoors": [
1686+
{"types": ["super"], "requires": []},
1687+
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
1688+
]
1689+
},
16621690
{
16631691
"id": 144,
16641692
"link": [2, 4],

region/maridia/outer/Main Street.json

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,85 @@
17991799
"to prepare for this case, pause immediately when entering the room in order to unequip Spring Ball after the bounce."
18001800
]
18011801
},
1802+
{
1803+
"link": [2, 3],
1804+
"name": "Side Platform Cross Room Jump",
1805+
"entranceCondition": {
1806+
"comeInWithSidePlatform": {
1807+
"platforms": [
1808+
{
1809+
"minHeight": 1,
1810+
"maxHeight": 1,
1811+
"minTiles": 16,
1812+
"speedBooster": true,
1813+
"obstructions": [[1, 0]],
1814+
"requires": [
1815+
"canMomentumConservingMorph",
1816+
"canInsaneJump",
1817+
"canBeVeryPatient"
1818+
],
1819+
"note": ["This applies to Lava Dive Room."]
1820+
},
1821+
{
1822+
"minHeight": 2,
1823+
"maxHeight": 2,
1824+
"minTiles": 27.4375,
1825+
"speedBooster": true,
1826+
"obstructions": [[1, 0]],
1827+
"requires": [
1828+
"canMomentumConservingMorph",
1829+
{"or": [
1830+
{"enemyDamage": {"enemy": "Skultera", "type": "contact", "hits": 1}},
1831+
"canInsaneJump"
1832+
]}
1833+
],
1834+
"note": ["This applies to Dust Torizo Room and Noob Bridge."]
1835+
},
1836+
{
1837+
"minHeight": 3,
1838+
"maxHeight": 3,
1839+
"minTiles": 28.2472,
1840+
"speedBooster": true,
1841+
"obstructions": [[1, 0]],
1842+
"requires": [
1843+
"canMomentumConservingMorph",
1844+
{"or": [
1845+
{"enemyDamage": {"enemy": "Skultera", "type": "contact", "hits": 1}},
1846+
"canInsaneJump"
1847+
]}
1848+
],
1849+
"note": ["This applies to Double Chamber."]
1850+
},
1851+
{
1852+
"minHeight": 3,
1853+
"maxHeight": 3,
1854+
"minTiles": 39.4375,
1855+
"speedBooster": true,
1856+
"obstructions": [[3, 2]],
1857+
"requires": [
1858+
{"or": [
1859+
{"and": [
1860+
"canMomentumConservingMorph",
1861+
{"or": [
1862+
{"enemyDamage": {"enemy": "Skultera", "type": "contact", "hits": 1}},
1863+
"canInsaneJump"
1864+
]}
1865+
]},
1866+
{"and": [
1867+
"canInsaneJump",
1868+
"canMomentumConservingTurnaround"
1869+
]}
1870+
]}
1871+
],
1872+
"note": "Applies to Metal Pirates Room."
1873+
}
1874+
]
1875+
}
1876+
},
1877+
"requires": [
1878+
"canCrossRoomJumpIntoWater"
1879+
]
1880+
},
18021881
{
18031882
"id": 51,
18041883
"link": [2, 3],

0 commit comments

Comments
 (0)