ConceptCreator/testModel/characters/Hicks Haddock.json
2024-04-11 15:51:19 +02:00

20 lines
515 B
JSON

{
"componentName": "Hicks Haddock",
"componentDescription": "Das ist ein Test",
"characterSpecificGamesystems": [
{
"componentName": "Characterstimmung",
"states": [
{
"stateLabel": "Fröhlich",
"conditionMap": {}
},
{
"stateLabel": "Wütend",
"conditionMap": {}
}
],
"transitions": []
}
]
}