Skip to content

Commit 03e014e

Browse files
committed
feedback updates
1 parent 507c32a commit 03e014e

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

region/wreckedship/main/Spiky Death Room.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,14 +319,15 @@
319319
"link": [1, 2],
320320
"name": "Base",
321321
"requires": [
322-
"canDash",
323322
{"or": [
324323
{"and": [
324+
"canDash",
325325
{"spikeHits": 3},
326326
{"enemyDamage": {"enemy": "Kzan", "type": "contact", "hits": 1}}
327327
]},
328328
{"and": [
329329
"h_navigateUnderwater",
330+
"canDash",
330331
"canCarefulJump",
331332
{"spikeHits": 2},
332333
{"or": [
@@ -343,7 +344,10 @@
343344
"Gravity",
344345
"Morph",
345346
"SpaceJump",
346-
{"spikeHits": 2}
347+
{"and": [
348+
{"noBlueSuit": {}},
349+
{"spikeHits": 2}
350+
]}
347351
]}
348352
]}
349353
]}
@@ -619,13 +623,14 @@
619623
"link": [2, 1],
620624
"name": "Base",
621625
"requires": [
622-
"canDash",
623626
{"or": [
624627
{"and": [
628+
"canDash",
625629
{"spikeHits": 3},
626630
{"enemyDamage": {"enemy": "Kzan", "type": "contact", "hits": 1}}
627631
]},
628632
{"and": [
633+
"canDash",
629634
"h_navigateUnderwater",
630635
"canCarefulJump",
631636
{"spikeHits": 2},
@@ -643,7 +648,10 @@
643648
"Gravity",
644649
"Morph",
645650
"SpaceJump",
646-
{"spikeHits": 2}
651+
{"and": [
652+
{"noBlueSuit": {}},
653+
{"spikeHits": 2}
654+
]}
647655
]}
648656
]}
649657
]}

region/wreckedship/main/Sponge Bath.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
{"or": [
181181
"ScrewAttack",
182182
"canPseudoScrew",
183+
{"haveBlueSuit": {}},
183184
"Plasma",
184185
"Grapple",
185186
{"and": [
@@ -315,6 +316,7 @@
315316
{"or": [
316317
"ScrewAttack",
317318
"canPseudoScrew",
319+
{"haveBlueSuit": {}},
318320
"Plasma",
319321
"Grapple",
320322
{"ammo": {"type": "Missile", "count": 3}},
@@ -1431,6 +1433,7 @@
14311433
{"or": [
14321434
"ScrewAttack",
14331435
"canPseudoScrew",
1436+
{"haveBlueSuit": {}},
14341437
"Plasma",
14351438
"Grapple",
14361439
{"and": [
@@ -1469,6 +1472,7 @@
14691472
{"or": [
14701473
"ScrewAttack",
14711474
"canPseudoScrew",
1475+
{"haveBlueSuit": {}},
14721476
"Plasma",
14731477
"Grapple",
14741478
{"ammo": {"type": "Missile", "count": 3}},

0 commit comments

Comments
 (0)