You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.attack_skeleton=OR(SWORD, BOMB, BOW, BOOMERANG, HOOKSHOT) # cannot kill skeletons with the fire rod
265
+
self.attack_gibdos=OR(SWORD, BOMB, BOW, BOOMERANG, AND(MAGIC_ROD, HOOKSHOT)) # gibdos are only stunned with hookshot, but can be burnt to jumping stalfos first with magic rod
266
+
self.attack_pols_voice=OR(BOMB, MAGIC_ROD, AND(OCARINA, SONG1)) # BOW works, but isn't as reliable as it needs 4 arrows.
267
+
self.attack_wizrobe=OR(BOMB, MAGIC_ROD) # BOW works, but isn't as reliable as it needs 4 arrows.
self.super_jump_rooster=AND(ROOSTER, OR(SWORD, BOW, MAGIC_ROD)) # use rooster instead of feather to superjump off walls (only where rooster is allowed to be used)
281
+
self.shaq_jump=FEATHER# use interactable objects (keyblocks / pushable blocks)
282
+
self.boots_superhop=AND(PEGASUS_BOOTS, OR(MAGIC_ROD, BOW)) # dash into walls, pause, unpause and use weapon + hold direction away from wall. Only works in peg rooms
283
+
self.boots_roosterhop=AND(PEGASUS_BOOTS, ROOSTER) # dash towards a wall, pick up the rooster and throw it away from the wall before hitting the wall to get a superjump
284
+
self.jesus_jump=FEATHER# pause on the frame of hitting liquid (water / lava) to be able to jump again on unpause
285
+
self.jesus_buffer=PEGASUS_BOOTS# use a boots bonk to get on top of liquid (water / lava), then use buffers to get into positions
286
+
self.damage_boost_special=options.hardmode=="none"# use damage to cross pits / get through forced barriers without needing an enemy that can be eaten by bowwow
287
+
self.damage_boost= (options.bowwow=="normal") & (options.hardmode=="none") # Use damage to cross pits / get through forced barriers
288
+
self.sideways_block_push=True# wall clip pushable block, get against the edge and push block to move it sideways
289
+
self.wall_clip=True# push into corners to get further into walls, to avoid collision with enemies along path (see swamp flowers for example) or just getting a better position for jumps
290
+
self.pit_buffer_itemless=True# walk on top of pits and buffer down
291
+
self.pit_buffer=FEATHER# jump on top of pits and buffer to cross vertical gaps
292
+
self.pit_buffer_boots=OR(PEGASUS_BOOTS, FEATHER) # use boots or feather to cross gaps
293
+
self.boots_jump=AND(PEGASUS_BOOTS, FEATHER) # use boots jumps to cross 4 gap spots or other hard to reach spots
294
+
self.boots_bonk=PEGASUS_BOOTS# bonk against walls in 2d sections to get to higher places (no pits involved usually)
295
+
self.boots_bonk_pit=PEGASUS_BOOTS# use boots bonks to cross 1 tile gaps
296
+
self.boots_bonk_2d_spikepit=AND(PEGASUS_BOOTS, "MEDICINE2") # use iframes from medicine to get a boots dash going in 2d spike pits (kanalet secret passage, d3 2d section to boss)
297
+
self.boots_bonk_2d_hell=PEGASUS_BOOTS# seperate boots bonks from hell logic which are harder?
298
+
self.boots_dash_2d=PEGASUS_BOOTS# use boots to dash over 1 tile gaps in 2d sections
299
+
self.hookshot_spam_pit=HOOKSHOT# use hookshot with spam to cross 1 tile gaps
300
+
self.hookshot_clip=AND(HOOKSHOT, options.superweapons==False) # use hookshot at specific angles to hookshot past blocks (see forest north log cave, dream shrine entrance for example)
301
+
self.hookshot_clip_block=HOOKSHOT# use hookshot spam with enemies to clip through entire blocks (d5 room before gohma, d2 pots room before boss)
302
+
self.hookshot_over_pit=HOOKSHOT# use hookshot while over a pit to reach certain areas (see d3 vacuum room, d5 north of crossroads for example)
303
+
self.hookshot_jump=AND(HOOKSHOT, FEATHER) # while over pits, on the first frame after the hookshot is retracted you can input a jump to cross big pit gaps
304
+
self.bookshot=AND(FEATHER, HOOKSHOT) # use feather on A, hookshot on B on the same frame to get a speedy hookshot that can be used to clip past blocks
305
+
self.bomb_trigger=BOMB# drop two bombs at the same time to trigger cutscenes or pickup items (can use pits, or screen transitions
306
+
self.shield_bump=SHIELD# use shield to knock back enemies or knock off enemies when used in combination with superjumps
307
+
self.text_clip=False&options.nagmessages# trigger a text box on keyblock or rock or obstacle while holding diagonal to clip into the side. Removed from logic for now
308
+
self.jesus_rooster=AND(ROOSTER, options.hardmode!="oracle") # when transitioning on top of water, buffer the rooster out of sq menu to spawn it. Then do an unbuffered pickup of the rooster as soon as you spawn again to pick it up
309
+
self.zoomerang=AND(PEGASUS_BOOTS, FEATHER, BOOMERANG) # after starting a boots dash, buffer boomerang (on b), feather and the direction you're dashing in to get boosted in certain directions
310
+
269
311
self.boss_requirements= [
270
312
SWORD, # D1 boss
271
313
AND(OR(SWORD, MAGIC_ROD), POWER_BRACELET), # D2 boss
@@ -282,7 +324,7 @@ def __init__(self, options):
282
324
"HINOX": self.attack_hookshot,
283
325
"DODONGO": BOMB,
284
326
"CUE_BALL": SWORD,
285
-
"GHOMA": OR(BOW, HOOKSHOT),
327
+
"GHOMA": OR(BOW, HOOKSHOT, MAGIC_ROD, BOOMERANG),
286
328
"SMASHER": POWER_BRACELET,
287
329
"GRIM_CREEPER": self.attack_hookshot_no_bomb,
288
330
"BLAINO": SWORD,
@@ -293,9 +335,6 @@ def __init__(self, options):
293
335
}
294
336
295
337
# Adjust for options
296
-
ifoptions.bowwow!='normal':
297
-
# We cheat in bowwow mode, we pretend we have the sword, as bowwow can pretty much do all what the sword ca$ # Except for taking out bushes (and crystal pillars are removed)
298
-
self.bush.remove(SWORD)
299
338
ifoptions.logic=="casual":
300
339
# In casual mode, remove the more complex kill methods
self.boss_requirements[3] =AND(FLIPPERS, OR(SWORD, MAGIC_ROD, BOW, BOMB)) # bomb angler fish
351
+
self.attack_pols_voice=OR(BOMB, MAGIC_ROD, AND(OCARINA, SONG1), AND(self.stun_wizrobe, self.throw_enemy, BOW)) # wizrobe stun has same req as pols voice stun
self.boss_requirements[6] =OR(MAGIC_ROD, BOMB, BOW, HOOKSHOT, COUNT(SWORD, 2), AND(SWORD, SHIELD)) # evil eagle off screen kill or 3 cycle with bombs
356
+
314
357
ifoptions.logic=="hell":
315
-
self.boss_requirements[3] =AND(FLIPPERS, OR(SWORD, MAGIC_ROD, BOW, BOMB)) # bomb angler fish
316
-
self.boss_requirements[6] =OR(MAGIC_ROD, BOMB, BOW, HOOKSHOT, COUNT(SWORD, 2), AND(SWORD, SHIELD)) # evil eagle off screen kill or 3 cycle with bombs
317
358
self.boss_requirements[7] =OR(MAGIC_ROD, COUNT(SWORD, 2)) # hot head sword beams
359
+
self.miniboss_requirements["GHOMA"] =OR(BOW, HOOKSHOT, MAGIC_ROD, BOOMERANG, AND(OCARINA, BOMB, OR(SONG1, SONG3))) # use bombs to kill gohma, with ocarina to get good timings
318
360
self.miniboss_requirements["GIANT_BUZZ_BLOB"] =OR(MAGIC_POWDER, COUNT(SWORD,2)) # use sword beams to damage buzz blob
0 commit comments