{ "componentName": "Astrid Hofferson", "componentDescription": "", "characterSpecificTemplateSystems": [ { "componentName": "TemplateGamesystem", "states": [ { "stateLabel": "A", "conditionMap": [ { "scriptAccount": "Luftfeuchtigkeit", "minValue": 0, "maxValue": "10" } ] }, { "stateLabel": "B", "conditionMap": [ { "scriptAccount": "New ScriptAccount", "minValue": 0, "maxValue": 100 } ] } ], "transitions": [ { "startingState": "A", "endingState": "B", "conditionMap": [ { "scriptAccount": "Temperature", "minValue": 0, "maxValue": 10 } ], "actionMap": [ { "changingValue": 10, "scriptAccount": "Luftfeuchtigkeit" } ] } ] } ] }