71 lines
1.8 KiB
JSON
71 lines
1.8 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": ""
|
|
},
|
|
{
|
|
"initial": false,
|
|
"conditions": [],
|
|
"stateLabel": "Eltern",
|
|
"stateDescription": ""
|
|
},
|
|
{
|
|
"initial": false,
|
|
"conditions": [],
|
|
"stateLabel": "Geschwister",
|
|
"stateDescription": ""
|
|
},
|
|
{
|
|
"initial": false,
|
|
"conditions": [],
|
|
"stateLabel": "Großeltern",
|
|
"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"
|
|
}
|
|
],
|
|
"generateIsolatedStates": true,
|
|
"symmetric": true,
|
|
"templateType": 1
|
|
} |