ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann 5f59726bdd
All checks were successful
E2E Testing / test (push) Successful in 1m55s
Serialize Template Transition
2024-04-11 17:31:58 +02:00

35 lines
1.0 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": [],
"actionMap": []
}
]
}
]
}