update default meta.yaml with new goals
This commit is contained in:
parent
d005f6e1e1
commit
b7d45ae663
13
meta.yaml
13
meta.yaml
|
@ -16,11 +16,14 @@ progression_balancing: # progression balancing tries to make sure that the playe
|
||||||
off: 0 # force every player out of progression balancing, then prepare for a lot of logical BK
|
off: 0 # force every player out of progression balancing, then prepare for a lot of logical BK
|
||||||
null: 1 # let players decide via their own progression_balancing flag in their yaml, defaulting to on
|
null: 1 # let players decide via their own progression_balancing flag in their yaml, defaulting to on
|
||||||
goals:
|
goals:
|
||||||
ganon: 10
|
ganon: 100
|
||||||
fast_ganon: 25
|
fast_ganon: 250
|
||||||
dungeons: 5
|
dungeons: 50
|
||||||
pedestal: 10
|
pedestal: 100
|
||||||
triforce-hunt: 1
|
triforce-hunt: 5
|
||||||
|
local_triforce_hunt: 10 # Collect 20 of 30 Triforce pieces spread throughout your world, then turn them in to Murahadala in front of Hyrule Castle
|
||||||
|
ganon_triforce_hunt: 5 # Collect 20 of 30 Triforce pieces spread throughout the worlds, then kill Ganon
|
||||||
|
local_ganon_triforce_hunt: 20 # Collect 20 of 30 Triforce pieces spread throughout your world, then kill Ganon
|
||||||
null: 0 # maintain individual goals
|
null: 0 # maintain individual goals
|
||||||
world_state:
|
world_state:
|
||||||
standard: 10
|
standard: 10
|
||||||
|
|
Loading…
Reference in New Issue