From e1c71ff6bb298606ecf1e10b7f662afe0c42c9c2 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 21 May 2020 22:16:57 +0200 Subject: [PATCH] Push initial structure --- system.json | 4 ++-- template.json | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index 818afa6c..afb105c2 100644 --- a/system.json +++ b/system.json @@ -13,8 +13,8 @@ "languages": [], "gridDistance": 5, "gridUnits": "ft", - "primaryTokenAttribute": "health", - "secondaryTokenAttribute": "power", + "primaryTokenAttribute": "vie", + "secondaryTokenAttribute": "fatigue", "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/", "manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/master/system.json", "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/master/system.json", diff --git a/template.json b/template.json index 74aa494a..5618c25d 100644 --- a/template.json +++ b/template.json @@ -79,9 +79,20 @@ "xp": 0, } }, + "secondaires": { + "vie": { + "max": 10, + "current": 10, + "label": "Points de Vie" + }, + "fatigue": { + "max": 40, + "current": 10, + "label": "Points de Fatigue" + }, }, "personnage": { - "template": [ "background", "carac"] + "template": [ "background", "carac", "secondaires"] } }, "Item": {