ConceptCreator/testModel/characters/Astrid Hofferson.json
Sebastian Böckelmann 86097a898a
All checks were successful
E2E Testing / test (push) Successful in 1m33s
Persist Character Inventory Slots
2024-05-11 14:52:40 +02:00

72 lines
2.2 KiB
JSON

{
"componentName": "Astrid Hofferson",
"componentDescription": "",
"characterSpecificTemplateSystems": [],
"characterRelationGamesystems": [
{
"componentName": "Characterbeziehungssystem",
"states": [
{
"stateLabel": "Feind",
"conditionMap": [],
"initialMap": true
},
{
"stateLabel": "Freund",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Fester Freund",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Eltern",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Geschwister",
"conditionMap": [],
"initialMap": false
},
{
"stateLabel": "Großeltern",
"conditionMap": [],
"initialMap": false
}
],
"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": []
}
],
"generateIsolatedStates": true,
"symmetric": true
}
],
"inventorySlots": [],
"combinableInventorySlots": []
}