Fix bestiary import

This commit is contained in:
2022-11-10 23:43:51 +01:00
parent 927ddf1328
commit f88fbf977d
20 changed files with 607 additions and 25 deletions

View File

@@ -1,7 +1,8 @@
{
"Actor": {
"types": [
"personnage"
"personnage",
"cellule"
],
"templates": {
"biodata": {
@@ -91,6 +92,13 @@
"core"
]
},
"cellule": {
"notoriete": 0,
"resistance": 0,
"developpement": 0,
"members": [],
"description": ""
},
"pnj": {
"templates": [
"npccore"
@@ -123,8 +131,20 @@
"protection",
"monnaie",
"equipement",
"artefact"
"artefact",
"ressource",
"contact"
],
"ressource": {
"pointdev": 0,
"description": ""
},
"contact": {
"contacttype": "",
"niveau": "",
"pointdev": 0,
"description": ""
},
"talent": {
"talenttype": "",
"utilisation": "",