Skip to content

Commit 7329d5e

Browse files
authored
Merge pull request #2722 from nn357/hallway_rmode_knockback
botwoon etank r-mode knockback sparks
2 parents a8dc43a + 7ef19cc commit 7329d5e

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,24 @@
127127
}
128128
],
129129
"strats": [
130+
{
131+
"link": [1, 1],
132+
"name": "Gain Flash Suit (Puyo R-Mode Knockback Spark)",
133+
"entranceCondition": {
134+
"comeInWithRMode": {}
135+
},
136+
"requires": [
137+
"Gravity",
138+
{"or": [
139+
{"disableEquipment": "ETank"},
140+
"canBePatient"
141+
]},
142+
{"canShineCharge": {"usedTiles": 32, "steepUpTiles": 1, "gentleUpTiles": 1, "openEnd": 1}},
143+
"h_RModeKnockbackSpark"
144+
],
145+
"blueSuitChecked": true,
146+
"flashSuitChecked": true
147+
},
130148
{
131149
"id": 1,
132150
"link": [1, 1],
@@ -1847,6 +1865,24 @@
18471865
"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."
18481866
]
18491867
},
1868+
{
1869+
"link": [4, 4],
1870+
"name": "Gain Flash Suit (Zoa R-Mode Knockback Spark)",
1871+
"entranceCondition": {
1872+
"comeInWithRMode": {}
1873+
},
1874+
"requires": [
1875+
"Gravity",
1876+
{"or": [
1877+
{"disableEquipment": "ETank"},
1878+
"canBePatient"
1879+
]},
1880+
{"canShineCharge": {"usedTiles": 23, "gentleUpTiles": 4, "openEnd": 1}},
1881+
"h_RModeKnockbackSpark"
1882+
],
1883+
"blueSuitChecked": true,
1884+
"flashSuitChecked": true
1885+
},
18501886
{
18511887
"id": 124,
18521888
"link": [4, 4],

0 commit comments

Comments
 (0)