Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 32 additions & 3 deletions region/maridia/outer/Mama Turtle Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,15 +631,13 @@
"link": [1, 2],
"name": "Stutter Water Shinecharge",
"entranceCondition": {
"comeInRunning": {
"speedBooster": true,
"comeInStutterShinecharging": {
"minTiles": 2
}
},
"requires": [
"canStutterWaterShineCharge",
"canShinechargeMovement",
"h_shinechargeMaxRunway",
{"or": [
{"shinespark": {"frames": 61, "excessFrames": 7}},
{"and": [
Expand All @@ -656,6 +654,37 @@
"clearsObstacles": ["B"],
"devNote": "This could have a few more excess frames if not getting on top of the block to go to 2."
},
{
"link": [1, 2],
"name": "Precise Stutter Water Shinecharge",
"entranceCondition": {
"comeInStutterShinecharging": {
"minTiles": 1
}
},
"requires": [
"canPreciseStutterWaterShineCharge",
"canShinechargeMovement",
{"or": [
{"shinespark": {"frames": 61, "excessFrames": 7}},
{"and": [
"canMidairShinespark",
{"shinespark": {"frames": 56, "excessFrames": 7}}
]},
{"and": [
"canMidairShinespark",
"HiJump",
{"shinespark": {"frames": 52, "excessFrames": 7}}
]}
]}
],
"clearsObstacles": ["B"],
"note": [
"With only 1 tile of runway, this requires releasing forward for 1 or 2 frames",
"and repressing forward on the last possible frame."
],
"devNote": "This could have a few more excess frames if not getting on top of the block to go to 2."
},
{
"id": 10,
"link": [1, 2],
Expand Down