ConceptCreator/testModel/gamesystems/Characterstimmung.json

29 lines
695 B
JSON
Raw Normal View History

{
"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
}