Room ID: 188
|
Exit condition: {
"leaveWithRunway": {
"length": 3,
"openEnd": 1
}
} |
|
|
|
|
|
Requires: "h_useMissileRefillStation" |
From: 2
Missile Refill
To: 2
Missile Refill
In quick succession, place a Power Bomb, refill at the refill station, then morph and Crystal Flash. Requires: "h_useMissileRefillAllAmmoCrystalFlash" Dev note: This strat does not work in vanilla, and only works if Missile refill stations also refill Supers and Power Bombs. |
{
"$schema": "../../../schema/m3-room.schema.json",
"id": 188,
"name": "Maridia Missile Refill Room",
"area": "Maridia",
"subarea": "Inner",
"subsubarea": "Pink",
"roomAddress": "0x7D845",
"roomEnvironments": [
{
"heated": false
}
],
"mapTileMask": [
[
1
]
],
"nodes": [
{
"id": 1,
"name": "Left Door",
"nodeType": "door",
"nodeSubType": "blue",
"nodeAddress": "0x001a894",
"doorOrientation": "left",
"doorEnvironments": [
{
"physics": "water"
}
],
"mapTileMask": [
[
2
]
]
},
{
"id": 2,
"name": "Missile Refill",
"nodeType": "utility",
"nodeSubType": "missile",
"utility": [
"missile"
],
"mapTileMask": [
[
2
]
]
}
],
"enemies": [],
"links": [
{
"from": 1,
"to": [
{
"id": 1
},
{
"id": 2
}
]
},
{
"from": 2,
"to": [
{
"id": 1
},
{
"id": 2
}
]
}
],
"strats": [
{
"link": [
1,
1
],
"name": "Base (Unlock Door)",
"requires": [],
"unlocksDoors": [
{
"types": [
"ammo"
],
"requires": []
}
],
"flashSuitChecked": true
},
{
"link": [
1,
1
],
"name": "Base (Come In Normally)",
"entranceCondition": {
"comeInNormally": {}
},
"requires": [],
"flashSuitChecked": true
},
{
"link": [
1,
1
],
"name": "Base (Come In With Mockball)",
"entranceCondition": {
"comeInWithMockball": {
"adjacentMinTiles": 0,
"remoteAndLandingMinTiles": [
[
0,
0
]
],
"speedBooster": "any"
}
},
"requires": [],
"flashSuitChecked": true
},
{
"id": 1,
"link": [
1,
1
],
"name": "Leave with Runway",
"requires": [],
"exitCondition": {
"leaveWithRunway": {
"length": 3,
"openEnd": 1
}
},
"flashSuitChecked": true
},
{
"id": 2,
"link": [
1,
2
],
"name": "Base",
"requires": [],
"flashSuitChecked": true
},
{
"id": 3,
"link": [
2,
1
],
"name": "Base",
"requires": [],
"flashSuitChecked": true
},
{
"id": 4,
"link": [
2,
2
],
"name": "Refill",
"requires": [
"h_useMissileRefillStation"
],
"flashSuitChecked": true
},
{
"id": 5,
"link": [
2,
2
],
"name": "10 Power Bomb Crystal Flash",
"requires": [
"h_useMissileRefillAllAmmoCrystalFlash"
],
"flashSuitChecked": true,
"note": "In quick succession, place a Power Bomb, refill at the refill station, then morph and Crystal Flash.",
"devNote": "This strat does not work in vanilla, and only works if Missile refill stations also refill Supers and Power Bombs."
}
],
"notables": [],
"nextStratId": 6,
"nextNotableId": 1
}