2024-03-19 10:39:47 +01:00
|
|
|
{
|
|
|
|
"componentName": "Weather",
|
|
|
|
"componentDescription": "A small Gamesystem about local weather events",
|
|
|
|
"states": [
|
|
|
|
{
|
2024-03-19 16:33:17 +01:00
|
|
|
"initial": true,
|
2024-03-19 10:39:47 +01:00
|
|
|
"conditions": [],
|
|
|
|
"stateLabel": "Sonne",
|
|
|
|
"stateDescription": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"initial": false,
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"scriptAccount": "Temperature",
|
|
|
|
"minValue": 0,
|
|
|
|
"maxValue": "30"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateLabel": "Regen",
|
|
|
|
"stateDescription": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"initial": false,
|
|
|
|
"conditions": [],
|
|
|
|
"stateLabel": "Wolke",
|
|
|
|
"stateDescription": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"initial": false,
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"scriptAccount": "Temperature",
|
|
|
|
"minValue": "-5",
|
|
|
|
"maxValue": 0
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateLabel": "Schnee",
|
|
|
|
"stateDescription": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"transitions": [
|
|
|
|
{
|
|
|
|
"scriptAccountActions": [],
|
|
|
|
"scriptAccountConditions": [],
|
|
|
|
"startingState": "Sonne",
|
|
|
|
"endingState": "Wolke"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"scriptAccountActions": [],
|
|
|
|
"scriptAccountConditions": [],
|
|
|
|
"startingState": "Wolke",
|
|
|
|
"endingState": "Sonne"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"scriptAccountActions": [],
|
|
|
|
"scriptAccountConditions": [],
|
|
|
|
"startingState": "Wolke",
|
|
|
|
"endingState": "Regen"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"scriptAccountActions": [],
|
|
|
|
"scriptAccountConditions": [],
|
|
|
|
"startingState": "Regen",
|
|
|
|
"endingState": "Wolke"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"scriptAccountActions": [],
|
|
|
|
"scriptAccountConditions": [],
|
|
|
|
"startingState": "Wolke",
|
|
|
|
"endingState": "Schnee"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"scriptAccountActions": [],
|
|
|
|
"scriptAccountConditions": [],
|
|
|
|
"startingState": "Schnee",
|
|
|
|
"endingState": "Wolke"
|
|
|
|
}
|
2024-04-11 13:56:13 +02:00
|
|
|
],
|
|
|
|
"templateType": 0
|
2024-03-19 10:39:47 +01:00
|
|
|
}
|