feat(spoiler): introducing custom spoiler levels

This commit is contained in:
aerinon
2024-04-22 08:35:17 -06:00
parent 8461503c85
commit 20e60c8a1d
11 changed files with 156 additions and 111 deletions

5
CLI.py
View File

@@ -224,7 +224,7 @@ def parse_settings():
'mixed_travel': 'prevent',
'standardize_palettes': 'standardize',
'aga_randomness': True,
"triforce_pool": 0,
"triforce_goal": 0,
"triforce_pool_min": 0,
@@ -253,10 +253,9 @@ def parse_settings():
'msu_resume': False,
'collection_rate': False,
# Spoiler defaults to TRUE
'spoiler': 'full',
# Playthrough defaults to TRUE
# ROM defaults to TRUE
"create_spoiler": True,
"calc_playthrough": True,
"create_rom": True,
"bps": False,