Skip to content

Commit 8d002d6

Browse files
authored
Merge pull request #2405 from nn357/cratpbsspikesuits
add spikesuit to crateria powerbomb room
2 parents 69132f9 + fa86108 commit 8d002d6

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

region/crateria/central/Crateria Power Bomb Room.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,89 @@
145145
"flashSuitChecked": true,
146146
"blueSuitChecked": true
147147
},
148+
{
149+
"link": [1, 1],
150+
"name": "Come in Shinecharging, Gain Flash Suit (Spikesuit)",
151+
"entranceCondition": {
152+
"comeInShinecharging": {
153+
"length": 4,
154+
"openEnd": 0
155+
}
156+
},
157+
"requires": [
158+
{"or": [
159+
"Plasma",
160+
{"ammo": {"type": "Missile", "count": 1}},
161+
{"ammo": {"type": "Super", "count": 1}},
162+
{"and": [
163+
"Charge",
164+
"Ice",
165+
"Wave",
166+
"Spazer"
167+
]},
168+
{"and": [
169+
"canShinechargeMovementTricky",
170+
{"shineChargeFrames": 175}
171+
]}
172+
]},
173+
"canMidAirMorph",
174+
"h_spikeSuitSpikeHitLeniency",
175+
{"spikeHits": 1},
176+
"canSpikeSuit",
177+
{"shinespark": {"frames": 1, "excessFrames": 1}}
178+
],
179+
"flashSuitChecked": true
180+
},
181+
{
182+
"link": [1, 1],
183+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
184+
"entranceCondition": {
185+
"comeInShinecharged": {}
186+
},
187+
"requires": [
188+
{"or": [
189+
{"and": [
190+
"Plasma",
191+
{"shineChargeFrames": 160}
192+
]},
193+
{"and": [
194+
"Ice",
195+
"Plasma",
196+
{"shineChargeFrames": 105}
197+
]},
198+
{"and": [
199+
"Wave",
200+
"Plasma",
201+
{"shineChargeFrames": 120}
202+
]},
203+
{"and": [
204+
"Charge",
205+
"Ice",
206+
"Wave",
207+
"Spazer",
208+
{"shineChargeFrames": 105}
209+
]},
210+
{"and": [
211+
{"or": [
212+
{"ammo": {"type": "Missile", "count": 1}},
213+
{"ammo": {"type": "Super", "count": 1}}
214+
]},
215+
{"shineChargeFrames": 130}
216+
]},
217+
{"and": [
218+
"canShinechargeMovementTricky",
219+
"canInsaneJump",
220+
{"shineChargeFrames": 105}
221+
]}
222+
]},
223+
"canMidAirMorph",
224+
"h_spikeSuitSpikeHitLeniency",
225+
{"spikeHits": 1},
226+
"canSpikeSuit",
227+
{"shinespark": {"frames": 1, "excessFrames": 1}}
228+
],
229+
"flashSuitChecked": true
230+
},
148231
{
149232
"id": 7,
150233
"link": [1, 1],

0 commit comments

Comments
 (0)