Fiches de PNJ

This commit is contained in:
2023-03-13 09:00:49 +01:00
parent f26cd7670c
commit 1b12dc44c9
11 changed files with 567 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
"Actor": {
"types": [
"personnage",
"creature"
"pnj"
],
"templates": {
"biodata": {
@@ -145,31 +145,37 @@
"competences": {
"aventurier": {
"label": "Aventurier",
"niveau": 0,
"rang": 0,
"pp": 0
},
"combattant": {
"label": "Aventurier",
"niveau": 0,
"rang": 0,
"pp": 0
},
"erudit": {
"label": "Erudit",
"niveau": 0,
"rang": 0,
"pp": 0
},
"gentleman": {
"label": "Gentleman",
"niveau": 0,
"rang": 0,
"pp": 0
},
"roublard": {
"label": "Roublard",
"niveau": 0,
"rang": 0,
"pp": 0
},
"savant": {
"label": "Savant",
"niveau": 0,
"rang": 0,
"pp": 0
}
@@ -184,6 +190,8 @@
"demasquee": 0
},
"parade": {
"masquee": 0,
"demasquee": 0,
"value": 0
},
"resistancephysique": {
@@ -223,6 +231,12 @@
"biodata",
"core"
]
},
"pnj": {
"templates": [
"biodata",
"core"
]
}
},
"Item": {