ConceptCreator/testModel/characters/Hicks Haddock.json

22 lines
615 B
JSON
Raw Normal View History

2024-03-22 10:01:47 +01:00
{
"componentName": "Hicks Haddock",
2024-03-22 17:42:21 +01:00
"componentDescription": "",
"characterSpecificGamesystems": [
{
"templateStates": [
{
"initial": false,
"conditions": [
{
"scriptAccount": "Temperature",
"minValue": 0,
"maxValue": "5"
}
],
"stateLabel": "Wütend"
}
],
"referenceGamesystem": "Characterstimmung"
}
]
2024-03-22 10:01:47 +01:00
}