Merged in DR v1.4.1.6
This commit is contained in:
@@ -28,7 +28,7 @@ def main(args=None):
|
||||
def test(test_name: str, command: str, test_file: str):
|
||||
tests[test_name] = [command]
|
||||
|
||||
base_command = f"python3.8 DungeonRandomizer.py --suppress_rom --suppress_spoiler"
|
||||
base_command = f"python3 DungeonRandomizer.py --suppress_rom --suppress_spoiler"
|
||||
|
||||
def gen_seed():
|
||||
task_command = base_command + " " + command
|
||||
|
||||
2058
test/customizer/enemizer_test.yaml
Normal file
2058
test/customizer/enemizer_test.yaml
Normal file
File diff suppressed because it is too large
Load Diff
61
test/customizer/test.yaml
Normal file
61
test/customizer/test.yaml
Normal file
@@ -0,0 +1,61 @@
|
||||
meta:
|
||||
seed: 394
|
||||
settings:
|
||||
1:
|
||||
# mode: standard
|
||||
|
||||
# boss_shuffle: random
|
||||
# dropshuffle: underworld
|
||||
# enemy_shuffle: shuffled
|
||||
door_shuffle: partitioned
|
||||
intensity: 3
|
||||
shuffle: lite
|
||||
experimental: on
|
||||
shopsanity: on
|
||||
|
||||
# dungeon_counters: 'on'
|
||||
#entrances:
|
||||
# 1:
|
||||
# entrances:
|
||||
# Hyrule Castle Secret Entrance Drop: Lumberjack Tree (top)
|
||||
# two-way:
|
||||
# Hyrule Castle Entrance (South): Links House Exit
|
||||
doors:
|
||||
1:
|
||||
# lobbies:
|
||||
# Hyrule Castle South: GT Lobby S
|
||||
doors:
|
||||
TR Eye Bridge SW: Ice Compass Room NE
|
||||
TR Lazy Eyes SE: Mire Conveyor Barrier NW
|
||||
Hera Basement Cage Up Stairs: Hera Lobby Down Stairs
|
||||
Hera Lobby Key Stairs:
|
||||
dest: Hera Boss Down Stairs
|
||||
type: Key Door
|
||||
Hera Tile Room Up Stairs: Hera 5F Down Stairs
|
||||
|
||||
|
||||
#bosses:
|
||||
# 1:
|
||||
# Ganons Tower (middle): Trinexx
|
||||
|
||||
|
||||
placements:
|
||||
1:
|
||||
Tower of Hera - Basement Cage: Small Key (Tower of Hera)
|
||||
# Link's House: Lamp
|
||||
|
||||
|
||||
#placements:
|
||||
# 1:
|
||||
# 'Hera Basement Cage Enemy #4': Small Key (Palace of Darkness)
|
||||
# 'Hera Basement Cage Enemy #9': Small Key (Tower of Hera)
|
||||
# 'Hera Basement Cage Enemy #11': Fire Rod
|
||||
# Tower of Hera - Basement Cage: Small Key (Turtle Rock)
|
||||
#start_inventory:
|
||||
# 1:
|
||||
# - Pegasus Boots
|
||||
# - Progressive Sword
|
||||
# - Ocarina (Activated)
|
||||
# - Hookshot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user