ConceptCreator/testModel/gamesystems/Testsystem.json
Sebastian Böckelmann a4be4d623d
Some checks failed
E2E Testing / test (push) Failing after 2m5s
Mark Gamesystem as Template in Editor
2024-04-10 20:20:34 +02:00

38 lines
919 B
JSON

{
"componentName": "Testsystem",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "A",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "B",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [
{
"changingValue": 5,
"scriptAccount": "New ScriptAccount"
}
],
"scriptAccountConditions": [
{
"scriptAccount": "Temperature",
"minValue": 0,
"maxValue": "10"
}
],
"startingState": "A",
"endingState": "B"
}
],
"template": 0
}