We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1063158 commit 3bfb57eCopy full SHA for 3bfb57e
1 file changed
region/lowernorfair/east/Mickey Mouse Room.json
@@ -1643,18 +1643,29 @@
1643
"h_useMorphBombs",
1644
{"heatFrames": 60}
1645
]},
1646
- {"and": [
1647
- {"haveBlueSuit": {}},
1648
- "canCrumbleJump",
1649
- {"heatFrames": 10}
1650
- ]},
1651
{"obstaclesCleared": ["B"]}
1652
]}
1653
],
1654
"clearsObstacles": ["B"],
1655
"flashSuitChecked": true,
1656
"blueSuitChecked": true
1657
},
+ {
+ "link": [2, 4],
+ "name": "Blue Suit",
+ "requires": [
+ {"haveBlueSuit": {}},
1658
+ {"or": [
1659
+ "canCrumbleJump",
1660
+ "h_useSpringBall",
1661
+ "SpaceJump"
1662
+ ]},
1663
+ {"heatFrames": 160}
1664
+ ],
1665
+ "clearsObstacles": ["B"],
1666
+ "flashSuitChecked": true,
1667
+ "blueSuitChecked": true
1668
+ },
1669
{
1670
"id": 26,
1671
"link": [2, 4],
0 commit comments