Skip to content

Commit 6320c47

Browse files
authored
Merge pull request #2500 from nn357/belowspazer
add spikesuits / bluesuits to below spazer room
2 parents 39a5271 + c9e65de commit 6320c47

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

region/brinstar/red/Below Spazer.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,56 @@
9595
}
9696
],
9797
"strats": [
98+
{
99+
"link": [1, 1],
100+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
101+
"entranceCondition": {
102+
"comeInShinecharged": {}
103+
},
104+
"requires": [
105+
"Gravity",
106+
{"or": [
107+
{"and": [
108+
{"shineChargeFrames": 170},
109+
"canTrickyDodgeEnemies"
110+
]},
111+
{"and": [
112+
{"shineChargeFrames": 110},
113+
{"ammo": {"type": "Super","count": 1}}
114+
]
115+
}
116+
]},
117+
{"thornHits": 1},
118+
"h_spikeSuitThornHitLeniency",
119+
"canSpikeSuit",
120+
{"shinespark": {"frames": 5, "excessFrames": 5}}
121+
],
122+
"flashSuitChecked": true
123+
},
124+
{
125+
"link": [1, 1],
126+
"name": "Gain Flash Suit, X-Mode (Spikesuit)",
127+
"requires": [
128+
"Gravity",
129+
{"ammo": {"type": "Super","count": 1}},
130+
"h_thornXModeFramePerfectExtraLeniency",
131+
"h_thornXModeSpikeSuit",
132+
{"shinespark": {"frames": 5, "excessFrames": 5}}
133+
],
134+
"flashSuitChecked": true
135+
},
136+
{
137+
"link": [1, 1],
138+
"name": "Gain Blue Suit, (Double X-Mode)",
139+
"requires": [
140+
"Gravity",
141+
{"ammo": {"type": "Super","count": 1}},
142+
"h_thornDoubleXModeFramePerfectExtraLeniency",
143+
"h_thornDoubleXModeBlueSuit",
144+
{"shinespark": {"frames": 1}}
145+
],
146+
"flashSuitChecked": true
147+
},
98148
{
99149
"id": 1,
100150
"link": [1, 1],
@@ -518,6 +568,32 @@
518568
"bypassesDoorShell": true,
519569
"flashSuitChecked": true
520570
},
571+
{
572+
"link": [2, 2],
573+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
574+
"entranceCondition": {
575+
"comeInShinecharged": {}
576+
},
577+
"requires": [
578+
"Gravity",
579+
{"or": [
580+
{"and": [
581+
{"shineChargeFrames": 170},
582+
"canTrickyDodgeEnemies"
583+
]},
584+
{"and": [
585+
{"shineChargeFrames": 110},
586+
{"ammo": {"type": "Super","count": 1}}
587+
]
588+
}
589+
]},
590+
{"thornHits": 1},
591+
"h_spikeSuitThornHitLeniency",
592+
"canSpikeSuit",
593+
{"shinespark": {"frames": 5, "excessFrames": 5}}
594+
],
595+
"flashSuitChecked": true
596+
},
521597
{
522598
"id": 19,
523599
"link": [2, 2],

0 commit comments

Comments
 (0)