Merge pull request #109 from Berserker66/extended_triforce_hunt

Change max triforce_pieces_required from 30 to 112.
This commit is contained in:
Fabian Dill
2020-06-17 10:34:59 +02:00
committed by GitHub
6 changed files with 40 additions and 5 deletions

View File

@@ -76,7 +76,16 @@ goals:
pedestal: 0 # Pull the Triforce from the Master Sword pedestal
triforce_hunt: 0 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then turn them in to Murahadala in front of Hyrule Castle
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
triforce_pieces_required: # set to how many out of 30 triforce pieces you need to win the game in a triforce hunt. 20 is the default. Max is 30, Min is 1.
triforce_pieces_available: # set to how many triforces pieces are available to collect in the world. 30 is the default. Max is 112, Min is 1.
# format "pieces: chance"
25: 0
30: 1
31: 0
32: 0
33: 0
34: 0
35: 0
triforce_pieces_required: # set to how many out of X triforce pieces you need to win the game in a triforce hunt. 20 is the default. Max is 112, Min is 1.
# format "pieces: chance"
15: 0
20: 1