|
1799 | 1799 | "to prepare for this case, pause immediately when entering the room in order to unequip Spring Ball after the bounce." |
1800 | 1800 | ] |
1801 | 1801 | }, |
| 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 | + }, |
1802 | 1881 | { |
1803 | 1882 | "id": 51, |
1804 | 1883 | "link": [2, 3], |
|
0 commit comments