ConceptCreator/testModel/gamesystems/Characterstimmung.json
Sebastian Böckelmann 859f207503
All checks were successful
E2E Testing / test (push) Successful in 2m0s
Fix undefined error when adding conditions to freshly added templatestate
2024-04-11 18:13:03 +02:00

34 lines
824 B
JSON

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