Skip to content

Commit 6a810d2

Browse files
authored
Merge pull request #2043 from blkerby/side-platforms-20
Pink Brin Hopper Room right-to-left side platform jumps
2 parents 1e0b240 + e4e2997 commit 6a810d2

1 file changed

Lines changed: 302 additions & 0 deletions

File tree

region/brinstar/pink/Pink Brinstar Hopper Room.json

Lines changed: 302 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,308 @@
15041504
"wallJumpAvoid": true,
15051505
"note": "Shinesparking horizontally into the wall will trigger the elevator as Samus's echos hit it."
15061506
},
1507+
{
1508+
"link": [2, 3],
1509+
"name": "Side Platform Cross Room Jump",
1510+
"entranceCondition": {
1511+
"comeInWithSidePlatform": {
1512+
"platforms": [
1513+
{
1514+
"minHeight": 1,
1515+
"maxHeight": 1,
1516+
"obstructions": [[3, 0]],
1517+
"minTiles": 36.3703,
1518+
"speedBooster": true,
1519+
"environment": "water",
1520+
"requires": [
1521+
"canTrickyDashJump",
1522+
"canInsaneJump",
1523+
"canGravityJump",
1524+
"canMomentumConservingMorph"
1525+
],
1526+
"note": ["This applies to Botwoon Energy Tank Room"],
1527+
"detailNote": [
1528+
"This needs extra run speed of $6.0 or $6.1.",
1529+
"It is easier to do by timing a pause to hit just after jumping and aiming down,",
1530+
"then unequipping Gravity and holding down during the unpause black screen to buffer the morph."
1531+
]
1532+
}
1533+
]
1534+
}
1535+
},
1536+
"requires": [],
1537+
"clearsObstacles": ["B"],
1538+
"wallJumpAvoid": true
1539+
},
1540+
{
1541+
"link": [2, 3],
1542+
"name": "Side Platform Cross Room Jump (Hi-Jump)",
1543+
"entranceCondition": {
1544+
"comeInWithSidePlatform": {
1545+
"platforms": [
1546+
{
1547+
"minHeight": 1,
1548+
"maxHeight": 1,
1549+
"obstructions": [[1, 0]],
1550+
"minTiles": 16,
1551+
"speedBooster": true,
1552+
"requires": [
1553+
"canTrickyDashJump"
1554+
],
1555+
"note": ["This applies to Lava Dive Room"],
1556+
"detailNote": [
1557+
"This needs extra run speed between $2.C and $2.F."
1558+
]
1559+
},
1560+
{
1561+
"minHeight": 2,
1562+
"maxHeight": 2,
1563+
"obstructions": [[1, 0]],
1564+
"minTiles": 27.4375,
1565+
"speedBooster": true,
1566+
"note": ["This applies to Dust Torizo Room and Noob Bridge"]
1567+
},
1568+
{
1569+
"minHeight": 3,
1570+
"maxHeight": 3,
1571+
"obstructions": [[1, 0]],
1572+
"minTiles": 22,
1573+
"speedBooster": true,
1574+
"requires": [
1575+
"canTrickyDashJump"
1576+
],
1577+
"note": ["This applies to Double Chamber"],
1578+
"detailNote": [
1579+
"Stand between about 1 and 7 tiles away from the runway end, to start running.",
1580+
"This is to avoid Samus having $5.0 or more extra run speed, where a dropoff in jump height occurs with Hi-Jump,"
1581+
]
1582+
},
1583+
{
1584+
"minHeight": 1,
1585+
"maxHeight": 1,
1586+
"obstructions": [[3, 0]],
1587+
"minTiles": 23.8731,
1588+
"speedBooster": true,
1589+
"environment": "water",
1590+
"requires": [
1591+
"canGravityJump",
1592+
"canMomentumConservingMorph"
1593+
],
1594+
"note": ["This applies to Below Botwoon Energy Tank and Botwoon Energy Tank Room."],
1595+
"detailNote": [
1596+
"Time a pause to hit just after jumping and aiming down,",
1597+
"then unequip Gravity and hold down during the unpause black screen to buffer the morph."
1598+
]
1599+
},
1600+
{
1601+
"minHeight": 2,
1602+
"maxHeight": 2,
1603+
"obstructions": [[3, 0]],
1604+
"minTiles": 31,
1605+
"speedBooster": true,
1606+
"requires": [
1607+
"canMomentumConservingMorph",
1608+
"canInsaneJump"
1609+
],
1610+
"note": ["This applies to Metroid Room 1, Statues Hallway, and Baby Kraid Room."]
1611+
},
1612+
{
1613+
"minHeight": 3,
1614+
"maxHeight": 3,
1615+
"obstructions": [[3, 0]],
1616+
"minTiles": 41.4375,
1617+
"speedBooster": true,
1618+
"requires": [
1619+
"canMomentumConservingMorph",
1620+
"canInsaneJump"
1621+
],
1622+
"note": ["This applies to Blue Brinstar Energy Tank Room (Power Bomb blocks broken), Bowling Alley (middle, power off), Basement (power on)."]
1623+
},
1624+
{
1625+
"minHeight": 3,
1626+
"maxHeight": 3,
1627+
"obstructions": [[3, 2]],
1628+
"minTiles": 39.4375,
1629+
"speedBooster": true,
1630+
"requires": [
1631+
"canInsaneJump"
1632+
],
1633+
"note": ["This applies to Metal Pirates Room."]
1634+
},
1635+
{
1636+
"minHeight": 3,
1637+
"maxHeight": 3,
1638+
"obstructions": [[5, 2]],
1639+
"minTiles": 37.4375,
1640+
"speedBooster": true,
1641+
"requires": [
1642+
"canMomentumConservingMorph",
1643+
"canInsaneJump"
1644+
],
1645+
"note": ["This applies to Flyway."]
1646+
}
1647+
]
1648+
}
1649+
},
1650+
"requires": [
1651+
"HiJump",
1652+
"canTrickyJump"
1653+
],
1654+
"clearsObstacles": ["B"],
1655+
"wallJumpAvoid": true
1656+
},
1657+
{
1658+
"link": [2, 3],
1659+
"name": "Side Platform Cross Room Jump (Spring Ball Jump)",
1660+
"entranceCondition": {
1661+
"comeInWithSidePlatform": {
1662+
"platforms": [
1663+
{
1664+
"minHeight": 1,
1665+
"maxHeight": 1,
1666+
"obstructions": [[1, 0]],
1667+
"minTiles": 16,
1668+
"speedBooster": true,
1669+
"requires": [
1670+
"canTrickyDashJump"
1671+
],
1672+
"note": ["This applies to Lava Dive Room"],
1673+
"detailNote": [
1674+
"This needs extra run speed $2.0 or $2.1,",
1675+
"being sure to maintain forward momentum while performing the mid-air jump to boost its height."
1676+
]
1677+
},
1678+
{
1679+
"minHeight": 2,
1680+
"maxHeight": 2,
1681+
"obstructions": [[1, 0]],
1682+
"minTiles": 9.4375,
1683+
"speedBooster": true,
1684+
"requires": [
1685+
"canTrickyDashJump"
1686+
],
1687+
"note": ["This applies to Shaktool Room, Blue Hopper Room, and Bowling Alley (bottom)."],
1688+
"detailNote": [
1689+
"This needs extra run speed $2.0 or $2.1,",
1690+
"being sure to maintain forward momentum while performing the mid-air jump to boost its height."
1691+
]
1692+
},
1693+
{
1694+
"minHeight": 2,
1695+
"maxHeight": 2,
1696+
"obstructions": [[1, 0]],
1697+
"minTiles": 27.4375,
1698+
"speedBooster": true,
1699+
"note": ["This applies to Dust Torizo Room and Noob Bridge."]
1700+
},
1701+
{
1702+
"minHeight": 3,
1703+
"maxHeight": 3,
1704+
"obstructions": [[1, 0]],
1705+
"minTiles": 9.4375,
1706+
"speedBooster": true,
1707+
"requires": [
1708+
"canTrickyDashJump"
1709+
],
1710+
"note": ["This applies to Bomb Torizo Room, Pink Brinstar Hopper Room, Phantoon's Room, Fish Tank, Botwoon's Room, and Big Boy Room."],
1711+
"detailNote": [
1712+
"This needs extra run speed $2.0 or $2.1,",
1713+
"being sure to maintain forward momentum while performing the mid-air jump to boost its height."
1714+
]
1715+
},
1716+
{
1717+
"minHeight": 3,
1718+
"maxHeight": 3,
1719+
"obstructions": [[1, 0]],
1720+
"minTiles": 28.2472,
1721+
"speedBooster": true,
1722+
"requires": [],
1723+
"note": ["This applies to Double Chamber."]
1724+
},
1725+
{
1726+
"minHeight": 1,
1727+
"maxHeight": 1,
1728+
"obstructions": [[3, 0]],
1729+
"minTiles": 23.8731,
1730+
"speedBooster": true,
1731+
"requires": [
1732+
"canMomentumConservingMorph"
1733+
],
1734+
"note": ["This applies to Below Botwoon Energy Tank and Botwoon Energy Tank Room."],
1735+
"detailNote": [
1736+
"This may be easier with a pause buffer and Gravity jump (though not required):",
1737+
"time a pause to hit just after jumping and aiming down,",
1738+
"then unequip Gravity and hold down during the unpause black screen to buffer the morph."
1739+
]
1740+
},
1741+
{
1742+
"minHeight": 2,
1743+
"maxHeight": 2,
1744+
"obstructions": [[3, 0]],
1745+
"minTiles": 31,
1746+
"speedBooster": true,
1747+
"requires": [
1748+
"canMomentumConservingMorph",
1749+
"canTrickyDashJump"
1750+
],
1751+
"note": ["This applies to Metroid Room 1, Statues Hallway, and Baby Kraid Room."],
1752+
"detailNote": [
1753+
"In Metroid Room 1, this requires extra run speed of $4.0 or $4.1;",
1754+
"in the other rooms, it is also possible to gain more speed."
1755+
]
1756+
},
1757+
{
1758+
"minHeight": 3,
1759+
"maxHeight": 3,
1760+
"obstructions": [[3, 0]],
1761+
"minTiles": 21.4375,
1762+
"speedBooster": true,
1763+
"requires": [
1764+
"canMomentumConservingMorph",
1765+
"canTrickyDashJump"
1766+
],
1767+
"note": ["This applies to Draygon's Room, Blue Brinstar Energy Tank Room, Bowling Alley (middle, power off), and Basement (power on)."],
1768+
"detailNote": [
1769+
"In Draygon's Room, this requires extra run speed of $4.0 or $4.1;",
1770+
"in the other rooms, it may also be possible to gain more speed."
1771+
]
1772+
},
1773+
{
1774+
"minHeight": 3,
1775+
"maxHeight": 3,
1776+
"obstructions": [[3, 2]],
1777+
"minTiles": 39.4375,
1778+
"speedBooster": true,
1779+
"note": ["This applies to Metal Pirates Room."]
1780+
},
1781+
{
1782+
"minHeight": 3,
1783+
"maxHeight": 3,
1784+
"obstructions": [[5, 0]],
1785+
"minTiles": 45,
1786+
"speedBooster": true,
1787+
"note": ["This applies to Basement."]
1788+
},
1789+
{
1790+
"minHeight": 3,
1791+
"maxHeight": 3,
1792+
"obstructions": [[5, 2]],
1793+
"minTiles": 37.4375,
1794+
"speedBooster": true,
1795+
"requires": [
1796+
"canMomentumConservingMorph"
1797+
],
1798+
"note": ["This applies to Flyway."]
1799+
}
1800+
]
1801+
}
1802+
},
1803+
"requires": [
1804+
"canTrickySpringBallJump"
1805+
],
1806+
"clearsObstacles": ["B"],
1807+
"wallJumpAvoid": true
1808+
},
15071809
{
15081810
"id": 63,
15091811
"link": [2, 3],

0 commit comments

Comments
 (0)