26 lines
741 B
JSON
26 lines
741 B
JSON
{
|
|
"componentName": "Hicks Haddock",
|
|
"componentDescription": "Das ist ein Test",
|
|
"characterSpecificGamesystems": [
|
|
{
|
|
"componentName": "Characterstimmung",
|
|
"states": [
|
|
{
|
|
"stateLabel": "Fröhlich",
|
|
"conditionMap": [
|
|
{
|
|
"scriptAccount": "Luftfeuchtigkeit",
|
|
"minValue": 0,
|
|
"maxValue": "10"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"stateLabel": "Wütend",
|
|
"conditionMap": []
|
|
}
|
|
],
|
|
"transitions": []
|
|
}
|
|
]
|
|
} |