Skip to content

Commit e4b44e6

Browse files
committed
Ice Beam Gate Room comeInBlueSpinning and comeInWithBlueSpringBallBounce
1 parent bdd6995 commit e4b44e6

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

region/norfair/west/Ice Beam Gate Room.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,44 @@
598598
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
599599
"devNote": ["Extra run speeds as low as $2.F can work, but with greater difficulty."]
600600
},
601+
{
602+
"link": [2, 4],
603+
"name": "Come In Blue Spinning, Speedball, Leave With Temporary Blue",
604+
"entranceCondition": {
605+
"comeInBlueSpinning": {
606+
"unusableTiles": 0,
607+
"minExtraRunSpeed": "$3.8"
608+
}
609+
},
610+
"requires": [
611+
"canSpeedball",
612+
"canChainTemporaryBlue"
613+
],
614+
"exitCondition": {
615+
"leaveWithTemporaryBlue": {}
616+
},
617+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
618+
"devNote": ["Extra run speeds as low as $3.6 can work."]
619+
},
620+
{
621+
"link": [2, 4],
622+
"name": "Come In With Blue Spring Ball Bounce, Leave With Temporary Blue",
623+
"entranceCondition": {
624+
"comeInWithBlueSpringBallBounce": {
625+
"movementType": "controlled",
626+
"minExtraRunSpeed": "$4.4"
627+
}
628+
},
629+
"requires": [
630+
"canTrickySpringBallBounce",
631+
"canInsaneJump",
632+
"canChainTemporaryBlue"
633+
],
634+
"exitCondition": {
635+
"leaveWithTemporaryBlue": {}
636+
},
637+
"unlocksDoors": [{"types": ["ammo"], "requires": []}]
638+
},
601639
{
602640
"id": 19,
603641
"link": [2, 4],

0 commit comments

Comments
 (0)