Skip to content

Commit 0a5e784

Browse files
committed
partial feedback update
1 parent c2aefd0 commit 0a5e784

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

region/brinstar/kraid/Baby Kraid Room.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@
405405
}},
406406
{"enemyDamage": {"enemy": "Mini-Kraid", "type": "spike", "hits": 3}}
407407
]}
408+
]},
409+
{"or": [
410+
"h_complexToCarryFlashSuit",
411+
{"enemyDamage": {"enemy": "Mini-Kraid", "type": "spike", "hits": 3}}
408412
]}
409413
],
410414
"clearsObstacles": ["A"],
@@ -431,7 +435,7 @@
431435
"link": [1, 2],
432436
"name": "Speedbooster Dodge Kill",
433437
"requires": [
434-
"canCarefulJump",
438+
"canDodgeWhileShooting",
435439
{"getBlueSpeed": {"usedTiles": 29, "openEnd": 2}}
436440
],
437441
"clearsObstacles": ["A"],
@@ -504,7 +508,7 @@
504508
{"obstaclesCleared": ["A"]}
505509
],
506510
"flashSuitChecked": true,
507-
"devNote": "Power Bombs only sometimes work on mini kraid for some reason."
511+
"devNote": "FIXME: Power Bombs only sometimes work on mini kraid. It was mentioned that it may require moving left while the PB explodes. This should be tested and applied to the logic."
508512
},
509513
{
510514
"id": 18,

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,10 @@
512512
],
513513
"clearsObstacles": ["A"],
514514
"flashSuitChecked": true,
515-
"devNote": "FIXME: If the Beetoms were not killable from 1->2 and are only killable by grabbing the item, this should take some contact hits."
515+
"devNote": [
516+
"FIXME: If the Beetoms were not killable from 1->2 and are only killable by grabbing the item, this should take some contact hits.",
517+
"Escaping the room normally also requires the Beetoms to be killed, so the door ledge would not normally be a usable place to stand while dodging them."
518+
]
516519
},
517520
{
518521
"id": 19,

0 commit comments

Comments
 (0)