ConceptCreator/testModel/gamesystems/ProductGamesystem/Letter.json
Sebastian Boeckelmann 224468f088
All checks were successful
E2E Testing / test (push) Successful in 1m18s
Include ScriptAccountEditor in ProductTransitionEditor
2024-06-15 14:03:18 +02:00

33 lines
793 B
JSON

{
"componentName": "Letter",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "A",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "B",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [
{
"characterDependency": 2,
"changingValue": 6,
"scriptAccount": "Test"
}
],
"scriptAccountConditions": [],
"startingState": "A",
"endingState": "B"
}
],
"generateIsolatedStates": false
}