Push initial structure

This commit is contained in:
LeRatierBretonnien 2020-05-21 22:16:57 +02:00
parent f11e84e294
commit e1c71ff6bb
2 changed files with 14 additions and 3 deletions

View File

@ -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",

View File

@ -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": {