ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann cfc23efb71
All checks were successful
E2E Testing / test (push) Successful in 1m36s
Introduce symmetric flag in Gamesystem Properties
2024-04-19 15:52:52 +02:00

51 lines
1.5 KiB
JSON

{
"componentName": "Hicks Haddock",
"componentDescription": "",
"characterSpecificTemplateSystems": [],
"characterRelationGamesystems": [
{
"componentName": "Characterbeziehungssystem",
"states": [
{
"stateLabel": "Feind",
"conditionMap": []
},
{
"stateLabel": "Freund",
"conditionMap": []
},
{
"stateLabel": "Fester Freund",
"conditionMap": []
}
],
"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": []
}
],
"symmetric": true
}
]
}