Skip to content

Commit ed5b843

Browse files
authored
Merge pull request #2157 from blkerby/rising-tide-speedball
Refine Rising Tide speedball
2 parents f30195d + 1152107 commit ed5b843

1 file changed

Lines changed: 28 additions & 10 deletions

File tree

region/norfair/east/Rising Tide.json

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,24 +189,42 @@
189189
{
190190
"id": 8,
191191
"link": [1, 2],
192-
"name": "Speedball Roll Under",
192+
"name": "Speedball Roll Under (Come in Getting Blue Speed)",
193193
"entranceCondition": {
194-
"comeInSpeedballing": {
195-
"runway": {
196-
"length": 3,
197-
"openEnd": 1
198-
}
194+
"comeInGettingBlueSpeed": {
195+
"length": 3,
196+
"openEnd": 1,
197+
"minExtraRunSpeed": "$0.E",
198+
"maxExtraRunSpeed": "$1.B"
199199
}
200200
},
201201
"requires": [
202202
"canSpeedball",
203203
"canSlowShortCharge",
204+
{"heatFrames": 350}
205+
],
206+
"note": "Jump between the first and second floating platforms, to speedball through the room.",
207+
"devNote": ["Some heat frames are implicit in the entrance condition."]
208+
},
209+
{
210+
"link": [1, 2],
211+
"name": "Speedball Roll Under (Come in Blue Spinning)",
212+
"entranceCondition": {
213+
"comeInBlueSpinning": {
214+
"unusableTiles": 3,
215+
"minExtraRunSpeed": "$0.E",
216+
"maxExtraRunSpeed": "$1.9"
217+
}
218+
},
219+
"requires": [
220+
"canSpeedball",
221+
"canSlowShortCharge",
222+
"canInsaneJump",
204223
{"heatFrames": 360}
205224
],
206-
"devNote": [
207-
"FIXME: Coming in already in speedball wouldn't work here, so this isn't the right entrance condition.",
208-
"After a new entrance condition is developed which can properly represent this, it should be switched to use it.",
209-
"5 Unusable tiles."
225+
"note": [
226+
"Jump into the room with blue speed,",
227+
"and fall between the door ledge and the first floating platform, to speedball through the room."
210228
]
211229
},
212230
{

0 commit comments

Comments
 (0)