-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Multiple ACs for Players #88
Comments
SondreElg
added a commit
to SondreElg/obsidian-initiative-tracker
that referenced
this issue
Apr 17, 2023
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 [javalent#88]. Small changes have been made to the selection boxes for opening the creature statblock, adjusting HP/status and the newly added AC feature. [javalent#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. [javalent#103] Check-in to: master
SondreElg
added a commit
to SondreElg/obsidian-initiative-tracker
that referenced
this issue
Apr 17, 2023
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 [javalent#88]. Small changes have been made to the selection boxes for opening the creature statblock, adjusting HP/status and the newly added AC feature. [javalent#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. [javalent#103] Check-in to: master
SondreElg
added a commit
to SondreElg/obsidian-initiative-tracker
that referenced
this issue
Apr 17, 2023
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 [javalent#88]. Small changes have been made to the selection boxes for opening the creature statblock, adjusting HP/status and the newly added AC feature. [javalent#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. [javalent#103] Check-in to: master
SondreElg
added a commit
to SondreElg/obsidian-initiative-tracker
that referenced
this issue
Apr 20, 2023
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 [javalent#88]. Small changes have been made to the selection boxes for opening the creature statblock, adjusting HP/status and the newly added AC feature. [javalent#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. [javalent#103] Check-in to: master
SondreElg
added a commit
to SondreElg/obsidian-initiative-tracker
that referenced
this issue
Apr 20, 2023
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 [javalent#88]. Small changes have been made to the selection boxes for opening the creature statblock, adjusting HP/status and the newly added AC feature. [javalent#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. [javalent#103] Check-in to: master
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
SondreElg
added a commit
to SondreElg/obsidian-initiative-tracker
that referenced
this issue
Apr 21, 2023
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 [javalent#88]. Small changes have been made to the selection boxes for opening the creature statblock, adjusting HP/status and the newly added AC feature. [javalent#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. [javalent#103] Check-in to: master
valentine195
added a commit
that referenced
this issue
Apr 25, 2023
* 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got both a Bladesinging wizard and an Artificer in my party, and it would be lovely to at the very least note their different ACs (my wizard, for example, has 14 AC normally, 16 when using Mage Armor, and 19 when using Mage Armor + Bladesinging. Or 17 when just Bladesinging.)
Functionally, I'm fine with just having a note I can read on the initiative block, but the ability to toggle different AC states would be a dream. For example, a dropdown for each player that I can populate with different "statuses" (has shield, bladesinging, barkskin, etc) that would replace their AC. Or even better, some way to add additive statuses, that would adjust their AC number ("shield = +1" or some such). That doesn't scale with every kind of AC adjustment though (Mage Armor being "make their base AC 13" instead of being an addition to armor, for example).
The text was updated successfully, but these errors were encountered: