{ "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" } ], "symmetric": true, "templateType": 1 }