Skip to content

Commit eba6502

Browse files
authored
Merge pull request #2068 from blkerby/warehouse-etank-damageless
Warehouse E-Tank tricky evade beetoms
2 parents ecaf13c + 776465b commit eba6502

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +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"]}
403+
]
404+
},
405+
{
406+
"link": [1, 2],
407+
"name": "Very Tricky Evade",
408+
"entranceCondition": {
409+
"comeInNormally": {}
410+
},
411+
"requires": [
412+
{"doorUnlockedAtNode": 1},
413+
"canTrickyDodgeEnemies",
414+
"canInsaneJump"
415+
],
416+
"note": [
417+
"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"]}
395422
]
396423
},
397424
{
@@ -474,6 +501,17 @@
474501
"requires": [
475502
{"enemyDamage": {"enemy": "Beetom", "type": "contact", "hits": 6}}
476503
]
504+
},
505+
{
506+
"link": [2, 1],
507+
"name": "Very Tricky Evade",
508+
"requires": [
509+
"canTrickyDodgeEnemies",
510+
"canInsaneJump"
511+
],
512+
"note": [
513+
"Carefully manipulate the Beetoms to avoid all damage."
514+
]
477515
}
478516
],
479517
"notables": [

region/wreckedship/main/Bowling Alley.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
"canPartialFloorClip",
11241124
"h_additionalBomb"
11251125
]},
1126-
{"and": [
1126+
{"and": [
11271127
{"or": [
11281128
{"and": [
11291129
{"canShineCharge": {"usedTiles": 35, "openEnd": 1}},

0 commit comments

Comments
 (0)