mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-09 17:08:16 -07:00
introduce linked options to mystery
This commit is contained in:
23
easy.yaml
23
easy.yaml
@@ -156,6 +156,29 @@ glitch_boots:
|
||||
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
|
||||
linked_options:
|
||||
- name: crosskeys
|
||||
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
|
||||
percentage: 0 # set this to the percentage chance you want crosskeys
|
||||
- name: enemizer
|
||||
options:
|
||||
boss_shuffle: # subchances can be injected too, which then get rolled
|
||||
simple: 1
|
||||
full: 1
|
||||
random: 1
|
||||
enemy_damage:
|
||||
shuffled: 1
|
||||
random: 1
|
||||
enemy_health:
|
||||
easy: 1
|
||||
hard: 1
|
||||
expert: 1
|
||||
percentage: 0 # set this to the percentage chance you want enemizer
|
||||
rom:
|
||||
sprite: # Enter the name of your preferred sprite and weight it appropriately
|
||||
random: 0
|
||||
|
||||
Reference in New Issue
Block a user