ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann d31182cf36
All checks were successful
E2E Testing / test (push) Successful in 2m6s
Store Characterspecific Gamesystems
2024-04-11 14:39:38 +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": []
}
]
}