Initial datamodel

This commit is contained in:
WBHarry 2025-06-28 18:50:19 +02:00
parent 1f5b5f9915
commit c9e123e389
15 changed files with 279 additions and 101 deletions

View file

@ -14,6 +14,7 @@
},
"Actor": {
"character": "Character",
"companion": "Companion",
"adversary": "Adversary",
"environment": "Environment"
}
@ -1201,6 +1202,23 @@
"tooLowLevel": "You cannot lower the character level below starting level"
}
},
"Companion": {
"FIELDS": {
"partner": { "label": "Partner" },
"evasion": {
"value": { "label": "Evasion" }
},
"resources": {
"stress": {
"value": { "label": "Stress" }
}
},
"attack": {
"name": { "label": "Attack Name" }
}
},
"Experiences": "Experiences"
},
"Adversary": {
"FIELDS": {
"tier": { "label": "Tier" },