Skip to content

Commit 2640443

Browse files
authored
Merge pull request #2057 from kjbranch/g-green
Refine G-Mode: Green Brinstar
2 parents 9804a2f + df810a4 commit 2640443

4 files changed

Lines changed: 362 additions & 199 deletions

File tree

region/brinstar/green/Brinstar Reserve Tank Room.json

Lines changed: 24 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,7 @@
5656
]
5757
}
5858
],
59-
"obstacles": [
60-
{
61-
"id": "A",
62-
"name": "G-Mode Morph - Remote Acquire the item",
63-
"obstacleType": "abstract"
64-
}
65-
],
59+
"obstacles": [],
6660
"enemies": [],
6761
"links": [
6862
{
@@ -118,29 +112,9 @@
118112
],
119113
"flashSuitChecked": true
120114
},
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-
},
141115
{
142116
"id": 5,
143-
"link": [1, 3],
117+
"link": [1, 1],
144118
"name": "G-mode Morph Remote Acquire",
145119
"entranceCondition": {
146120
"comeInWithGMode": {
@@ -157,17 +131,33 @@
157131
]}
158132
]}
159133
],
160-
"clearsObstacles": ["A"],
134+
"collectsItems": [3],
161135
"flashSuitChecked": true,
162136
"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.",
164138
"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."
169139
]
170140
},
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+
},
171161
{
172162
"id": 6,
173163
"link": [1, 4],
@@ -326,16 +316,6 @@
326316
],
327317
"flashSuitChecked": true
328318
},
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-
},
339319
{
340320
"id": 15,
341321
"link": [3, 4],

0 commit comments

Comments
 (0)