Skip to content

Commit 776465b

Browse files
committed
require door to be unlocked
1 parent 8e7f0a3 commit 776465b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

region/brinstar/kraid/Warehouse Energy Tank Room.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,24 +385,40 @@
385385
"id": 15,
386386
"link": [1, 2],
387387
"name": "Tricky Evade",
388+
"entranceCondition": {
389+
"comeInNormally": {}
390+
},
388391
"requires": [
392+
{"doorUnlockedAtNode": 1},
389393
"canTrickyJump",
390394
{"enemyDamage": {"enemy": "Beetom", "type": "contact", "hits": 1}}
391395
],
392396
"note": [
393397
"Wait by the door briefly before spin jumping over and grabbing the item.",
394398
"It is also possible to do this instead by entering with run speed and quickly grabbing the item."
399+
],
400+
"unlocksDoors": [
401+
{"nodeId": 1, "types": ["super"], "requires": []},
402+
{"nodeId": 1, "types": ["missiles", "powerbomb"], "requires": ["never"]}
395403
]
396404
},
397405
{
398406
"link": [1, 2],
399407
"name": "Very Tricky Evade",
408+
"entranceCondition": {
409+
"comeInNormally": {}
410+
},
400411
"requires": [
412+
{"doorUnlockedAtNode": 1},
401413
"canTrickyDodgeEnemies",
402414
"canInsaneJump"
403415
],
404416
"note": [
405417
"Carefully manipulate the Beetoms to avoid all damage."
418+
],
419+
"unlocksDoors": [
420+
{"nodeId": 1, "types": ["super"], "requires": []},
421+
{"nodeId": 1, "types": ["missiles", "powerbomb"], "requires": ["never"]}
406422
]
407423
},
408424
{

0 commit comments

Comments
 (0)