Skip to content

Commit 880a92f

Browse files
committed
Add upper section shinecharge between the doors
1 parent 8a2c806 commit 880a92f

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

region/brinstar/green/Green Brinstar Main Shaft.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5232,6 +5232,63 @@
52325232
"requires": [],
52335233
"flashSuitChecked": true
52345234
},
5235+
{
5236+
"link": [12, 12],
5237+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
5238+
"requires": [
5239+
{"obstaclesCleared": ["R-Mode"]},
5240+
{"obstaclesNotCleared": ["A"]},
5241+
{"or": [
5242+
"h_CrystalFlash",
5243+
{"and": [
5244+
{"disableEquipment": "ETank"},
5245+
{"or": [
5246+
{"resourceAvailable": [{"type": "Energy", "count": 85}]},
5247+
{"and": [
5248+
{"enemyKill": {
5249+
"enemies": [["Ripper 2 (red)"], ["Ripper 2 (red)"]],
5250+
"excludedWeapons": ["Super"]
5251+
}},
5252+
{"resourceAvailable": [{"type": "Energy", "count": 40}]}
5253+
]}
5254+
]},
5255+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
5256+
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
5257+
{"partialRefill": {"type": "ReserveEnergy", "limit": 1}}
5258+
]}
5259+
]},
5260+
{"or": [
5261+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
5262+
{"and": [
5263+
{"doorUnlockedAtNode": 5},
5264+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
5265+
]},
5266+
{"and": [
5267+
{"doorUnlockedAtNode": 6},
5268+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
5269+
]},
5270+
{"and": [
5271+
{"doorUnlockedAtNode": 5},
5272+
{"doorUnlockedAtNode": 6},
5273+
{"canShineCharge": {"usedTiles": 14, "openEnd": 0}}
5274+
]}
5275+
]},
5276+
{"autoReserveTrigger": {}},
5277+
"canRModeSparkInterrupt"
5278+
],
5279+
"resetsObstacles": ["R-Mode"],
5280+
"unlocksDoors": [
5281+
{"nodeId": 5, "types": ["ammo"], "requires": []},
5282+
{"nodeId": 6, "types": ["ammo"], "requires": []}
5283+
],
5284+
"flashSuitChecked": true,
5285+
"blueSuitChecked": true,
5286+
"note": [
5287+
"Enter R-Mode using any door. Crystal Flash (away from the Power Bomb blocks!) or farm the upper section enemies, except for one.",
5288+
"Tight 1-screen shortcharge between the bottom doors. Both shells need to be opened.",
5289+
"If R-Mode is entered below the Power Bomb blocks, you'll need to use a clip to get to the upper section without destroying the barrier."
5290+
]
5291+
},
52355292
{
52365293
"id": 228,
52375294
"link": [12, 12],

0 commit comments

Comments
 (0)