We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84d7a6 commit d50c99aCopy full SHA for d50c99a
1 file changed
region/tourian/main/Rinka Shaft.json
@@ -1322,10 +1322,19 @@
1322
},
1323
"requires": [
1324
"h_CrystalFlashForReserveEnergy",
1325
- {"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
+ {"or": [
1326
+ {"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
1327
+ {"and": [
1328
+ {"doorUnlockedAtNode": 3},
1329
+ {"canShineCharge": {"usedTiles": 13, "openEnd": 0}}
1330
+ ]}
1331
+ ]},
1332
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1333
"canRModeSparkInterrupt"
1334
],
1335
+ "unlocksDoors": [
1336
+ {"nodeId": 3, "types": ["ammo"], "requires": []}
1337
+ ],
1338
"flashSuitChecked": true,
1339
"blueSuitChecked": true,
1340
"note": [
0 commit comments