Add addresses and regions for pyramid and ganons tower. Not currently shuffled, but may be of interest to Plandomizers.

This commit is contained in:
LLCoolDave
2017-06-03 17:09:03 +02:00
parent 52e172b8fa
commit e2b4d259d9
3 changed files with 16 additions and 3 deletions

View File

@@ -306,6 +306,7 @@ def global_rules(world):
forbid_item(world.get_location(location), 'Big Key (Ganons Tower)')
set_rule(world.get_location('Ganon'), lambda state: state.has_beam_sword() and state.has_fire_source() and (state.has('Tempered Sword') or state.has('Golden Sword') or state.has('Silver Arrows') or state.has('Lamp') or state.has('Bottle') or state.has('Half Magic') or state.has('Quarter Magic'))) # need to light torch a sufficient amount of times
set_rule(world.get_entrance('Ganon Drop'), lambda state: state.has_beam_sword()) # need to damage ganon to get tiles to drop
def no_glitches_rules(world):