Skip to content
Merged
Changes from 1 commit
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
67 changes: 67 additions & 0 deletions region/maridia/inner-pink/Botwoon Energy Tank Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,73 @@
"flashSuitChecked": true,
"note": "Coming in with zero momentum, all it takes is one non-HiJump full height jump forward, then activate."
},
{
"link": [4, 1],
"name": "Suitless Water Shinecharge, Leave Shinecharged",
"entranceCondition": {
"comeInShinecharging": {
"length": 6,
"openEnd": 1
}
},
"requires": [
"canWaterShineCharge",
{"shineChargeFrames": 55}
],
"exitCondition": {
"leaveShinecharged": {}
},
"unlocksDoors": [
{"types": ["super"], "requires": []},
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
],
"devNote": [
"This is just a rough estimate of the minimum number of tiles that this runway can represent.",
"It is designed for a skill level that won't be able to use canStutterWaterShineCharge."
]
},
{
"link": [4, 1],
"name": "Suitless Stutter Water Shinecharge, Leave Shinecharged",
"entranceCondition": {
"comeInStutterShinecharging": {
"minTiles": 2
}
},
"requires": [
{"shineChargeFrames": 55}
],
"exitCondition": {
"leaveShinecharged": {}
},
"unlocksDoors": [
{"types": ["super"], "requires": []},
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
]
},
{
"link": [4, 1],
"name": "Precise Suitless Stutter Water Shinecharge, Leave Shinecharged",
"entranceCondition": {
"comeInStutterShinecharging": {
"minTiles": 1
}
},
"requires": [
Comment thread
blkerby marked this conversation as resolved.
{"shineChargeFrames": 55}
],
"exitCondition": {
"leaveShinecharged": {}
},
"unlocksDoors": [
{"types": ["super"], "requires": []},
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
],
"note": [
"With only 1 tile of runway, this requires releasing forward for 1 or 2 frames",
"and repressing forward on the last possible frame."
]
},
{
"id": 60,
"link": [4, 1],
Expand Down