ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann 1052eeb047
Some checks failed
E2E Testing / test (push) Failing after 1m33s
Store templateTransitions
2024-03-22 20:01:10 +01:00

41 lines
1.3 KiB
JSON

{
"componentName": "Hicks Haddock",
"componentDescription": "",
"characterSpecificGamesystems": [
{
"templateStates": [
{
"initial": false,
"conditions": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "10"
}
],
"stateLabel": "Wütend"
}
],
"templateTransitions": [
{
"scriptAccountActions": [
{
"changingValue": 10,
"scriptAccount": "Luftfeuchtigkeit"
}
],
"scriptAccountConditions": [
{
"scriptAccount": "New ScriptAccount",
"minValue": 0,
"maxValue": "10"
}
],
"startingState": "Glücklich",
"endingState": "Traurig"
}
],
"referenceGamesystem": "Characterstimmung"
}
]
}