Skip to content

Commit 279c265

Browse files
committed
East Sand Hall adjust left side base strats
1 parent 018f7f6 commit 279c265

1 file changed

Lines changed: 50 additions & 21 deletions

File tree

region/maridia/inner-green/East Sand Hall.json

Lines changed: 50 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
}
342342
},
343343
"requires": [
344-
"canSuitlessMaridia",
344+
"canCrossRoomJumpIntoWater",
345345
"HiJump",
346346
"canCarefulJump"
347347
],
@@ -366,8 +366,10 @@
366366
"name": "Evir Fight Suitless",
367367
"requires": [
368368
"canSuitlessMaridia",
369+
"canDodgeWhileShooting",
369370
"HiJump",
370371
"canPlayInSand",
372+
"canTrickyJump",
371373
{"or": [
372374
"Ice",
373375
{"enemyKill": {
@@ -876,22 +878,29 @@
876878
"type": "particle",
877879
"hits": 1
878880
}},
879-
"Ice",
880-
"ScrewAttack",
881-
{"enemyKill": {
882-
"enemies": [
883-
["Evir"],
884-
["Evir"]
885-
],
886-
"explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"]
887-
}}
881+
{"and": [
882+
"canDodgeWhileShooting",
883+
{"or": [
884+
"ScrewAttack",
885+
{"enemyKill": {
886+
"enemies": [
887+
["Evir"],
888+
["Evir"]
889+
],
890+
"explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"]
891+
}}
892+
]}
893+
]}
888894
]}
889895
],
890-
"devNote": "Other weapons take too long to kill the enemy."
896+
"devNote": [
897+
"Other weapons take too long to kill the enemy.",
898+
"Ice is likely to be blocked by the particle."
899+
]
891900
},
892901
{
893902
"link": [4, 1],
894-
"name": "Fight Evirs Suitless",
903+
"name": "Suitless Evir Avoid",
895904
"requires": [
896905
"canSuitlessMaridia",
897906
"HiJump",
@@ -902,18 +911,38 @@
902911
"enemy": "Evir",
903912
"type": "particle",
904913
"hits": 1
905-
}},
906-
"Ice",
907-
{"enemyKill": {
908-
"enemies": [
909-
["Evir"],
910-
["Evir"]
911-
],
912-
"explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"]
914+
}}
915+
]},
916+
{"or": [
917+
"canSandfallBounce",
918+
{"enemyDamage": {
919+
"enemy": "Evir",
920+
"type": "particle",
921+
"hits": 1
913922
}}
914923
]}
924+
]
925+
},
926+
{
927+
"link": [4, 1],
928+
"name": "Fight Evirs Suitless",
929+
"requires": [
930+
"canSuitlessMaridia",
931+
"HiJump",
932+
"canPlayInSand",
933+
"canDodgeWhileShooting",
934+
{"enemyKill": {
935+
"enemies": [
936+
["Evir"],
937+
["Evir"]
938+
],
939+
"explicitWeapons": ["Super", "Plasma", "PowerBombPeriphery"]
940+
}}
915941
],
916-
"devNote": "Other weapons take too long to kill the enemy."
942+
"devNote": [
943+
"Other weapons take too long to kill the enemy.",
944+
"Ice is likely to be blocked by the particle."
945+
]
917946
},
918947
{
919948
"link": [4, 1],

0 commit comments

Comments
 (0)