Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Added puzzle skips to the tracker
  • Loading branch information
Beaker271 authored Jun 30, 2022
1 parent edc5fb5 commit 2359da6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.3.3a
Added puzzle skips to the tracker

0.3.3.3
Fixed Theater Vault Box (added requirement - access to mountain challenge area)
Fixed Town Red Rooftop Discard not tracking
Expand Down
Binary file added images/PuzzleSkip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,16 @@
"img": "images/UTM.png",
"codes": "UTM"
},
{
"name": "Puzzle Skips",
"type": "consumable",
"loop": "true",
"img": "images/PuzzleSkip.png",
"codes": "Skip",
"increment": 1,
"decrement": 1,
"initial_quantity": 1,
"overlay_background": "#000000",
"overlay_font_size": 14
},
]
2 changes: 1 addition & 1 deletion layouts/tracker.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rows": [
[ "BWSquare", "ColoredSquares", "Stars", "StarSameColor", "Triangles" ],
[ "Dots", "ColoredDots", "SoundDots", "Symmetry" ],
[ "Shapers", "RotatedShapers", "NegativeShapers", "Eraser"]
[ "Shapers", "RotatedShapers", "NegativeShapers", "Eraser", "Skip"]
]
},
]},
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.3",
"package_version": "0.3.3.3a",
"package_uid": "witness_ap_tracker_newsoupvi",
"author": "NewSoupVi, Beaker",
"variants": {
Expand Down
1 change: 1 addition & 0 deletions scripts/ap_item_mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ITEM_MAPPING = {
[158061] = {"StarSameColor", "toggle"},
[158071] = {"BWSquare", "toggle"},
[158072] = {"ColoredSquares", "toggle"},
[158510] = {"Skip", "consumable"},
}

SETTINGS_MAPPING = {
Expand Down

0 comments on commit 2359da6

Please sign in to comment.