-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Temporarily change AC on the fly (#118)
* feat: Temporarily change AC on the fly By clicking on the AC field of creatures you can type a new value directly in. Values differing from the creatures' original AC will be shown in **bold**, and hovering will display a label with the original value. Although not exactly what they asked for, I believe this would help with [#88]. Small changes have been made to the selection boxes for opening the creature statblock, adjusting HP/status and the newly added AC feature. [#96] To reflect strings being allowed in the AC field, the number validation for the AC field of players when setting up for parties has been removed. [#103] Check-in to: master * Commonizes AC editing with HP/Status * Separate menu for AC input * fix: can switch between hp and ac --------- Co-authored-by: Jeremy Valentine <38669521+valentine195@users.noreply.github.com>
- Loading branch information
1 parent
c328623
commit ac03929
Showing
13 changed files
with
346 additions
and
208 deletions.
There are no files selected for viewing
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
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.