Skip to content

Commit d5d28dd

Browse files
authored
Merge pull request #1782 from blkerby/jail-shinecharges
Jail shinecharges
2 parents 65fd267 + bc4f70c commit d5d28dd

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

region/lowernorfair/east/Lower Norfair Escape Power Bomb Room.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,69 @@
135135
{"heatFrames": 100}
136136
]
137137
},
138+
{
139+
"link": [2, 1],
140+
"name": "Come In Shinecharged, Leave With Spark (Quick Drop)",
141+
"entranceCondition": {
142+
"comeInShinecharged": {
143+
"framesRequired": 95
144+
},
145+
"comesThroughToilet": "any"
146+
},
147+
"requires": [
148+
"canShinechargeMovementComplex",
149+
"canQuickDrop",
150+
{"heatFrames": 120},
151+
{"shinespark": {"frames": 6, "excessFrames": 0}}
152+
],
153+
"exitCondition": {
154+
"leaveWithSpark": {}
155+
},
156+
"unlocksDoors": [
157+
{
158+
"types": ["super"],
159+
"requires": []
160+
},
161+
{
162+
"types": ["missiles", "powerbomb"],
163+
"requires": [
164+
"never"
165+
]
166+
}
167+
]
168+
},
169+
{
170+
"link": [2, 1],
171+
"name": "Carry Shinecharge (Quick Drop)",
172+
"entranceCondition": {
173+
"comeInShinecharged": {
174+
"framesRequired": 105
175+
},
176+
"comesThroughToilet": "any"
177+
},
178+
"requires": [
179+
"canShinechargeMovementComplex",
180+
"canQuickDrop",
181+
{"heatFrames": 105}
182+
],
183+
"exitCondition": {
184+
"leaveShinecharged": {
185+
"framesRemaining": "auto"
186+
}
187+
},
188+
"unlocksDoors": [
189+
{
190+
"types": ["super"],
191+
"requires": []
192+
},
193+
{
194+
"types": ["missiles", "powerbomb"],
195+
"requires": [
196+
"never"
197+
]
198+
}
199+
]
200+
},
138201
{
139202
"id": 6,
140203
"link": [2, 2],

0 commit comments

Comments
 (0)