ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann 803d0d4443
All checks were successful
E2E Testing / test (push) Successful in 1m55s
Persist ScriptAccountConditions to TemplateTransition
2024-04-11 18:05:54 +02:00

46 lines
1.4 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": []
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Fröhlich",
"endingState": "Wütend",
"conditionMap": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "10"
}
],
"actionMap": [
{
"changingValue": 0,
"scriptAccount": "New ScriptAccount"
}
]
}
]
}
]
}