ConceptCreator/testModel/characters/Hicks Haddock.json

41 lines
1.3 KiB
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,
2024-03-22 20:01:10 +01:00
"conditions": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "10"
}
],
2024-03-22 17:42:21 +01:00
"stateLabel": "Wütend"
}
],
"templateTransitions": [
{
2024-03-22 20:01:10 +01:00
"scriptAccountActions": [
{
"changingValue": 10,
"scriptAccount": "Luftfeuchtigkeit"
}
],
"scriptAccountConditions": [
{
"scriptAccount": "New ScriptAccount",
"minValue": 0,
"maxValue": "10"
}
],
"startingState": "Glücklich",
"endingState": "Traurig"
}
],
2024-03-22 17:42:21 +01:00
"referenceGamesystem": "Characterstimmung"
}
]
2024-03-22 10:01:47 +01:00
}