lttp: update requirement version for lttp template yaml
This commit is contained in:
parent
2bac78b4a4
commit
60c7be87f8
|
@ -26,7 +26,7 @@ name: YourName{number} # Your name in-game. Spaces will be replaced with undersc
|
||||||
game: # Pick a game to play
|
game: # Pick a game to play
|
||||||
A Link to the Past: 1
|
A Link to the Past: 1
|
||||||
requires:
|
requires:
|
||||||
version: 0.2.3 # Version of Archipelago required for this yaml to work as expected.
|
version: 0.3.3 # Version of Archipelago required for this yaml to work as expected.
|
||||||
# Shared Options supported by all games:
|
# Shared Options supported by all games:
|
||||||
accessibility:
|
accessibility:
|
||||||
items: 0 # Guarantees you will be able to acquire all items, but you may not be able to access all locations
|
items: 0 # Guarantees you will be able to acquire all items, but you may not be able to access all locations
|
||||||
|
@ -536,4 +536,4 @@ triggers:
|
||||||
percentage: 0 # AND has a 0 percent chance (meaning this is default disabled, just to show how it works)
|
percentage: 0 # AND has a 0 percent chance (meaning this is default disabled, just to show how it works)
|
||||||
options: # then inserts these options
|
options: # then inserts these options
|
||||||
A Link to the Past:
|
A Link to the Past:
|
||||||
swordless: off
|
swordless: off
|
||||||
|
|
Loading…
Reference in New Issue