ConceptCreator/testModel/gamesystems/Characterstimmung.json

34 lines
824 B
JSON
Raw Normal View History

{
"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",
2024-04-11 17:31:58 +02:00
"actionMap": {}
}
],
"templateType": 1
}