ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann 859f207503
All checks were successful
E2E Testing / test (push) Successful in 2m0s
Fix undefined error when adding conditions to freshly added templatestate
2024-04-11 18:13:03 +02:00

56 lines
1.8 KiB
JSON

{
"componentName": "Hicks Haddock",
"componentDescription": "Das ist ein Test",
"characterSpecificGamesystems": [
{
"componentName": "Characterstimmung",
"states": [
{
"stateLabel": "Fröhlich",
"conditionMap": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "10"
}
]
},
{
"stateLabel": "Wütend",
"conditionMap": []
},
{
"stateLabel": "Enttäuscht",
"conditionMap": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "10"
}
]
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Fröhlich",
"endingState": "Wütend",
"conditionMap": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "10"
}
],
"actionMap": [
{
"changingValue": 0,
"scriptAccount": "New ScriptAccount"
}
]
}
]
}
]
}