|
134 | 134 | { |
135 | 135 | "from": 3, |
136 | 136 | "to": [ |
| 137 | + {"id": 1}, |
137 | 138 | {"id": 3}, |
138 | 139 | {"id": 4} |
139 | 140 | ] |
|
2064 | 2065 | "link": [3, 3], |
2065 | 2066 | "name": "R-Mode Entry", |
2066 | 2067 | "entranceCondition": { |
2067 | | - "comeInWithRMode": {} |
| 2068 | + "comeInWithRMode": {}, |
| 2069 | + "comesThroughToilet": "no" |
2068 | 2070 | }, |
2069 | 2071 | "requires": [], |
2070 | 2072 | "clearsObstacles": ["R-Mode"], |
2071 | 2073 | "flashSuitChecked": true, |
2072 | 2074 | "blueSuitChecked": true |
2073 | 2075 | }, |
2074 | 2076 | { |
2075 | | - "id": 66, |
2076 | | - "link": [3, 4], |
2077 | | - "name": "Fall Into Room", |
2078 | | - "entranceCondition": { |
2079 | | - "comeInNormally": {}, |
2080 | | - "comesThroughToilet": "any" |
2081 | | - }, |
2082 | | - "requires": [], |
2083 | | - "flashSuitChecked": true |
2084 | | - }, |
2085 | | - { |
2086 | | - "link": [3, 4], |
2087 | | - "name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft)", |
| 2077 | + "link": [3, 3], |
| 2078 | + "name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft), Leave with Spark", |
2088 | 2079 | "entranceCondition": { |
2089 | 2080 | "comeInWithGMode": { |
2090 | 2081 | "mode": "direct", |
|
2107 | 2098 | {"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]} |
2108 | 2099 | ]} |
2109 | 2100 | ]}, |
2110 | | - {"or": [ |
2111 | | - "Gravity", |
2112 | | - "HiJump", |
2113 | | - "canSpringBallJumpMidAir" |
2114 | | - ]} |
| 2101 | + {"useFlashSuit": {}}, |
| 2102 | + {"shinespark": {"frames": 7}} |
| 2103 | + ], |
| 2104 | + "exitCondition": { |
| 2105 | + "leaveWithSpark": {} |
| 2106 | + }, |
| 2107 | + "unlocksDoors": [ |
| 2108 | + {"types": ["ammo"], "requires": []} |
2115 | 2109 | ], |
2116 | 2110 | "flashSuitChecked": true, |
2117 | 2111 | "note": [ |
2118 | 2112 | "Crystal Flash on the top right corner of the central structure to where the crab will hit Samus from below.", |
2119 | 2113 | "Time the Power Bomb to avoid killing the crab." |
2120 | | - ], |
2121 | | - "devNote": [ |
2122 | | - "A node below the platform might help, but without the extra movement, Samus can always do this at 1 instead.", |
2123 | | - "With Ice, Samus would want to do this at 1 and then climb back up." |
2124 | 2114 | ] |
2125 | 2115 | }, |
2126 | 2116 | { |
| 2117 | + "id": 66, |
2127 | 2118 | "link": [3, 4], |
2128 | | - "name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft), Leave with Spark", |
| 2119 | + "name": "Fall Into Room", |
| 2120 | + "entranceCondition": { |
| 2121 | + "comeInNormally": {}, |
| 2122 | + "comesThroughToilet": "any" |
| 2123 | + }, |
| 2124 | + "requires": [], |
| 2125 | + "flashSuitChecked": true |
| 2126 | + }, |
| 2127 | + { |
| 2128 | + "link": [3, 4], |
| 2129 | + "name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft)", |
2129 | 2130 | "entranceCondition": { |
2130 | 2131 | "comeInWithGMode": { |
2131 | 2132 | "mode": "direct", |
|
2148 | 2149 | {"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]} |
2149 | 2150 | ]} |
2150 | 2151 | ]}, |
2151 | | - {"useFlashSuit": {}}, |
2152 | | - {"shinespark": {"frames": 7}} |
| 2152 | + {"or": [ |
| 2153 | + "Gravity", |
| 2154 | + "HiJump", |
| 2155 | + "canSpringBallJumpMidAir" |
| 2156 | + ]} |
2153 | 2157 | ], |
2154 | | - "exitCondition": { |
2155 | | - "leaveWithSpark": {} |
2156 | | - }, |
2157 | 2158 | "flashSuitChecked": true, |
2158 | 2159 | "note": [ |
2159 | 2160 | "Crystal Flash on the top right corner of the central structure to where the crab will hit Samus from below.", |
2160 | 2161 | "Time the Power Bomb to avoid killing the crab." |
| 2162 | + ], |
| 2163 | + "devNote": [ |
| 2164 | + "A node below the platform might help, but without the extra movement, Samus can always do this at 1 instead.", |
| 2165 | + "With Ice, Samus would want to do this at 1 and then climb back up." |
2161 | 2166 | ] |
2162 | 2167 | }, |
2163 | 2168 | { |
|
0 commit comments