diff --git a/Changelog.txt b/Changelog.txt index 3301ba71..947958b6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,9 @@ +0.3.3.3 + Fixed Theater Vault Box (added requirement - access to mountain challenge area) + Fixed Town Red Rooftop Discard not tracking + Fixed quarry intro shapers (needs rotated shapers) + Keep laser needs stars + 0.3.3.2 Fixed wooden beam squares and shapers (added shapers requirement) Fixed quarry roof discard (removed quarry access requirement) diff --git a/locations/locations.json b/locations/locations.json index 2112250a..85d1e055 100644 --- a/locations/locations.json +++ b/locations/locations.json @@ -301,7 +301,7 @@ "sections": [ { "name": "Intro Shapers", - "access_rules": ["Shapers"], + "access_rules": ["RotatedShapers"], "item_count": 1 }, { @@ -472,7 +472,7 @@ }, { "name": "Laser Pressure Plates", - "access_rules": ["Dots,[Stars],[StarSameColor],BWSquare,Shapers,ColoredSquares,Symmetry"], + "access_rules": ["Dots,Stars,StarSameColor,BWSquare,Shapers,ColoredSquares,Symmetry"], "item_count": 1 }, ], @@ -722,7 +722,7 @@ { "name": "Challenge Video", "visibility_rules": ["Unrandomized,Uncommon,Hard,Vaults"], - "access_rules": ["[@Inside Mountain Secret Area/Challenge Vault Box]"], + "access_rules": ["[@Mountain Secret Area Vault Box/Challenge Vault]"], "item_count": 1 }, { @@ -740,6 +740,7 @@ { "name": "Vault Box (From UTM)", "visibility_rules": ["Hard,Vaults"], + "access_rules": ["@Mountain Secret Area Vault Box/Challenge Vault"], "item_count": 1 } ], diff --git a/manifest.json b/manifest.json index 807a3547..1bf56146 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Witness", "game_name": "The Witness Archipelago Randomizer", - "package_version": "0.3.3.2", + "package_version": "0.3.3.3", "package_uid": "witness_ap_tracker_newsoupvi", "author": "NewSoupVi, Beaker", "variants": { diff --git a/scripts/ap_location_mapping.lua b/scripts/ap_location_mapping.lua index 95254276..46c16e9b 100644 --- a/scripts/ap_location_mapping.lua +++ b/scripts/ap_location_mapping.lua @@ -97,7 +97,7 @@ LOCATION_MAPPING = { [158604] = {"@Keep Pressure Plates/Discard"}, [158605] = {"@Shipwreck Discard/Discard"}, [158606] = {"@Town Cargo Box/Discard"}, - [158607] = {"@Town Rooftop Discard/Discard"}, + [158607] = {"@Town Red Rooftop/Discard"}, [158608] = {"@Theater/Discard"}, [158609] = {"@Jungle Discard/Discard"}, [158610] = {"@Treehouse Right Side/Green Bridge Discard"},