THP added as a character attribute

This commit is contained in:
Jacob
2017-07-29 20:09:48 +01:00
parent 2389768234
commit 7a6f751e30
3 changed files with 40 additions and 25 deletions

View File

@@ -27,6 +27,7 @@ Schemas.Character = new SimpleSchema({
//stats
hitPoints: {type: Schemas.Attribute},
tempHP: {type: Schemas.Attribute},
experience: {type: Schemas.Attribute},
proficiencyBonus: {type: Schemas.Attribute},
speed: {type: Schemas.Attribute},