Skip to content

Commit f9abb4d

Browse files
committed
feedback updates
1 parent e828601 commit f9abb4d

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

region/crateria/east/Homing Geemer Room.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,21 @@
8989
"requires": [
9090
"canUseGrapple",
9191
"canTrickyJump",
92-
{"cycleFrames": 150}
92+
{"cycleFrames": 150},
93+
{"or": [
94+
{"noFlashSuit": {}},
95+
{"and": [
96+
"canComplexCarryFlashSuit",
97+
"h_useSpringBall",
98+
{"cycleFrames": 60}
99+
]},
100+
{"and": [
101+
"canTrickyCarryFlashSuit",
102+
"canInsaneMidAirMorph",
103+
"canBeExtremelyPatient",
104+
{"cycleFrames": 200}
105+
]}
106+
]}
93107
],
94108
"farmCycleDrops": [{"enemy": "Geemer (orange)", "count": 1}],
95109
"flashSuitChecked": true,

region/crateria/east/The Moat.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,14 @@
136136
"requires": [
137137
{"notable": "Leave With Grapple Teleport"},
138138
"canMoonwalk",
139-
"canInsaneJump"
139+
"canInsaneJump",
140+
{"or": [
141+
{"noFlashSuit": {}},
142+
{"and": [
143+
"h_useSpringBall",
144+
"canComplexCarryFlashSuit"
145+
]}
146+
]}
140147
],
141148
"exitCondition": {
142149
"leaveWithGrappleTeleport": {
@@ -156,8 +163,14 @@
156163
"name": "Base",
157164
"requires": [
158165
{"or": [
159-
"Grapple",
160-
"SpaceJump"
166+
"SpaceJump",
167+
{"and": [
168+
"Grapple",
169+
{"or": [
170+
{"noFlashSuit": {}},
171+
"canInsaneJump"
172+
]}
173+
]}
161174
]}
162175
],
163176
"flashSuitChecked": true,

0 commit comments

Comments
 (0)