mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
hp_max basic auto-calculation, boolean inspiration
This commit is contained in:
@@ -20,7 +20,7 @@ alignment = "{{ char.alignment }}"
|
||||
|
||||
xp = {{ char.xp }}
|
||||
hp_max = {{ char.hp_max }}
|
||||
inspiration = {{ char.inspiration }} # integer inspiration value
|
||||
inspiration = {{ char.inspiration }} # boolean inspiration value
|
||||
|
||||
# Ability Scores
|
||||
strength = {{ char.strength.value }}
|
||||
|
||||
@@ -23,7 +23,7 @@ alignment = "{{ char.alignment }}"
|
||||
|
||||
xp = {{ char.xp }}
|
||||
hp_max = {{ char.hp_max }}
|
||||
inspiration = {{ char.inspiration }} # integer inspiration value
|
||||
inspiration = {{ char.inspiration }} # boolean inspiration value
|
||||
|
||||
# Ability Scores
|
||||
strength = {{ char.strength.value }}
|
||||
|
||||
Reference in New Issue
Block a user