From ab6b93e9ed96e115cc48c63545ea085788079c7a Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 21 May 2020 22:06:36 +0200 Subject: [PATCH] Push initial structure --- template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.json b/template.json index e210a395..74aa494a 100644 --- a/template.json +++ b/template.json @@ -1,6 +1,6 @@ { "Actor": { - "types": ["personnage", "pnj", "creature"], + "types": ["personnage"], "templates": { "background": { "biographie": "", @@ -81,7 +81,7 @@ }, }, "personnage": { - "template": [ "background", "carac"], + "template": [ "background", "carac"] } }, "Item": {