Skip to content

Commit 5c5bfc8

Browse files
authored
Merge pull request #2853 from kjbranch/small-fixes
Fix a couple leave shinecharged strats
2 parents be39daf + 1d3ecf6 commit 5c5bfc8

2 files changed

Lines changed: 1 addition & 50 deletions

File tree

region/maridia/inner-yellow/Butterfly Room.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -337,31 +337,6 @@
337337
"Bomb boost through the doorway and hold right."
338338
]
339339
},
340-
{
341-
"id": 37,
342-
"link": [1, 2],
343-
"name": "Come In Shinecharging, Leave Shinecharged (Gravity)",
344-
"entranceCondition": {
345-
"comeInShinecharging": {
346-
"length": 0,
347-
"openEnd": 1
348-
}
349-
},
350-
"requires": [
351-
"Gravity",
352-
"canShinechargeMovementComplex",
353-
{"shineChargeFrames": 110}
354-
],
355-
"exitCondition": {
356-
"leaveShinecharged": {}
357-
},
358-
"unlocksDoors": [
359-
{"types": ["super"], "requires": []},
360-
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
361-
],
362-
"flashSuitChecked": true,
363-
"blueSuitChecked": true
364-
},
365340
{
366341
"id": 38,
367342
"link": [1, 2],
@@ -601,31 +576,6 @@
601576
"Bomb boost through the doorway and hold left."
602577
]
603578
},
604-
{
605-
"id": 40,
606-
"link": [2, 1],
607-
"name": "Come In Shinecharging, Leave Shinecharged (Gravity)",
608-
"entranceCondition": {
609-
"comeInShinecharging": {
610-
"length": 0,
611-
"openEnd": 1
612-
}
613-
},
614-
"requires": [
615-
"Gravity",
616-
"canShinechargeMovementComplex",
617-
{"shineChargeFrames": 105}
618-
],
619-
"exitCondition": {
620-
"leaveShinecharged": {}
621-
},
622-
"unlocksDoors": [
623-
{"types": ["super"], "requires": []},
624-
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
625-
],
626-
"flashSuitChecked": true,
627-
"blueSuitChecked": true
628-
},
629579
{
630580
"id": 41,
631581
"link": [2, 1],

region/wreckedship/main/Basement.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@
14211421
"f_DefeatedPhantoon",
14221422
"h_shinechargeMaxRunway",
14231423
"canShinechargeMovementComplex",
1424+
"Morph",
14241425
{"obstaclesCleared": ["A"]},
14251426
{"shineChargeFrames": 130}
14261427
],

0 commit comments

Comments
 (0)