ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann e962cc9594
All checks were successful
E2E Testing / test (push) Successful in 2m0s
Serialize ConditionMap of States
2024-04-11 15:39:58 +02:00

26 lines
741 B
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": []
}
]
}