Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logicalRequirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ __Example:__

__Additional considerations__

* A `canShineCharge` object implicitly requires the Speed Booster. Energy requirements for the shinespark (if applicable) are specified separately using a `shinespark` object.
* A `canShineCharge` object implicitly requires the Speed Booster. Energy requirements for the shinespark (if applicable) are specified separately using a `shinespark` object. A `canShineCharge` requirement causes a flash suit to be lost.

#### getBlueSpeed object

Expand Down
9 changes: 6 additions & 3 deletions region/crateria/central/230 Missile Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"length": 10,
"openEnd": 0
}
}
},
"flashSuitChecked": true
},
{
"id": 2,
Expand All @@ -97,13 +98,15 @@
"id": 3,
"link": [1, 2],
"name": "Base",
"requires": []
"requires": [],
"flashSuitChecked": true
},
{
"id": 4,
"link": [2, 1],
"name": "Base",
"requires": []
"requires": [],
"flashSuitChecked": true
}
],
"notables": [],
Expand Down
6 changes: 4 additions & 2 deletions region/crateria/central/Blue Brinstar Elevator Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"length": 14,
"openEnd": 0
}
}
},
"flashSuitChecked": true
},
{
"id": 2,
Expand All @@ -88,7 +89,8 @@
"id": 3,
"link": [1, 2],
"name": "Base",
"requires": []
"requires": [],
"flashSuitChecked": true
},
{
"id": 4,
Expand Down
37 changes: 26 additions & 11 deletions region/crateria/central/Bomb Torizo Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"length": 1,
"openEnd": 1
}
}
},
"flashSuitChecked": true
},
{
"id": 20,
Expand All @@ -124,6 +125,7 @@
"obstruction": [1, 0]
}
},
"flashSuitChecked": true,
"devNote": ["Max extra run speed $2.B with spin, or $2.C with a quick aim-down."]
},
{
Expand All @@ -141,6 +143,7 @@
"obstruction": [1, 0]
}
},
"flashSuitChecked": true,
"devNote": ["Max extra run speed $2.2 with spin, or $2.3 with a quick aim-down."]
},
{
Expand All @@ -155,6 +158,7 @@
{"enemyDamage": {"enemy": "Bomb Torizo", "type": "contact", "hits": 3}}
]}
],
"flashSuitChecked": true,
"setsFlags": ["f_DefeatedBombTorizo"]
},
{
Expand Down Expand Up @@ -183,7 +187,8 @@
"openEnd": 1
}
}
}
},
"flashSuitChecked": true
},
{
"id": 4,
Expand All @@ -201,7 +206,8 @@
"openEnd": 1
}
}
}
},
"flashSuitChecked": true
},
{
"id": 5,
Expand All @@ -220,7 +226,8 @@
},
"movementType": "uncontrolled"
}
}
},
"flashSuitChecked": true
},
{
"id": 6,
Expand All @@ -234,7 +241,8 @@
"openEnd": 1
}
}
}
},
"flashSuitChecked": true
},
{
"id": 7,
Expand All @@ -250,7 +258,8 @@
"openEnd": 1
}
}
}
},
"flashSuitChecked": true
},
{
"id": 8,
Expand All @@ -270,7 +279,8 @@
"openEnd": 1
}
}
}
},
"flashSuitChecked": true
},
{
"id": 9,
Expand All @@ -291,7 +301,8 @@
},
"movementType": "uncontrolled"
}
}
},
"flashSuitChecked": true
},
{
"id": 10,
Expand All @@ -307,7 +318,8 @@
"openEnd": 1
}
}
}
},
"flashSuitChecked": true
},
{
"id": 11,
Expand All @@ -326,19 +338,22 @@
"f_ZebesSetAblaze"
],
"setsFlags": ["f_AnimalsSaved"],
"flashSuitChecked": true,
"devNote": "Technically this also requires opening the wall."
},
{
"id": 12,
"link": [1, 2],
"name": "Base",
"requires": []
"requires": [],
"flashSuitChecked": true
},
{
"id": 15,
"link": [2, 1],
"name": "Base",
"requires": []
"requires": [],
"flashSuitChecked": true
}
],
"notables": [],
Expand Down
Loading