mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
Add files via upload
This commit is contained in:
@@ -101,10 +101,10 @@
|
|||||||
\Initiative{[[ char.initiative ]]}
|
\Initiative{[[ char.initiative ]]}
|
||||||
\Speed{[[ char.speed ]]}
|
\Speed{[[ char.speed ]]}
|
||||||
\MaxHitPoints{[[ char.hp_max ]]}
|
\MaxHitPoints{[[ char.hp_max ]]}
|
||||||
\CurrentHitPoints{}
|
\CurrentHitPoints{[[ char.hp_current ]]}
|
||||||
\TemporaryHitPoints{}
|
\TemporaryHitPoints{[[ char.hp_temp ]]}
|
||||||
\MaxHitDice{[[ char.hit_dice ]]}
|
\MaxHitDice{[[ char.hit_dice.replace(" ","") ]]}
|
||||||
\CurrentHitDice{}
|
\CurrentHitDice{[[ char.hit_dice_current.replace(" ", "") ]]}
|
||||||
|
|
||||||
\CP{[[ char.cp ]]}
|
\CP{[[ char.cp ]]}
|
||||||
\SP{[[ char.sp ]]}
|
\SP{[[ char.sp ]]}
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
% background
|
% background
|
||||||
|
|
||||||
\CharacterAppearance{[[ portrait ]]
|
\CharacterAppearance{[[ portrait ]]
|
||||||
[[ char.appearece_text ]]
|
[[ char.appearance_text ]]
|
||||||
}
|
}
|
||||||
\AdditionalFeaturesAndTraits{
|
\AdditionalFeaturesAndTraits{
|
||||||
[[ char.additional_description ]]
|
[[ char.additional_description ]]
|
||||||
|
|||||||
Reference in New Issue
Block a user