Fiche de creature

This commit is contained in:
2023-12-02 09:03:58 +01:00
parent 68689add33
commit 5c889a5153
64 changed files with 519 additions and 201 deletions

View File

@@ -1,7 +1,8 @@
{
"Actor": {
"types": [
"personnage"
"personnage",
"creature"
],
"templates": {
"biodata": {
@@ -15,6 +16,8 @@
"sexe": "",
"yeux": "",
"description": "",
"habitat": "",
"comportement": "",
"psychemultiplier": 1,
"notes": "",
"gmnotes": ""
@@ -95,9 +98,10 @@
"core"
]
},
"pnj": {
"creature": {
"templates": [
"npccore"
"biodata",
"core"
]
}
},