ConceptCreator/testModel/gamesystems/ParentTestSystem/Numbers.json
Sebastian Böckelmann 03bc18e679
All checks were successful
E2E Testing / test (push) Successful in 1m35s
Fix condition combining
2024-03-19 16:07:58 +01:00

32 lines
755 B
JSON

{
"componentName": "Numbers",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "1",
"stateDescription": ""
},
{
"initial": false,
"conditions": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "5"
}
],
"stateLabel": "2",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "1",
"endingState": "2"
}
]
}