Skip to content

Commit b9d1257

Browse files
authored
add spikesuit setups for kraid eye door room. (#2319)
1 parent 211527a commit b9d1257

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

region/brinstar/kraid/Kraid Eye Door Room.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,37 @@
170170
"Lenience is not included because there is a farm available."
171171
]
172172
},
173+
{
174+
"link": [1, 1],
175+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
176+
"entranceCondition": {
177+
"comeInShinecharged": {}
178+
},
179+
"requires": [
180+
{"shineChargeFrames": 75},
181+
{"thornHits": 1},
182+
"canSpikeSuit",
183+
{"shinespark": {"frames": 4, "excessFrames": 4}}
184+
],
185+
"devNote": [
186+
"Leniency is not included, because a farm is available."
187+
]
188+
},
189+
{
190+
"link": [1, 1],
191+
"name": "Come in Shinecharging, Gain Flash Suit (Spikesuit)",
192+
"entranceCondition": {
193+
"comeInShinecharging": {"length": 4, "openEnd": 0}
194+
},
195+
"requires": [
196+
{"thornHits": 1},
197+
"canSpikeSuit",
198+
{"shinespark": {"frames": 4, "excessFrames": 4}}
199+
],
200+
"devNote": [
201+
"Leniency is not included, because a farm is available."
202+
]
203+
},
173204
{
174205
"id": 5,
175206
"link": [1, 2],
@@ -672,6 +703,27 @@
672703
"Note that Samus must start on the right side of the Zeb in order for it to move rightwards once it starts moving horizontally."
673704
]
674705
},
706+
{
707+
"link": [2, 2],
708+
"name": "Come in Shinecharging, Gain Flash Suit (Spikesuit)",
709+
"entranceCondition": {
710+
"comeInShinecharging": {"length": 3, "openEnd": 0}
711+
},
712+
"requires": [
713+
{"shineChargeFrames": 175},
714+
"canDownBack",
715+
"canShinechargeMovementTricky",
716+
{"thornHits": 1},
717+
"canSpikeSuit",
718+
{"shinespark": {"frames": 4, "excessFrames": 4}}
719+
],
720+
"note": [
721+
"Requires precice movement. Down-back during the fall to clear the lower platform while shooting out the blocks."
722+
],
723+
"devNote": [
724+
"Leniency is not included, because a farm is available."
725+
]
726+
},
675727
{
676728
"id": 31,
677729
"link": [2, 3],
@@ -993,6 +1045,37 @@
9931045
"Lure a Zeb by freezing it or by moving quickly while carefully preventing it from going off screen.",
9941046
"It is possible to lure the Zeb from the left side of the right pillar, which can be helpful without ice."
9951047
]
1048+
},
1049+
{
1050+
"link": [3, 3],
1051+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
1052+
"entranceCondition": {
1053+
"comeInShinecharged": {}
1054+
},
1055+
"requires": [
1056+
{"shineChargeFrames": 65},
1057+
{"thornHits": 1},
1058+
"canSpikeSuit",
1059+
{"shinespark": {"frames": 5, "excessFrames": 5}}
1060+
],
1061+
"devNote": [
1062+
"Leniency is not included, because a farm is available."
1063+
]
1064+
},
1065+
{
1066+
"link": [3, 3],
1067+
"name": "Come in Shinecharging, Gain Flash Suit (Spikesuit)",
1068+
"entranceCondition": {
1069+
"comeInShinecharging": {"length": 2, "openEnd": 0}
1070+
},
1071+
"requires": [
1072+
{"thornHits": 1},
1073+
"canSpikeSuit",
1074+
{"shinespark": {"frames": 5, "excessFrames": 5}}
1075+
],
1076+
"devNote": [
1077+
"Leniency is not included, because a farm is available."
1078+
]
9961079
}
9971080
],
9981081
"notables": [],

0 commit comments

Comments
 (0)