Skip to content

Commit e6c6bda

Browse files
committed
shorter runway 4->3 strat
1 parent ec8e4b3 commit e6c6bda

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

region/norfair/west/Business Center.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@
23212321
},
23222322
{
23232323
"link": [4, 3],
2324-
"name": "Come in Shinecharging, Leave With Temporary Blue",
2324+
"name": "Come in Shinecharging, Leave With Temporary Blue (Full Runway, X-Ray)",
23252325
"entranceCondition": {
23262326
"comeInShinecharging": {
23272327
"length": 8,
@@ -2331,10 +2331,27 @@
23312331
},
23322332
"requires": [
23332333
"canLongChainTemporaryBlue",
2334-
{"or": [
2335-
"HiJump",
2336-
"canXRayTurnaround"
2337-
]}
2334+
"canXRayTurnaround"
2335+
],
2336+
"exitCondition": {
2337+
"leaveWithTemporaryBlue": {}
2338+
},
2339+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
2340+
"flashSuitChecked": true
2341+
},
2342+
{
2343+
"link": [4, 3],
2344+
"name": "Come in Shinecharging, Leave With Temporary Blue (Short Runway, Hi-Jump)",
2345+
"entranceCondition": {
2346+
"comeInShinecharging": {
2347+
"length": 7,
2348+
"openEnd": 0,
2349+
"gentleUpTiles": 4
2350+
}
2351+
},
2352+
"requires": [
2353+
"canLongChainTemporaryBlue",
2354+
"HiJump"
23382355
],
23392356
"exitCondition": {
23402357
"leaveWithTemporaryBlue": {}

0 commit comments

Comments
 (0)