ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann 2df08661e0
All checks were successful
E2E Testing / test (push) Successful in 1m33s
Save States of CharacterSpecificStates
2024-03-22 17:42:21 +01:00

22 lines
615 B
JSON

{
"componentName": "Hicks Haddock",
"componentDescription": "",
"characterSpecificGamesystems": [
{
"templateStates": [
{
"initial": false,
"conditions": [
{
"scriptAccount": "Temperature",
"minValue": 0,
"maxValue": "5"
}
],
"stateLabel": "Wütend"
}
],
"referenceGamesystem": "Characterstimmung"
}
]
}