mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Added character AC.
This commit is contained in:
parent
a8fbc6df5b
commit
09b404cbdc
3 changed files with 40 additions and 3 deletions
|
@ -40,6 +40,7 @@ const modifier = (text) => {
|
|||
text += `*** ${possessiveName.toUpperCase()} BIO ***\n`
|
||||
text += `Class: ${character.className}\n`
|
||||
text += `Health: ${character.health}/${getHealthMax()}\n`
|
||||
text += `Armor Class: ${character.ac}\n`
|
||||
text += `Experience: ${character.experience}\n`
|
||||
text += `Level: ${getLevel(character.experience)}\n`
|
||||
var nextLevel = getNextLevelXp(character.experience)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue