document random-high and random-low

This commit is contained in:
Fabian Dill 2021-06-08 14:56:41 +02:00
parent 471b217e99
commit 821b0f0f92
1 changed files with 20 additions and 16 deletions

View File

@ -221,25 +221,29 @@ triforce_pieces_required: # Set to how many out of X triforce pieces you need to
40: 0 40: 0
50: 0 50: 0
tower_open: # Crystals required to open GT tower_open: # Crystals required to open GT
'0': 80 0: 0
'1': 70 1: 0
'2': 60 2: 0
'3': 50 3: 0
'4': 40 4: 0
'5': 30 5: 0
'6': 20 6: 0
'7': 10 7: 0
random: 0 random: 0
random-low: 50 # any valid number, weighted towards the lower end
random-high: 0
ganon_open: # Crystals required to hurt Ganon ganon_open: # Crystals required to hurt Ganon
'0': 80 0: 0
'1': 70 1: 0
'2': 60 2: 0
'3': 50 3: 0
'4': 40 4: 0
'5': 30 5: 0
'6': 20 6: 0
'7': 10 7: 0
random: 0 random: 0
random-low: 0
random-high: 50 # any valid number, weighted towards the higher end
mode: mode:
standard: 50 # Begin the game by rescuing Zelda from her cell and escorting her to the Sanctuary standard: 50 # Begin the game by rescuing Zelda from her cell and escorting her to the Sanctuary
open: 50 # Begin the game from your choice of Link's House or the Sanctuary open: 50 # Begin the game from your choice of Link's House or the Sanctuary