ConceptCreator/testModel/characters/Hicks Haddock.json

20 lines
515 B
JSON
Raw Normal View History

2024-03-22 10:01:47 +01:00
{
"componentName": "Hicks Haddock",
2024-04-11 14:39:38 +02:00
"componentDescription": "Das ist ein Test",
2024-04-11 14:21:50 +02:00
"characterSpecificGamesystems": [
{
"componentName": "Characterstimmung",
"states": [
{
"stateLabel": "Fröhlich",
"conditionMap": {}
},
{
"stateLabel": "Wütend",
"conditionMap": {}
}
],
2024-04-11 14:39:38 +02:00
"transitions": []
2024-04-11 14:21:50 +02:00
}
]
2024-03-22 10:01:47 +01:00
}