Skip to content

Commit 1af6742

Browse files
authored
Merge pull request #2472 from aquanight/rsi-mp-botwoon-energy-tank
Botwoon Energy Tank Room R-Mode Spark Interrupt
2 parents dfc2c48 + fd89ccb commit 1af6742

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

region/maridia/inner-pink/Botwoon Energy Tank Room.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,27 @@
698698
"Crouch in the sand and press forward when near the transition to stand up and touch the transition on the first frame of standing."
699699
]
700700
},
701+
{
702+
"link": [1, 4],
703+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
704+
"entranceCondition": {
705+
"comeInWithRMode": {}
706+
},
707+
"requires": [
708+
"Gravity",
709+
"h_shinechargeMaxRunway",
710+
{"refill": ["Energy"]},
711+
{"autoReserveTrigger": {}},
712+
"canRModeSparkInterrupt"
713+
],
714+
"clearsObstacles": ["A"],
715+
"flashSuitChecked": true,
716+
"blueSuitChecked": true,
717+
"note": [
718+
"Run across, then fill up with the Zoas. Shinecharge near the Zoa pit - or jump back across the sand and",
719+
"use the full-length runway there, then get interrupted by a Zoa."
720+
]
721+
},
701722
{
702723
"id": 20,
703724
"link": [1, 4],
@@ -1891,6 +1912,35 @@
18911912
"Killing the Zoas with Bombs or Power Bombs will prevent them from respawning, although it is possible but tricky to dodge them with just Spring Ball."
18921913
]
18931914
},
1915+
{
1916+
"link": [4, 4],
1917+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
1918+
"entranceCondition": {
1919+
"comeInWithRMode": {}
1920+
},
1921+
"requires": [
1922+
"Gravity",
1923+
{"refill": ["Energy"]},
1924+
{"or": [
1925+
{"and": [
1926+
"canSuitlessMaridia",
1927+
"canMidAirMorph",
1928+
{"disableEquipment": "Gravity"}
1929+
]},
1930+
{"canShineCharge": {"usedTiles": 23, "openEnd": 1, "gentleUpTiles": 4}}
1931+
]},
1932+
"h_shinechargeMaxRunway",
1933+
{"autoReserveTrigger": {}},
1934+
"canRModeSparkInterrupt"
1935+
],
1936+
"clearsObstacles": ["A"],
1937+
"flashSuitChecked": true,
1938+
"blueSuitChecked": true,
1939+
"note": [
1940+
"Fill up with the Zoas. Shinecharge near the Zoa pit - or cross the Morph tunnel and",
1941+
"use the full-length runway there, then get interrupted by a Zoa."
1942+
]
1943+
},
18941944
{
18951945
"id": 69,
18961946
"link": [4, 4],

0 commit comments

Comments
 (0)