Skip to content

Commit 052d9ef

Browse files
authored
Merge pull request #2457 from nn357/east_super_spikeandblue
add (cross/inroom) spikesuits & bluesuits to east super room
2 parents 38c6304 + a43fdb5 commit 052d9ef

1 file changed

Lines changed: 121 additions & 0 deletions

File tree

region/wreckedship/main/Wrecked Ship East Super Room.json

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,127 @@
378378
},
379379
"flashSuitChecked": true
380380
},
381+
{
382+
"link": [1, 1],
383+
"name": "Gain Flash Suit (Spikesuit), Conveyor Run",
384+
"requires": [
385+
"f_DefeatedPhantoon",
386+
"canShinechargeMovement",
387+
"canInsaneJump",
388+
{"canShineCharge": {"usedTiles": 20, "openEnd": 2}},
389+
{"thornHits": 1},
390+
"h_spikeSuitThornHitLeniency",
391+
"canSpikeSuit",
392+
{"shinespark": {"frames": 1, "excessFrames": 1}}
393+
],
394+
"flashSuitChecked": true,
395+
"note": [
396+
"Jump into the side of the spark to avoid taking extra damage."
397+
]
398+
},
399+
{
400+
"link": [1, 1],
401+
"name": "Come in Shinecharging, Gain Flash Suit (Spikesuit)",
402+
"entranceCondition": {
403+
"comeInShinecharging": {
404+
"length": 5,
405+
"openEnd": 0
406+
}
407+
},
408+
"requires": [
409+
"f_DefeatedPhantoon",
410+
{"thornHits": 1},
411+
"h_spikeSuitThornHitLeniency",
412+
{"enemyDamage": {"enemy": "Bull", "type": "contact", "hits": 1}},
413+
{"or": [
414+
"canShinechargeMovementTricky",
415+
{"thornHits": 3}
416+
]},
417+
"canSpikeSuit",
418+
{"shinespark": {"frames": 1, "excessFrames": 1}}
419+
],
420+
"flashSuitChecked": true
421+
},
422+
{
423+
"link": [1, 1],
424+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
425+
"entranceCondition": {
426+
"comeInShinecharged": {}
427+
},
428+
"requires": [
429+
"f_DefeatedPhantoon",
430+
{"or":[
431+
{"and": [
432+
{"shineChargeFrames": 55},
433+
{"spikeHits": 1},
434+
"h_spikeSuitSpikeHitLeniency",
435+
"canSpikeSuit",
436+
{"shinespark": {"frames": 4, "excessFrames": 4}}
437+
]},
438+
{"and": [
439+
{"shineChargeFrames": 135},
440+
{"enemyDamage": {"enemy": "Bull", "type": "contact", "hits": 1}},
441+
{"or":[
442+
"canShinechargeMovementTricky",
443+
{"thornHits": 3}
444+
]},
445+
{"thornHits": 1},
446+
"h_spikeSuitThornHitLeniency",
447+
"canSpikeSuit",
448+
{"shinespark": {"frames": 1, "excessFrames": 1}}
449+
]}
450+
]}
451+
],
452+
"flashSuitChecked": true
453+
},
454+
{
455+
"link": [1, 1],
456+
"name": "Gain Blue Suit (X-Mode), Conveyor Run",
457+
"requires": [
458+
"f_DefeatedPhantoon",
459+
{"enemyKill": {
460+
"enemies": [["Bull", "Bull"]]
461+
}},
462+
"canShinechargeMovement",
463+
{"canShineCharge": {"usedTiles": 20, "openEnd": 2}},
464+
{"spikeHits": 1},
465+
"h_spikeXModeBlueSuit",
466+
{"shinespark": {"frames": 2}}
467+
],
468+
"flashSuitChecked": true
469+
},
470+
{
471+
"link": [1, 1],
472+
"name": "Come in Shinecharging, Gain Blue Suit (X-Mode)",
473+
"entranceCondition": {
474+
"comeInShinecharging": {
475+
"length": 5,
476+
"openEnd": 0
477+
}
478+
},
479+
"requires": [
480+
"f_DefeatedPhantoon",
481+
{"spikeHits": 1},
482+
"h_spikeXModeBlueSuit",
483+
{"shinespark": {"frames": 2}}
484+
],
485+
"flashSuitChecked": true
486+
},
487+
{
488+
"link": [1, 1],
489+
"name": "Come in Shinecharged, Gain Blue Suit (X-Mode)",
490+
"entranceCondition": {
491+
"comeInShinecharged": {}
492+
},
493+
"requires": [
494+
"f_DefeatedPhantoon",
495+
{"shineChargeFrames": 105},
496+
{"spikeHits": 1},
497+
"h_spikeXModeBlueSuit",
498+
{"shinespark": {"frames": 2}}
499+
],
500+
"flashSuitChecked": true
501+
},
381502
{
382503
"id": 13,
383504
"link": [1, 1],

0 commit comments

Comments
 (0)