Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
	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
  • Loading branch information
Beaker271 authored Jun 30, 2022
1 parent 2a4b8b0 commit edc5fb5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
7 changes: 4 additions & 3 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"sections": [
{
"name": "Intro Shapers",
"access_rules": ["Shapers"],
"access_rules": ["RotatedShapers"],
"item_count": 1
},
{
Expand Down Expand Up @@ -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
},
],
Expand Down Expand Up @@ -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
},
{
Expand All @@ -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
}
],
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/ap_location_mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit edc5fb5

Please sign in to comment.