ConceptCreator/testModel/characters/New Character.json
Sebastian Böckelmann 7acf334db9
All checks were successful
E2E Testing / test (push) Successful in 1m31s
Pass TemplateReference to ProductState and productTransition Editor
2024-04-13 07:47:04 +02:00

52 lines
1.4 KiB
JSON

{
"componentName": "New Character",
"componentDescription": "",
"characterSpecificGamesystems": [
{
"componentName": "SimpleTemplate 1",
"states": [
{
"stateLabel": "1",
"conditionMap": []
},
{
"stateLabel": "2",
"conditionMap": []
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "1",
"endingState": "2",
"conditionMap": [],
"actionMap": []
}
]
},
{
"componentName": "SimpleTemplate 2",
"states": [
{
"stateLabel": "A",
"conditionMap": []
},
{
"stateLabel": "B",
"conditionMap": []
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "A",
"endingState": "B",
"conditionMap": [],
"actionMap": []
}
]
}
]
}