ConceptCreator/testModel/gamesystems/Characterbeziehungssystem.json
Sebastian Böckelmann 93498845ec
All checks were successful
E2E Testing / test (push) Successful in 1m34s
Add Character-Relation-Specific Gamesystems
2024-04-19 12:52:20 +02:00

51 lines
1.3 KiB
JSON

{
"componentName": "Characterbeziehungssystem",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "Feind",
"stateDescription": ""
},
{
"initial": true,
"conditions": [],
"stateLabel": "Freund",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "Fester Freund",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Feind",
"endingState": "Freund"
},
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Freund",
"endingState": "Feind"
},
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Freund",
"endingState": "Fester Freund"
},
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Fester Freund",
"endingState": "Feind"
}
],
"templateType": 1
}