it seems i didnt commit before taking a break for the semester
This commit is contained in:
parent
4a0673bde5
commit
dbeda509fc
8 changed files with 170 additions and 41 deletions
|
@ -133,6 +133,7 @@ impl Character<Entry> for Pathfinder2rCharacterSheet {
|
|||
|
||||
fn short(&self) -> CharacterShort {
|
||||
CharacterShort {
|
||||
id: 0,
|
||||
title: self.name.clone(),
|
||||
sub_title: Some("A Character!".to_string()),
|
||||
health: Some([ "Dying", "Hurt", "Harmed", "Unharmed" ][((self.health * 4) / self.max_health) as usize].to_string()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue