From f78933513587b55bb58439b792aaf804261b6bbc Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 24 Aug 2020 15:54:02 +0200 Subject: [PATCH] mention that available triforce pieces gets raised automatically in playerSettings.yaml --- playerSettings.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playerSettings.yaml b/playerSettings.yaml index c9fb594d..21fdc55b 100644 --- a/playerSettings.yaml +++ b/playerSettings.yaml @@ -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