ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann 8521d80881
All checks were successful
E2E Testing / test (push) Successful in 1m35s
Add templateElement to initialMap independent of conditionMap and serialize initialMap
2024-04-19 20:59:45 +02:00

70 lines
2.2 KiB
JSON

{
"componentName": "Hicks Haddock",
"componentDescription": "",
"characterSpecificTemplateSystems": [],
"characterRelationGamesystems": [
{
"componentName": "Characterbeziehungssystem",
"states": [
{
"stateLabel": "Feind",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Freund",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Fester Freund",
"conditionMap": [],
"initialMap": true
},
{
"stateLabel": "Eltern",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Geschwister",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Großeltern",
"conditionMap": [],
"initialMap": false
}
],
"transitions": [
{
"startingState": "Feind",
"endingState": "Freund",
"conditionMap": [],
"actionMap": []
},
{
"startingState": "Freund",
"endingState": "Feind",
"conditionMap": [],
"actionMap": []
},
{
"startingState": "Freund",
"endingState": "Fester Freund",
"conditionMap": [],
"actionMap": []
},
{
"startingState": "Fester Freund",
"endingState": "Feind",
"conditionMap": [],
"actionMap": []
}
],
"generateIsolatedStates": true,
"symmetric": true
}
]
}