Room ID: 150
|
Entrance condition: {
"comeInWithSpark": {
"position": "top"
}
}Requires: "h_navigateHeatRooms"
{
"shinespark": {
"frames": 19,
"excessFrames": 8
}
}
{
"heatFrames": 120
}Dev note: Sparking in from the top position requires more heat frames, because you end up on top of the item pedestal and need to move off of it. FIXME: The heat frames for the crash animation (and for moving off the pedestal) occur after the item collection, which could matter if the item is an ETank. Likewise, 3 shinespark frames of damage occur after the item collection (assuming not stopping early). |