add basic creature sheet

This commit is contained in:
Johannes Loher 2021-01-10 02:05:30 +01:00
parent d416c14cbd
commit 17d0213e62
11 changed files with 120 additions and 20 deletions

View file

@ -187,6 +187,7 @@ export const DS4 = {
* Define the profile info of a character
*/
characterProfile: {
biography: "DS4.CharacterProfileBiography",
gender: "DS4.CharacterProfileGender",
birthday: "DS4.CharacterProfileBirthday",
birthplace: "DS4.CharacterProfileBirthplace",
@ -202,6 +203,7 @@ export const DS4 = {
* Define the profile info types for hanndlebars of a character
*/
characterProfileDTypes: {
biography: "String",
gender: "String",
birthday: "String",
birthplace: "String",
@ -246,6 +248,7 @@ export const DS4 = {
creatureType: "DS4.CreatureBaseInfoCreatureType",
sizeCategory: "DS4.CreatureBaseInfoSizeCategory",
experiencePoints: "DS4.CreatureBaseInfoExperiencePoints",
description: "DS4.CreatureBaseInfoDescription",
},
/**