Skip to content

Commit 2622e60

Browse files
authored
Merge pull request #2191 from blkerby/botwoon-etank-leave-shinecharged
Botwoon E-Tank Room: add left-side suitless leaveShinecharged
2 parents 250aa54 + b70b804 commit 2622e60

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

region/maridia/inner-pink/Botwoon Energy Tank Room.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,74 @@
14221422
"flashSuitChecked": true,
14231423
"note": "Coming in with zero momentum, all it takes is one non-HiJump full height jump forward, then activate."
14241424
},
1425+
{
1426+
"link": [4, 1],
1427+
"name": "Suitless Water Shinecharge, Leave Shinecharged",
1428+
"entranceCondition": {
1429+
"comeInShinecharging": {
1430+
"length": 6,
1431+
"openEnd": 1
1432+
}
1433+
},
1434+
"requires": [
1435+
"canWaterShineCharge",
1436+
{"shineChargeFrames": 55}
1437+
],
1438+
"exitCondition": {
1439+
"leaveShinecharged": {}
1440+
},
1441+
"unlocksDoors": [
1442+
{"types": ["super"], "requires": []},
1443+
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
1444+
],
1445+
"devNote": [
1446+
"This is just a rough estimate of the minimum number of tiles that this runway can represent.",
1447+
"It is designed for a skill level that won't be able to use canStutterWaterShineCharge."
1448+
]
1449+
},
1450+
{
1451+
"link": [4, 1],
1452+
"name": "Suitless Stutter Water Shinecharge, Leave Shinecharged",
1453+
"entranceCondition": {
1454+
"comeInStutterShinecharging": {
1455+
"minTiles": 2
1456+
}
1457+
},
1458+
"requires": [
1459+
{"shineChargeFrames": 55}
1460+
],
1461+
"exitCondition": {
1462+
"leaveShinecharged": {}
1463+
},
1464+
"unlocksDoors": [
1465+
{"types": ["super"], "requires": []},
1466+
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
1467+
]
1468+
},
1469+
{
1470+
"link": [4, 1],
1471+
"name": "Precise Suitless Stutter Water Shinecharge, Leave Shinecharged",
1472+
"entranceCondition": {
1473+
"comeInStutterShinecharging": {
1474+
"minTiles": 1
1475+
}
1476+
},
1477+
"requires": [
1478+
"canPreciseStutterWaterShineCharge",
1479+
{"shineChargeFrames": 55}
1480+
],
1481+
"exitCondition": {
1482+
"leaveShinecharged": {}
1483+
},
1484+
"unlocksDoors": [
1485+
{"types": ["super"], "requires": []},
1486+
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
1487+
],
1488+
"note": [
1489+
"With only 1 tile of runway, this requires releasing forward for 1 or 2 frames",
1490+
"and repressing forward on the last possible frame."
1491+
]
1492+
},
14251493
{
14261494
"id": 60,
14271495
"link": [4, 1],

0 commit comments

Comments
 (0)