add localcrosskeys example to easy.yaml
This commit is contained in:
parent
326262203f
commit
76e0c6474e
11
easy.yaml
11
easy.yaml
|
@ -180,6 +180,17 @@ linked_options:
|
|||
map_shuffle: true
|
||||
smallkey_shuffle: true
|
||||
percentage: 0 # set this to the percentage chance you want crosskeys
|
||||
- name: localcrosskeys
|
||||
options: # these overwrite earlier options if the percentage chance triggers
|
||||
entrance_shuffle: crossed
|
||||
bigkey_shuffle: true
|
||||
compass_shuffle: true
|
||||
map_shuffle: true
|
||||
smallkey_shuffle: true
|
||||
local_items: #forces keys to be local to your own world
|
||||
- "Small Keys"
|
||||
- "Big Keys"
|
||||
percentage: 0 # set this to the percentage chance you want local crosskeys
|
||||
- name: enemizer
|
||||
options:
|
||||
boss_shuffle: # subchances can be injected too, which then get rolled
|
||||
|
|
Loading…
Reference in New Issue