add basic creature sheet
This commit is contained in:
parent
d416c14cbd
commit
17d0213e62
11 changed files with 120 additions and 20 deletions
|
@ -75,6 +75,7 @@ interface DS4ActorDataCharacterLanguage {
|
|||
}
|
||||
|
||||
interface DS4ActorDataCharacterProfile {
|
||||
biography: string;
|
||||
gender: string;
|
||||
birthday: string;
|
||||
birthplace: string;
|
||||
|
@ -100,4 +101,5 @@ interface DS4ActorDataCreatureBaseInfo {
|
|||
creatureType: CreatureType;
|
||||
sizeCategory: SizeCategory;
|
||||
experiencePoints: number;
|
||||
description: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue