From 23d96b26182d4ec6eb94a0ee9fb44df837368757 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Fri, 24 Feb 2023 21:56:06 -0600 Subject: [PATCH] update the manual lttp yaml --- Options.py | 2 +- playerSettings.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Options.py b/Options.py index 17112644d6..78cbd3f034 100644 --- a/Options.py +++ b/Options.py @@ -847,7 +847,7 @@ class Accessibility(Choice): class ItemsAccessibility(Accessibility): """Set rules for reachability of your items/locations. Full: ensure everything can be reached and acquired. - Items: all logically relevant items can be acquired. Some items, such as keys, may be self-locking. + Items: ensure all logically relevant items can be acquired. Some items, such as keys, may be self-locking. Minimal: ensure what is needed to reach your goal can be acquired.""" option_items = 1 default = 1 diff --git a/playerSettings.yaml b/playerSettings.yaml index e28963ddb3..b48e954fec 100644 --- a/playerSettings.yaml +++ b/playerSettings.yaml @@ -26,7 +26,7 @@ name: YourName{number} # Your name in-game. Spaces will be replaced with undersc game: # Pick a game to play A Link to the Past: 1 requires: - version: 0.3.3 # Version of Archipelago required for this yaml to work as expected. + version: 0.3.9 # Version of Archipelago required for this yaml to work as expected. A Link to the Past: progression_balancing: # A system that can move progression earlier, to try and prevent the player from getting stuck and bored early. @@ -44,10 +44,10 @@ A Link to the Past: accessibility: # Set rules for reachability of your items/locations. - # Locations: ensure everything can be reached and acquired. - # Items: ensure all logically relevant items can be acquired. + # Full: ensure everything can be reached and acquired. + # Items: ensure all logically relevant items can be acquired. Some items, such as keys, may be self-locking. # Minimal: ensure what is needed to reach your goal can be acquired. - locations: 0 + full: 0 items: 50 minimal: 0