Skip to content

Commit 0e2a3ee

Browse files
committed
more feedback updates
1 parent 6128c6a commit 0e2a3ee

2 files changed

Lines changed: 39 additions & 8 deletions

File tree

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

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@
10851085
]},
10861086
{"and": [
10871087
"Wave",
1088+
{"disableEquipment": "Ice"},
10881089
"canFarmWhileShooting",
10891090
{"cycleFrames": 420}
10901091
]}
@@ -1105,26 +1106,38 @@
11051106
},
11061107
{
11071108
"link": [2, 2],
1108-
"name": "Evir Farm (1 Evir, Gravity, Screw Attack)",
1109+
"name": "Evir Farm (1 Evir, Gravity, Strong Weapon)",
11091110
"requires": [
11101111
{"resetRoom": {"nodes": [2]}},
11111112
"Gravity",
1112-
"ScrewAttack",
1113+
{"or": [
1114+
"ScrewAttack",
1115+
{"and": [
1116+
"Plasma",
1117+
"Wave"
1118+
]}
1119+
]},
11131120
"canCarefulJump",
11141121
{"cycleFrames": 290},
11151122
{"or": [
1116-
"canWalljump",
1117-
"HiJump",
1123+
"SpaceJump",
11181124
{"and": [
1119-
"canGravityJump",
1120-
"h_doubleEquipmentScreenCycleFrames"
1125+
"canPlayInSand",
1126+
{"or": [
1127+
"HiJump",
1128+
"canWalljump",
1129+
{"and": [
1130+
"canGravityJump",
1131+
"h_doubleEquipmentScreenCycleFrames"
1132+
]}
1133+
]}
11211134
]}
11221135
]}
11231136
],
11241137
"farmCycleDrops": [{"enemy": "Evir", "count": 1}],
11251138
"devNote": [
11261139
"Other ways of farming Evirs with Gravity are covered in the 3 Evir farm strat.",
1127-
"The Screw Attack case is unique in that farming just the first Evir can be done at significantly lower difficulty."
1140+
"These strong weapon cases are unique in that farming just the first Evir can be done at significantly lower difficulty."
11281141
]
11291142
},
11301143
{
@@ -1135,13 +1148,21 @@
11351148
"Gravity",
11361149
"canDodgeWhileShooting",
11371150
"canPlayInSand",
1151+
{"or": [
1152+
{"and": [
1153+
"Plasma",
1154+
"Wave"
1155+
]},
1156+
"canTrickyJump"
1157+
]},
11381158
{"or": [
11391159
{"and": [
11401160
"Plasma",
11411161
{"cycleFrames": 900}
11421162
]},
11431163
{"and": [
11441164
"Wave",
1165+
{"disableEquipment": "Ice"},
11451166
{"cycleFrames": 1320}
11461167
]},
11471168
{"and": [
@@ -1151,6 +1172,7 @@
11511172
]},
11521173
{"and": [
11531174
"Spazer",
1175+
{"disableEquipment": "Ice"},
11541176
"canFarmWhileShooting",
11551177
{"cycleFrames": 1360}
11561178
]}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@
602602
]},
603603
{"and": [
604604
"Wave",
605+
{"disableEquipment": "Ice"},
605606
"canInsaneJump",
606607
"canBeVeryPatient",
607608
{"cycleFrames": 680}
@@ -625,7 +626,13 @@
625626
"name": "Evir Farm (3 Evirs)",
626627
"requires": [
627628
"canPlayInSand",
628-
"canFarmWhileShooting",
629+
{"or": [
630+
"canFarmWhileShooting",
631+
{"and": [
632+
"Plasma",
633+
"Wave"
634+
]}
635+
]},
629636
{"or": [
630637
{"resetRoom": {"nodes": [2]}},
631638
{"and": [
@@ -653,6 +660,7 @@
653660
]},
654661
{"and": [
655662
"Wave",
663+
{"disableEquipment": "Ice"},
656664
{"cycleFrames": 1200}
657665
]}
658666
]}
@@ -691,6 +699,7 @@
691699
"canTrickyDodgeEnemies",
692700
"canInsaneJump",
693701
"Spazer",
702+
{"disableEquipment": "Ice"},
694703
{"cycleFrames": 1440}
695704
],
696705
"farmCycleDrops": [{"enemy": "Evir", "count": 2}],

0 commit comments

Comments
 (0)