Skip to content

Commit 8f3ff99

Browse files
authored
Merge pull request #2755 from blkerby/blue-suit-shinespark-req
Add shinespark requirement to canRModeSparkInterrupt and canCrystalSpark
2 parents 260d850 + 424c9a6 commit 8f3ff99

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

helpers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,7 @@
14721472
"requires": [
14731473
{"tech": "canCrystalSpark"},
14741474
"canMidAirMorph",
1475+
{"shinespark": {"frames": 0, "excessFrames": 0}},
14751476
"h_CrystalFlash",
14761477
{"ammo": {"type": "PowerBomb", "count": "n_CrystalSparkLenience"}},
14771478
{"gainBlueSuit": {}}
@@ -1482,6 +1483,7 @@
14821483
"requires": [
14831484
{"tech": "canCrystalSpark"},
14841485
"canMidAirMorph",
1486+
{"shinespark": {"frames": 0, "excessFrames": 0}},
14851487
"h_CrystalFlash",
14861488
{"gainBlueSuit": {}}
14871489
]
@@ -1491,6 +1493,7 @@
14911493
"requires": [
14921494
{"tech": "canUnderwaterCrystalSpark"},
14931495
"canMidAirMorph",
1496+
{"shinespark": {"frames": 0, "excessFrames": 0}},
14941497
"h_CrystalFlash",
14951498
{"ammo": {"type": "PowerBomb", "count": "n_CrystalSparkLenience"}},
14961499
{"gainBlueSuit": {}}
@@ -1501,6 +1504,7 @@
15011504
"requires": [
15021505
{"tech": "canUnderwaterCrystalSpark"},
15031506
"canMidAirMorph",
1507+
{"shinespark": {"frames": 0, "excessFrames": 0}},
15041508
"h_CrystalFlash",
15051509
{"gainBlueSuit": {}}
15061510
]

tech.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2713,8 +2713,8 @@
27132713
"canRMode"
27142714
],
27152715
"otherRequires": [
2716-
{"gainBlueSuit": {}},
2717-
{"noFlashSuit": {}}
2716+
{"shinespark": {"frames": 0, "excessFrames": 0}},
2717+
{"gainBlueSuit": {}}
27182718
],
27192719
"note": [
27202720
"The ability to gain a blue suit by triggering an R-Mode forced stand-up during a shinespark wind-up.",
@@ -2757,9 +2757,9 @@
27572757
"canCarryBlueSuit"
27582758
],
27592759
"otherRequires": [
2760+
{"shinespark": {"frames": 0, "excessFrames": 0}},
27602761
"canCrystalFlash",
2761-
{"gainBlueSuit": {}},
2762-
{"noFlashSuit": {}}
2762+
{"gainBlueSuit": {}}
27632763
],
27642764
"note": [
27652765
"The ability to gain a blue suit by activating a Crystal Flash during shinespark wind-up.",

0 commit comments

Comments
 (0)