Room ID: 194
|
Exit condition: {
"leaveWithRunway": {
"length": 3,
"openEnd": 1
}
} |
|
Requires: "h_CrystalFlash" |
|
|
|
|
{
"$schema": "../../../schema/m3-room.schema.json",
"id": 194,
"name": "Space Jump Room",
"area": "Maridia",
"subarea": "Inner",
"subsubarea": "Pink",
"roomAddress": "0x7D9AA",
"roomEnvironments": [
{
"heated": false
}
],
"mapTileMask": [
[
1
]
],
"nodes": [
{
"id": 1,
"name": "Right Door",
"nodeType": "door",
"nodeSubType": "blue",
"nodeAddress": "0x001a924",
"doorOrientation": "right",
"doorEnvironments": [
{
"physics": "water"
}
],
"mapTileMask": [
[
2
]
]
},
{
"id": 2,
"name": "Item",
"nodeType": "item",
"nodeSubType": "chozo",
"nodeItem": "SpaceJump",
"nodeAddress": "0x7C7A7",
"mapTileMask": [
[
2
]
],
"locks": [
{
"name": "Dummy Item Lock",
"lockType": "gameFlag",
"unlockStrats": [
{
"name": "Base (Collect Item)",
"notable": false,
"requires": []
}
]
}
]
}
],
"enemies": [],
"links": [
{
"from": 1,
"to": [
{
"id": 1
},
{
"id": 2
}
]
},
{
"from": 2,
"to": [
{
"id": 1
}
]
}
],
"strats": [
{
"link": [
1,
1
],
"name": "Base (Unlock Door)",
"requires": [],
"unlocksDoors": [
{
"types": [
"ammo"
],
"requires": []
}
]
},
{
"link": [
1,
1
],
"name": "Base (Come In Normally)",
"entranceCondition": {
"comeInNormally": {}
},
"requires": []
},
{
"link": [
1,
1
],
"name": "Base (Come In With Mockball)",
"entranceCondition": {
"comeInWithMockball": {
"adjacentMinTiles": 0,
"remoteAndLandingMinTiles": [
[
0,
0
]
],
"speedBooster": "any"
}
},
"requires": []
},
{
"name": "Base (Collect Item)",
"notable": false,
"requires": [],
"link": [
2,
2
],
"collectsItems": [
2
]
},
{
"id": 1,
"link": [
1,
1
],
"name": "Leave with Runway",
"requires": [],
"exitCondition": {
"leaveWithRunway": {
"length": 3,
"openEnd": 1
}
}
},
{
"id": 2,
"link": [
1,
1
],
"name": "Crystal Flash",
"requires": [
"h_CrystalFlash"
],
"flashSuitChecked": true
},
{
"id": 3,
"link": [
1,
2
],
"name": "Base",
"requires": []
},
{
"id": 4,
"link": [
2,
1
],
"name": "Base",
"requires": []
}
],
"notables": [],
"nextStratId": 5,
"nextNotableId": 1
}