mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
YAML: Make player pick a game, error out if step is skipped.
This commit is contained in:
@@ -23,13 +23,13 @@ name: YourName{number} # Your name in-game. Spaces will be replaced with undersc
|
||||
#{PLAYER} will be replaced with the player's slot number if that slot number is greater than 1.
|
||||
#{number} will be replaced with the counter value of the name.
|
||||
#{NUMBER} will be replaced with the counter value of the name if the counter value is greater than 1.
|
||||
game:
|
||||
A Link to the Past: 1
|
||||
Factorio: 1
|
||||
Minecraft: 1
|
||||
Subnautica: 1
|
||||
game: # Pick a game to play
|
||||
A Link to the Past: 0
|
||||
Factorio: 0
|
||||
Minecraft: 0
|
||||
Subnautica: 0
|
||||
requires:
|
||||
version: 0.1.5 # Version of Archipelago required for this yaml to work as expected.
|
||||
version: 0.1.6 # Version of Archipelago required for this yaml to work as expected.
|
||||
# Shared Options supported by all games:
|
||||
accessibility:
|
||||
items: 0 # Guarantees you will be able to acquire all items, but you may not be able to access all locations
|
||||
|
Reference in New Issue
Block a user