Skip to content

Commit 1d3e5f4

Browse files
committed
add 10pb cf to ws east super room
https://videos.maprando.com/video/9312 also I think there was a slight error in the spongebath [1-1] strat, i had the reset room at nodes 2, i think it should be 1 (corrected it in this pr) same farming / health requirements as spongebath though
1 parent 8e8ebe1 commit 1d3e5f4

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

region/wreckedship/main/Sponge Bath.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
{"or":[
246246
{"resourceAvailable": [{"type": "RegularEnergy", "count": 50}]},
247247
{"and": [
248-
{"resetRoom": {"nodes": [2]}},
248+
{"resetRoom": {"nodes": [1]}},
249249
{"or": [
250250
"ScrewAttack",
251251
"canPseudoScrew",

region/wreckedship/main/Wrecked Ship East Super Room.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,29 @@
388388
"flashSuitChecked": true,
389389
"devNote": "The Bull and Workrobot projectiles aren't a problem."
390390
},
391+
{
392+
"link": [1, 1],
393+
"name": "10 Power Bomb Crystal Flash",
394+
"requires": [
395+
"f_DefeatedPhantoon",
396+
{"or":[
397+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 50}]},
398+
{"and": [
399+
{"resetRoom": {"nodes": [1]}},
400+
{"or": [
401+
"ScrewAttack",
402+
"canPseudoScrew",
403+
"Plasma",
404+
"Grapple",
405+
{"ammo": {"type": "Missile", "count": 3}},
406+
{"ammo": {"type": "Super", "count": 3}}
407+
]}
408+
]}
409+
]},
410+
"h_10PowerBombCrystalFlash"
411+
],
412+
"flashSuitChecked": true
413+
},
391414
{
392415
"id": 14,
393416
"link": [1, 1],

0 commit comments

Comments
 (0)