|
56 | 56 | ] |
57 | 57 | } |
58 | 58 | ], |
59 | | - "obstacles": [ |
60 | | - { |
61 | | - "id": "A", |
62 | | - "name": "G-Mode Morph - Remote Acquire the item", |
63 | | - "obstacleType": "abstract" |
64 | | - } |
65 | | - ], |
| 59 | + "obstacles": [], |
66 | 60 | "enemies": [], |
67 | 61 | "links": [ |
68 | 62 | { |
|
118 | 112 | ], |
119 | 113 | "flashSuitChecked": true |
120 | 114 | }, |
121 | | - { |
122 | | - "id": 3, |
123 | | - "link": [1, 2], |
124 | | - "name": "Base", |
125 | | - "requires": [], |
126 | | - "flashSuitChecked": true |
127 | | - }, |
128 | | - { |
129 | | - "id": 4, |
130 | | - "link": [1, 3], |
131 | | - "name": "G-mode Morph", |
132 | | - "entranceCondition": { |
133 | | - "comeInWithGMode": { |
134 | | - "mode": "any", |
135 | | - "morphed": true |
136 | | - } |
137 | | - }, |
138 | | - "requires": [], |
139 | | - "flashSuitChecked": true |
140 | | - }, |
141 | 115 | { |
142 | 116 | "id": 5, |
143 | | - "link": [1, 3], |
| 117 | + "link": [1, 1], |
144 | 118 | "name": "G-mode Morph Remote Acquire", |
145 | 119 | "entranceCondition": { |
146 | 120 | "comeInWithGMode": { |
|
157 | 131 | ]} |
158 | 132 | ]} |
159 | 133 | ], |
160 | | - "clearsObstacles": ["A"], |
| 134 | + "collectsItems": [3], |
161 | 135 | "flashSuitChecked": true, |
162 | 136 | "note": [ |
163 | | - "Blindly grab the item before PLMs are overloaded, then return and exit g-mode to remotely acquire the item.", |
| 137 | + "Blindly grab the item before PLMs are overloaded, then return and exit G-mode to remotely acquire the item.", |
164 | 138 | "Starting a completely blind IBJ can be somewhat tricky, even if for such a short distance." |
165 | | - ], |
166 | | - "devNote": [ |
167 | | - "There would typically be risk of the logic being incorrect if the player exits g-mode, progresses to the right to get the next item,", |
168 | | - "then comes back and this obstacle is still set so they can go through the pipe. Fortunately getting the item to the right also requires Morph." |
169 | 139 | ] |
170 | 140 | }, |
| 141 | + { |
| 142 | + "id": 3, |
| 143 | + "link": [1, 2], |
| 144 | + "name": "Base", |
| 145 | + "requires": [], |
| 146 | + "flashSuitChecked": true |
| 147 | + }, |
| 148 | + { |
| 149 | + "id": 4, |
| 150 | + "link": [1, 3], |
| 151 | + "name": "G-mode Morph", |
| 152 | + "entranceCondition": { |
| 153 | + "comeInWithGMode": { |
| 154 | + "mode": "any", |
| 155 | + "morphed": true |
| 156 | + } |
| 157 | + }, |
| 158 | + "requires": [], |
| 159 | + "flashSuitChecked": true |
| 160 | + }, |
171 | 161 | { |
172 | 162 | "id": 6, |
173 | 163 | "link": [1, 4], |
|
326 | 316 | ], |
327 | 317 | "flashSuitChecked": true |
328 | 318 | }, |
329 | | - { |
330 | | - "id": 14, |
331 | | - "link": [3, 2], |
332 | | - "name": "G-mode Morph Remote Acquire Return", |
333 | | - "requires": [ |
334 | | - "canEnterGMode", |
335 | | - {"obstaclesCleared": ["A"]} |
336 | | - ], |
337 | | - "flashSuitChecked": true |
338 | | - }, |
339 | 319 | { |
340 | 320 | "id": 15, |
341 | 321 | "link": [3, 4], |
|
0 commit comments