Push initial structure

This commit is contained in:
LeRatierBretonnien 2020-05-21 22:06:36 +02:00
parent c44c308a1c
commit ab6b93e9ed

View File

@ -1,6 +1,6 @@
{ {
"Actor": { "Actor": {
"types": ["personnage", "pnj", "creature"], "types": ["personnage"],
"templates": { "templates": {
"background": { "background": {
"biographie": "", "biographie": "",
@ -81,7 +81,7 @@
}, },
}, },
"personnage": { "personnage": {
"template": [ "background", "carac"], "template": [ "background", "carac"]
} }
}, },
"Item": { "Item": {