Skip to content

Commit bddfe3c

Browse files
committed
Split up Blue Hopper L->R spark by position
1 parent eba6502 commit bddfe3c

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

region/tourian/main/Blue Hopper Room.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,15 +434,29 @@
434434
"Then run and spin jump to the right through the Hoppers, to make it to the door without taking damage."
435435
]
436436
},
437+
{
438+
"link": [2, 1],
439+
"name": "Come in With Spark (Top Position)",
440+
"entranceCondition": {
441+
"comeInWithSpark": {
442+
"position": "top"
443+
}
444+
},
445+
"requires": [
446+
{"shinespark": {"frames": 43, "excessFrames": 19}}
447+
]
448+
},
437449
{
438450
"id": 21,
439451
"link": [2, 1],
440-
"name": "Shinespark",
452+
"name": "Come in With Spark (Bottom Position)",
441453
"entranceCondition": {
442-
"comeInWithSpark": {}
454+
"comeInWithSpark": {
455+
"position": "bottom"
456+
}
443457
},
444458
"requires": [
445-
{"shinespark": {"frames": 32, "excessFrames": 7}}
459+
{"shinespark": {"frames": 32, "excessFrames": 8}}
446460
]
447461
},
448462
{

0 commit comments

Comments
 (0)