Skip to content

Commit b13649c

Browse files
committed
watering hole
1 parent a80dbad commit b13649c

1 file changed

Lines changed: 20 additions & 22 deletions

File tree

region/maridia/inner-yellow/Watering Hole.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -239,21 +239,17 @@
239239
{"or": [
240240
{"and": [
241241
"canTrickyJump",
242-
"h_canArtificialMorphBombs",
243242
"h_canArtificialMorphSpringBall"
244243
]},
245-
{"and": [
246-
"canInsaneJump",
247-
"h_canArtificialMorphBombs"
248-
]},
249244
{"and": [
250245
"h_canArtificialMorphPowerBomb",
251-
"h_canArtificialMorphPowerBomb"
246+
{"and": [
247+
"canTrickyJump",
248+
"h_canArtificialMorphSpringBall",
249+
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}}
250+
]}
252251
]},
253-
{"and": [
254-
"h_canArtificialMorphBombs",
255-
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}}
256-
]}
252+
"canInsaneJump"
257253
]},
258254
{"or": [
259255
{"and": [
@@ -268,7 +264,10 @@
268264
],
269265
"collectsItems": [2],
270266
"flashSuitChecked": true,
271-
"note": "Carefully avoid or kill the Zebs and the Choot. The Choot will be easiest to kill with Bombs by staying against the left wall.",
267+
"note": [
268+
"Carefully avoid or kill the Zebs and the Choot. The Choot can be killed with a Power Bomb or with Bombs by staying against the left wall.",
269+
"With a double spring ball jump it is possible to avoid the Choot and escape under it to the left wall while it is in the air."
270+
],
272271
"devNote": "It is possible but unreasonable to collect both items simultaneously."
273272
},
274273
{
@@ -286,21 +285,17 @@
286285
{"or": [
287286
{"and": [
288287
"canTrickyJump",
289-
"h_canArtificialMorphBombs",
290288
"h_canArtificialMorphSpringBall"
291289
]},
292-
{"and": [
293-
"canInsaneJump",
294-
"h_canArtificialMorphBombs"
295-
]},
296290
{"and": [
297291
"h_canArtificialMorphPowerBomb",
298-
"h_canArtificialMorphPowerBomb"
292+
{"and": [
293+
"canTrickyJump",
294+
"h_canArtificialMorphSpringBall",
295+
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}}
296+
]}
299297
]},
300-
{"and": [
301-
"h_canArtificialMorphBombs",
302-
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}}
303-
]}
298+
"canInsaneJump"
304299
]},
305300
{"or": [
306301
{"and": [
@@ -315,7 +310,10 @@
315310
],
316311
"collectsItems": [3],
317312
"flashSuitChecked": true,
318-
"note": "Carefully avoid or kill the Zebs and the Choot. The Choot will be easiest to kill with Bombs by staying against the left wall.",
313+
"note": [
314+
"Carefully avoid or kill the Zebs and the Choot. The Choot can be killed with a Power Bomb or with Bombs by staying against the left wall.",
315+
"With a double spring ball jump it is possible to avoid the Choot and escape under it to the left wall while it is in the air."
316+
],
319317
"devNote": "It is possible but unreasonable to collect both items simultaneously."
320318
},
321319
{

0 commit comments

Comments
 (0)