Skip to content

Commit 7cf4759

Browse files
authored
add spikesuits to spiky death room (#2455)
1 parent 1e6a278 commit 7cf4759

1 file changed

Lines changed: 69 additions & 5 deletions

File tree

region/wreckedship/main/Spiky Death Room.json

Lines changed: 69 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,40 @@
6161
}
6262
],
6363
"strats": [
64+
{
65+
"link": [1, 1],
66+
"name": "Gain Flash Suit (Spikesuit)",
67+
"entranceCondition": {
68+
"comeInShinechargedJumping": {}
69+
},
70+
"requires": [
71+
{"shineChargeFrames": 35},
72+
"f_DefeatedPhantoon",
73+
"h_spikeSuitSpikeHitLeniency",
74+
{"spikeHits": 1},
75+
"canSpikeSuit",
76+
{"shinespark": {"frames": 1, "excessFrames": 1}}
77+
],
78+
"flashSuitChecked": true
79+
},
80+
{
81+
"link": [1, 1],
82+
"name": "Come in Shinecharged - Gain Flash Suit (Spikesuit)",
83+
"entranceCondition": {
84+
"comeInShinecharged": {}
85+
},
86+
"requires": [
87+
{"shineChargeFrames": 75},
88+
"f_DefeatedPhantoon",
89+
"h_spikeSuitSpikeHitLeniency",
90+
"canTrickyJump",
91+
"canComplexCarryFlashSuit",
92+
{"spikeHits": 1},
93+
"canSpikeSuit",
94+
{"shinespark": {"frames": 1, "excessFrames": 1}}
95+
],
96+
"flashSuitChecked": true
97+
},
6498
{
6599
"id": 1,
66100
"link": [1, 1],
@@ -109,12 +143,8 @@
109143
"name": "Leave Shinecharged, X-Mode",
110144
"requires": [
111145
"f_DefeatedPhantoon",
112-
"canXMode",
113-
"h_XModeSpikeHit",
114-
"h_XModeSpikeHit",
115146
"Gravity",
116-
"h_shinechargeMaxRunway",
117-
"canShinechargeMovement",
147+
"h_spikeXModeShinecharge",
118148
{"shineChargeFrames": 100}
119149
],
120150
"exitCondition": {
@@ -864,6 +894,40 @@
864894
},
865895
"flashSuitChecked": true
866896
},
897+
{
898+
"link": [2, 2],
899+
"name": "Gain Flash Suit (Spikesuit)",
900+
"entranceCondition": {
901+
"comeInShinechargedJumping": {}
902+
},
903+
"requires": [
904+
{"shineChargeFrames": 35},
905+
"f_DefeatedPhantoon",
906+
"h_spikeSuitSpikeHitLeniency",
907+
{"spikeHits": 1},
908+
"canSpikeSuit",
909+
{"shinespark": {"frames": 1, "excessFrames": 1}}
910+
],
911+
"flashSuitChecked": true
912+
},
913+
{
914+
"link": [2, 2],
915+
"name": "Come in Shinecharged - Gain Flash Suit (Spikesuit)",
916+
"entranceCondition": {
917+
"comeInShinecharged": {}
918+
},
919+
"requires": [
920+
{"shineChargeFrames": 75},
921+
"f_DefeatedPhantoon",
922+
"h_spikeSuitSpikeHitLeniency",
923+
"canTrickyJump",
924+
"canComplexCarryFlashSuit",
925+
{"spikeHits": 1},
926+
"canSpikeSuit",
927+
{"shinespark": {"frames": 1, "excessFrames": 1}}
928+
],
929+
"flashSuitChecked": true
930+
},
867931
{
868932
"id": 42,
869933
"link": [2, 2],

0 commit comments

Comments
 (0)