ConceptCreator/testModel/characters/Hicks Haddock.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2024-03-22 10:01:47 +01:00
{
"componentName": "Hicks Haddock",
"componentDescription": "",
"characterSpecificTemplateSystems": [
{
"componentName": "TemplateGamesystem",
"states": [
{
"stateLabel": "A",
"conditionMap": [
{
"scriptAccount": "Luftfeuchtigkeit",
"minValue": 0,
"maxValue": "10"
}
]
},
{
"stateLabel": "B",
"conditionMap": [
{
"scriptAccount": "New ScriptAccount",
"minValue": 0,
"maxValue": 100
}
]
}
],
"transitions": [
{
"startingState": "A",
"endingState": "B",
"conditionMap": [],
"actionMap": []
}
]
}
]
2024-03-22 10:01:47 +01:00
}