mention door rando options on master yaml
This commit is contained in:
parent
319a315ec5
commit
8d3cb3e531
|
@ -185,9 +185,10 @@ timer:
|
|||
glitch_boots:
|
||||
on: 1 # enables that you start with Pegasus Boots in any glitched logic mode
|
||||
off: 0
|
||||
remote_items: # Warning: currently broken. Stores all your items on the server, effectively sending them to you as if another player picked it up
|
||||
on: 0 # intended for racing, as the item information is missing from the ROM
|
||||
off: 1
|
||||
door_shuffle: # Only available if the host uses the doors branch, it is ignored otherwise
|
||||
vanilla: 1 # everything should be like in vanilla
|
||||
basic: 0 # dungeons are shuffled within themselves.
|
||||
crossed: 0 # dungeons are shuffled across each other.
|
||||
linked_options:
|
||||
- name: crosskeys
|
||||
options: # these overwrite earlier options if the percentage chance triggers
|
||||
|
|
Loading…
Reference in New Issue