Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions region/brinstar/green/Green Hill Zone.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,25 @@
"Touch the item then roll out of the tube before exiting G-mode to remote acquire the item."
]
},
{
"link": [1, 1],
"name": "Gain Flash Suit (Geegas R-Mode Knockback Spark)",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [
{"or": [
{"disableEquipment": "ETank"},
"canBeVeryPatient"
]
},
{"canShineCharge": {"usedTiles": 18, "openEnd": 1}},
"h_RModeKnockbackSpark"
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": "Lure the Geegas far enough away from the pipe that it doesn't respawn and kill Samus when performing the Knockback spark."
},
{
"id": 9,
"link": [1, 2],
Expand Down
13 changes: 13 additions & 0 deletions region/crateria/west/Terminator Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,19 @@
"Holding dash to run into the Geemer can also be used, the dashing method causes Samus to land faster, which should make the position of Samus on the slope less precise."
]
},
{
"link": [2, 2],
"name": "Gain Blue Suit (Slope X-Mode)",
"requires": [
"h_shinechargeMaxRunway",
{"enemyDamage": {"enemy": "Geemer (blue)", "type": "contact", "hits": 1}},
"canSlopeXMode",
{"shinespark": {"frames": 0, "excessFrames": 0}},
{"gainBlueSuit": {}}
],
"flashSuitChecked": true,
"blueSuitChecked": true
},
{
"id": 16,
"link": [2, 3],
Expand Down
Loading