-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"changed 'gold hexagons' to AP name 'Questagons'", "changed 'blue/green/red keys' to AP name 'Blue/Green/Red Questagons'", "changed 'shotgun' to AP name 'Gun'", "changed quantity for 'Questagons' to 50 to match new AP settings", "added autotracking for questagon hunt abilities *thank you j_im*", "changed abilities from progressive items to toggles", "added files to add auto-tabbing for maps (not implemented yet)", "removed 'full map' from map tabs to support auto-tabbing", "changed 'Librarian' boss fight to be hosted with its related check"
- Loading branch information
Showing
17 changed files
with
2,800 additions
and
138 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ | ||
{ | ||
"name": "Auto Tab Switching", | ||
"type": "progressive", | ||
"codes": "auto_tab", | ||
"loop": true, | ||
"allow_disabled": false, | ||
"initial_stage_idx": 1, | ||
"stages": [ | ||
{ | ||
"img": "images/cog_gray.png" | ||
}, | ||
{ | ||
"img": "images/cog.png", | ||
"codes": "auto_tab" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.