CharacterSpecific Templatesystems #36

Merged
sebastian merged 31 commits from template-systems into main 2024-04-14 13:45:04 +02:00
3 changed files with 13 additions and 2 deletions
Showing only changes of commit 6496bd52c5 - Show all commits

View File

@ -51,7 +51,7 @@ export class CharacterSerializer {
} }
}, SerializeConstants.JSON_INDENT) }, SerializeConstants.JSON_INDENT)
character.characterSpecificTemplateSystems = templateGamesystemBackup
return new StoreComponent(jsonString, fileName, ModelComponentType.CHARACTER); return new StoreComponent(jsonString, fileName, ModelComponentType.CHARACTER);
} }
} }

View File

@ -1,5 +1,11 @@
{ {
"componentName": "Astrid Hofferson", "componentName": "Astrid Hofferson",
"componentDescription": "", "componentDescription": "",
"characterSpecificTemplateSystems": [] "characterSpecificTemplateSystems": [
{
"componentName": "Letters",
"states": [],
"transitions": []
}
]
} }

View File

@ -34,6 +34,11 @@
"actionMap": [] "actionMap": []
} }
] ]
},
{
"componentName": "Letters",
"states": [],
"transitions": []
} }
] ]
} }