Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 97 additions & 2 deletions region/norfair/east/Kronic Boost Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
"id": "A",
"name": "Blue Gate",
"obstacleType": "inanimate"
},
{
"id": "R-Mode",
"name": "Entered with R-Mode",
"obstacleType": "abstract"
}
],
"enemies": [
Expand Down Expand Up @@ -195,6 +200,7 @@
"link": [1, 1],
"name": "Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
"h_heatedCrystalFlash"
],
"flashSuitChecked": true
Expand All @@ -204,6 +210,7 @@
"link": [1, 1],
"name": "10 Power Bomb Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
{"heatFrames": 260},
"h_heated10PowerBombCrystalFlash",
{"heatFrames": 80}
Expand All @@ -215,6 +222,17 @@
],
"devNote": "The heat frames here could be tightened by adding another node."
},
{
"link": [1, 1],
"name": "R-Mode Entry",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [],
"flashSuitChecked": true,
"blueSuitChecked": true,
"clearsObstacles": ["R-Mode"]
},
{
"id": 61,
"link": [1, 2],
Expand Down Expand Up @@ -499,6 +517,7 @@
"link": [2, 2],
"name": "Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
"h_heatedCrystalFlash"
],
"flashSuitChecked": true
Expand Down Expand Up @@ -527,10 +546,21 @@
{"cycleFrames": 770}
]}
],
"resetsObstacles": ["A"],
"resetsObstacles": ["A", "R-Mode"],
"farmCycleDrops": [{"enemy": "Viola", "count": 4}],
"flashSuitChecked": true
},
{
"link": [2, 2],
"name": "R-Mode Entry",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [],
"flashSuitChecked": true,
"blueSuitChecked": true,
"clearsObstacles": ["R-Mode"]
},
{
"id": 13,
"link": [2, 3],
Expand Down Expand Up @@ -786,7 +816,7 @@
]}
]}
],
"resetsObstacles": ["A"],
"resetsObstacles": ["A", "R-Mode"],
"farmCycleDrops": [{"enemy": "Viola", "count": 4}],
"flashSuitChecked": true
},
Expand All @@ -795,6 +825,7 @@
"link": [3, 3],
"name": "Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
"h_heatedCrystalFlash"
],
"flashSuitChecked": true
Expand All @@ -804,6 +835,7 @@
"link": [3, 3],
"name": "10 Power Bomb Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
{"heatFrames": 240},
"h_heated10PowerBombCrystalFlash",
{"heatFrames": 70}
Expand All @@ -814,6 +846,55 @@
"Jump straight up to collect the drop, then remorph and hold the Crystal Flash inputs."
]
},
{
"link": [3, 3],
"name": "R-Mode Entry",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [],
"flashSuitChecked": true,
"blueSuitChecked": true,
"clearsObstacles": ["R-Mode"]
},
{
"link": [3, 3],
"name": "R-Mode Spark Interrupt",
"requires": [
{"obstaclesCleared": ["R-Mode"]},
{"or": [
"h_heatedCrystalFlashForReserveEnergy",
{"and": [
"h_heatProof",
"h_RModeCanRefillReserves",
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
]}
]},
{"or": [
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}},
{"and": [
{"doorUnlockedAtNode": 3},
{"canShineCharge": {"usedTiles": 14, "openEnd": 0}}
]}
]},
{"or": [
{"autoReserveTrigger": {}},
{"and": [
"canReserveTriggerBufferXRay",
{"autoReserveTrigger": {"implicitHeatFrames": "no"}}
]}
]},
"canRModeSparkInterrupt",
{"heatFrames": 30}
],
"resetsObstacles": ["R-Mode"],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Farm three Violas. Shinecharge at the bottom of the room and use the lowest Viola to interrupt."
]
},
{
"id": 52,
"link": [3, 3],
Expand Down Expand Up @@ -1165,6 +1246,7 @@
"link": [4, 4],
"name": "Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
"h_heatedCrystalFlash"
],
"flashSuitChecked": true
Expand All @@ -1174,6 +1256,7 @@
"link": [4, 4],
"name": "10 Power Bomb Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
{"heatFrames": 270},
"h_heated10PowerBombCrystalFlash",
{"heatFrames": 90}
Expand All @@ -1185,6 +1268,17 @@
],
"devNote": "The heat frames here could be tightened by adding another node."
},
{
"link": [4, 4],
"name": "R-Mode Entry",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [],
"flashSuitChecked": true,
"blueSuitChecked": true,
"clearsObstacles": ["R-Mode"]
},
{
"id": 54,
"link": [4, 4],
Expand Down Expand Up @@ -1492,6 +1586,7 @@
"link": [5, 5],
"name": "Crystal Flash",
"requires": [
{"obstaclesNotCleared": ["R-Mode"]},
"h_heatedCrystalFlash"
],
"flashSuitChecked": true
Expand Down