Skip to content

Commit 796328c

Browse files
committed
Open the door from [1] and [2] also
1 parent d50c99a commit 796328c

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

region/tourian/main/Rinka Shaft.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,19 @@
295295
},
296296
"requires": [
297297
"h_CrystalFlashForReserveEnergy",
298-
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
298+
{"or": [
299+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
300+
{"and": [
301+
{"doorUnlockedAtNode": 3},
302+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
303+
]}
304+
]},
299305
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
300306
"canRModeSparkInterrupt"
301307
],
308+
"unlocksDoors": [
309+
{"nodeId": 3, "types": ["ammo"], "requires": []}
310+
],
302311
"flashSuitChecked": true,
303312
"blueSuitChecked": true,
304313
"note": [
@@ -706,10 +715,19 @@
706715
},
707716
"requires": [
708717
"h_CrystalFlashForReserveEnergy",
709-
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
718+
{"or": [
719+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
720+
{"and": [
721+
{"doorUnlockedAtNode": 3},
722+
{"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
723+
]}
724+
]},
710725
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
711726
"canRModeSparkInterrupt"
712727
],
728+
"unlocksDoors": [
729+
{"nodeId": 3, "types": ["ammo"], "requires": []}
730+
],
713731
"flashSuitChecked": true,
714732
"blueSuitChecked": true,
715733
"note": [

0 commit comments

Comments
 (0)