mention that available triforce pieces gets raised automatically in playerSettings.yaml
This commit is contained in:
parent
24ee5ab44d
commit
f789335135
|
@ -86,7 +86,9 @@ goals:
|
|||
local_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then turn them in to Murahadala in front of Hyrule Castle
|
||||
ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then kill Ganon
|
||||
local_ganon_triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout your world, then kill Ganon
|
||||
triforce_pieces_available: # Set to how many triforces pieces are available to collect in the world. Default is 30. Max is 90, Min is 1
|
||||
triforce_pieces_available: # Set to how many triforces pieces are available to collect in the world.
|
||||
# Default is 30. Max is 90, Min is 1
|
||||
# should more be required than available, then available is raised to match required automatically.
|
||||
# Format "pieces: chance"
|
||||
25: 0
|
||||
30: 1
|
||||
|
|
Loading…
Reference in New Issue