Skip to content

Commit b650b3f

Browse files
committed
Code Review
1 parent 251232f commit b650b3f

1 file changed

Lines changed: 22 additions & 10 deletions

File tree

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

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -622,14 +622,24 @@
622622
"Plasma",
623623
{"and": [
624624
"Spazer",
625-
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
625+
"Ice"
626626
]},
627-
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 2}}
627+
{"and": [
628+
{"or": [
629+
"canDodgeWhileShooting",
630+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
631+
]},
632+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
633+
]}
628634
]}
629635
],
630636
"setsFlags": ["f_DefeatedBotwoon"],
631637
"flashSuitChecked": true,
632-
"blueSuitChecked": true
638+
"blueSuitChecked": true,
639+
"note": [
640+
"It is safest to pseudoscrew through any acid projectiles.",
641+
"Alternatively, standing on the stairs gives more time to run away."
642+
]
633643
},
634644
{
635645
"id": 31,
@@ -641,13 +651,15 @@
641651
"Charge",
642652
"Wave",
643653
{"or": [
654+
"Plasma",
644655
"canTrickyDodgeEnemies",
645656
{"and": [
646657
"canDodgeWhileShooting",
647658
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 2}}
648659
]},
649660
{"and": [
650-
"Plasma",
661+
"Spazer",
662+
"Ice",
651663
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
652664
]},
653665
{"and": [
@@ -720,10 +732,7 @@
720732
"Plasma",
721733
{"or": [
722734
"canTrickyDodgeEnemies",
723-
{"and": [
724-
"Gravity",
725-
"canTrickyJump"
726-
]},
735+
"Gravity",
727736
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
728737
]}
729738
]},
@@ -733,13 +742,16 @@
733742
"canInsaneJump",
734743
{"and": [
735744
"Gravity",
736-
"canTrickyJump"
745+
{"or": [
746+
"canTrickyJump",
747+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
748+
]}
737749
]},
738750
{"and": [
739751
"canTrickyDodgeEnemies",
740752
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 1}}
741753
]},
742-
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 3}}
754+
{"enemyDamage": {"enemy": "Botwoon 1", "type": "acid", "hits": 4}}
743755
]}
744756
]},
745757
{"and": [

0 commit comments

Comments
 (0)