ConceptCreator/testModel/gamesystems/Characterstimmung.json
Sebastian Böckelmann a3639969e3
All checks were successful
E2E Testing / test (push) Successful in 1m50s
Assign template Transition to template gamesystem
2024-04-11 17:15:17 +02:00

29 lines
695 B
JSON

{
"componentName": "Characterstimmung",
"componentDescription": "",
"states": [
{
"initial": true,
"conditions": [],
"stateLabel": "Fröhlich",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "Wütend",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Fröhlich",
"endingState": "Wütend",
"conditions": {},
"actions": {}
}
],
"templateType": 1
}