diff --git a/region/brinstar/green/Green Hill Zone.json b/region/brinstar/green/Green Hill Zone.json index 72e3024c3..92f939827 100644 --- a/region/brinstar/green/Green Hill Zone.json +++ b/region/brinstar/green/Green Hill Zone.json @@ -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], diff --git a/region/crateria/west/Terminator Room.json b/region/crateria/west/Terminator Room.json index 82887cd7a..53241a42c 100644 --- a/region/crateria/west/Terminator Room.json +++ b/region/crateria/west/Terminator Room.json @@ -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],