ConceptCreator/testModel/characters/Hicks Haddock.json
Sebastian Böckelmann fee41efb21
Some checks failed
E2E Testing / test (push) Failing after 1m30s
Serialize and Load Character-Relation Specific Gamesystems
2024-04-19 14:23:17 +02:00

50 lines
1.5 KiB
JSON

{
"componentName": "Hicks Haddock",
"componentDescription": "",
"characterSpecificTemplateSystems": [],
"characterRelationGamesystems": [
{
"componentName": "Characterbeziehungssystem",
"states": [
{
"stateLabel": "Feind",
"conditionMap": []
},
{
"stateLabel": "Freund",
"conditionMap": []
},
{
"stateLabel": "Fester Freund",
"conditionMap": []
}
],
"transitions": [
{
"startingState": "Feind",
"endingState": "Freund",
"conditionMap": [],
"actionMap": []
},
{
"startingState": "Freund",
"endingState": "Feind",
"conditionMap": [],
"actionMap": []
},
{
"startingState": "Freund",
"endingState": "Fester Freund",
"conditionMap": [],
"actionMap": []
},
{
"startingState": "Fester Freund",
"endingState": "Feind",
"conditionMap": [],
"actionMap": []
}
]
}
]
}