Fix bestiary import
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user