Skip to content

Commit 0c083ca

Browse files
authored
Merge pull request #2551 from kjbranch/notable-feedback
Edit Medium notables
2 parents 29accde + 284b4d6 commit 0c083ca

3 files changed

Lines changed: 49 additions & 10 deletions

File tree

region/maridia/inner-pink/Botwoon Hallway.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@
295295
"h_navigateUnderwater",
296296
"canUseFrozenEnemies",
297297
{"disableEquipment": "Gravity"},
298+
{"or": [
299+
"Gravity",
300+
"HiJump",
301+
"canTrickyUseFrozenEnemies"
302+
]},
298303
{"or": [
299304
"canTrickyJump",
300305
{"and": [

region/maridia/inner-pink/Botwoon's Room.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,12 @@
593593
"Wave",
594594
{"or": [
595595
"canDodgeWhileShooting",
596-
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 2}}
596+
"Plasma",
597+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 2}},
598+
{"and": [
599+
"Spazer",
600+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
601+
]}
597602
]}
598603
],
599604
"setsFlags": ["f_DefeatedBotwoon"],
@@ -613,10 +618,24 @@
613618
"canSuitlessMaridia",
614619
"Charge",
615620
"Wave",
616-
"canDodgeWhileShooting",
617621
{"or": [
618-
"Morph",
619-
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 2}}
622+
{"and": [
623+
"canDodgeWhileShooting",
624+
"Morph"
625+
]},
626+
{"and": [
627+
"canDodgeWhileShooting",
628+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 2}}
629+
]},
630+
{"and": [
631+
"Plasma",
632+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
633+
]},
634+
{"and": [
635+
"Spazer",
636+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 4}}
637+
]},
638+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 6}}
620639
]}
621640
],
622641
"setsFlags": ["f_DefeatedBotwoon"],

region/norfair/east/Double Chamber.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -679,13 +679,12 @@
679679
"name": "Walljump Climb Using the Kamer",
680680
"requires": [
681681
{"notable": "Walljump Climb Using the Kamer"},
682-
"canPreciseWalljump",
682+
"canTrickyWalljump",
683683
"canConsecutiveWalljump",
684684
"canUseEnemies",
685685
{"or": [
686-
{"heatFrames": 560},
687686
{"and": [
688-
"canTrickyWalljump",
687+
"canDodgeWhileShooting",
689688
{"heatFrames": 360}
690689
]},
691690
{"and": [
@@ -720,12 +719,28 @@
720719
{"notable": "Walljump Climb Using the Kamer"},
721720
"HiJump",
722721
"canUseEnemies",
723-
"canWalljump",
722+
"canPreciseWalljump",
724723
{"or": [
725724
{"heatFrames": 360},
726725
{"and": [
727-
"canCarefulJump",
728-
{"heatFrames": 250}
726+
"canTrickyJump",
727+
{"heatFrames": 230}
728+
]}
729+
]},
730+
{"or": [
731+
"canDodgeWhileShooting",
732+
{"enemyDamage": {"enemy": "Fune", "type": "fireball", "hits": 1}},
733+
{"and": [
734+
"canUseFrozenEnemies",
735+
{"heatFrames": 70}
736+
]},
737+
{"and": [
738+
{"ammo": {"type": "Super", "count": 1}},
739+
{"heatFrames": 70}
740+
]},
741+
{"and": [
742+
{"ammo": {"type": "PowerBomb", "count": 1}},
743+
{"heatFrames": 90}
729744
]}
730745
]}
731746
],

0 commit comments

Comments
 (0)