Room ID: 153
From: 1
Left Door
To: 1
Left Door
Entrance condition: {
"comeInNormally": {}
}Requires: {
"ammo": {
"type": "Super",
"count": 2
}
}
{
"or": [
{
"canShineCharge": {
"usedTiles": 18,
"openEnd": 0
}
},
{
"and": [
{
"ammo": {
"type": "Super",
"count": 1
}
},
{
"canShineCharge": {
"usedTiles": 28,
"openEnd": 0
}
},
{
"heatFrames": 100
}
]
}
]
}
"canShinechargeMovement"
{
"heatFrames": 645
}
{
"or": [
"canTrickyJump",
{
"and": [
{
"heatFrames": 200
},
{
"enemyDamage": {
"enemy": "Ripper 2 (red)",
"type": "contact",
"hits": 2
}
}
]
}
]
}
{
"or": [
{
"shinespark": {
"frames": 43,
"excessFrames": 0
}
},
{
"and": [
"canShinechargeMovementComplex",
{
"shinespark": {
"frames": 27,
"excessFrames": 0
}
},
{
"heatFrames": 10
}
]
},
{
"and": [
"canShinechargeMovementTricky",
{
"shinespark": {
"frames": 17,
"excessFrames": 0
}
},
{
"heatFrames": 135
}
]
}
]
}Exit condition: {
"leaveWithSpark": {
"position": "top"
}
}Unlocks doors: {"types":["ammo"],"requires":[]} |