Post Crocomire Power Bomb Room

Room ID: 124

Wiki
Difficulty filter

From: 1
Right Door
To: 1
Right Door

Exit condition:

"leaveWithRunway": {
  "length": 5,
  "openEnd": 0
}
From: 1
Right Door
To: 1
Right Door

Requires:

"h_heatedCrystalFlash"
From: 1
Right Door
To: 1
Right Door

Entrance condition:

"comeInShinecharging": {
  "length": 4,
  "openEnd": 0
}

Requires:

"h_heatedCrystalSpark"
From: 1
Right Door
To: 1
Right Door

Entrance condition:

"comeInWithGMode": {
  "mode": "direct",
  "morphed": false
}

Requires:

"canRemoteAcquire",
"h_heatedDirectGModeLeaveSameDoor"

Collects items: 2

Dev note: An indirect option could be added to just get to the item without heat damage, but that would require very unusual room layouts and isn't worth the effort.

From: 1
Right Door
To: 2
Item

Requires:

{"heatFrames": 40},
{"or": [
  "canDash",
  {"heatFrames": 20}
]}
From: 2
Item
To: 1
Right Door

Requires:

{"heatFrames": 70},
{"or": [
  "canDash",
  {"heatFrames": 10}
]}
From: 2
Item
To: 1
Right Door

Requires:

"canDash",
{"heatFrames": 55}

Exit condition:

"leaveWithRunway": {
  "length": 5,
  "openEnd": 0
}

Unlocks doors:

{
  "types": ["missiles"],
  "requires": [{"heatFrames": 50}]
},
{"types": ["super"], "requires": []},
{
  "types": ["powerbomb"],
  "requires": [{"heatFrames": 60}]
}