Skip to content

Commit d50c99a

Browse files
committed
Extend runway with an open door
1 parent b84d7a6 commit d50c99a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

region/tourian/main/Rinka Shaft.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,10 +1322,19 @@
13221322
},
13231323
"requires": [
13241324
"h_CrystalFlashForReserveEnergy",
1325-
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
1325+
{"or": [
1326+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
1327+
{"and": [
1328+
{"doorUnlockedAtNode": 3},
1329+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
1330+
]}
1331+
]},
13261332
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
13271333
"canRModeSparkInterrupt"
13281334
],
1335+
"unlocksDoors": [
1336+
{"nodeId": 3, "types": ["ammo"], "requires": []}
1337+
],
13291338
"flashSuitChecked": true,
13301339
"blueSuitChecked": true,
13311340
"note": [

0 commit comments

Comments
 (0)