mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-15 03:03:30 -07:00
Merge pull request #109 from Berserker66/extended_triforce_hunt
Change max triforce_pieces_required from 30 to 112.
This commit is contained in:
11
easy.yaml
11
easy.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user