#122 Gestion d'acturs liés à une fiche de perso

This commit is contained in:
2021-01-11 16:29:41 +01:00
parent e54de9f080
commit d02b5ac88c
8 changed files with 234 additions and 64 deletions

View File

@@ -6,6 +6,13 @@
"description": "Description ...",
"notesmj": "Notes du MJ"
},
"subacteurs": {
"subacteurs": {
"suivants": [],
"montures": [],
"vehicules": []
}
},
"background": {
"biographie": "Histoire personnelle...",
"notes": "Notes",
@@ -541,7 +548,7 @@
}
},
"personnage": {
"templates": [ "background", "common"]
"templates": [ "background", "common", "subacteurs" ]
},
"creature": {
"templates": [ "creature", "description" ]