Push initial structure
This commit is contained in:
parent
f11e84e294
commit
e1c71ff6bb
@ -13,8 +13,8 @@
|
|||||||
"languages": [],
|
"languages": [],
|
||||||
"gridDistance": 5,
|
"gridDistance": 5,
|
||||||
"gridUnits": "ft",
|
"gridUnits": "ft",
|
||||||
"primaryTokenAttribute": "health",
|
"primaryTokenAttribute": "vie",
|
||||||
"secondaryTokenAttribute": "power",
|
"secondaryTokenAttribute": "fatigue",
|
||||||
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/",
|
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/",
|
||||||
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/master/system.json",
|
"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",
|
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/master/system.json",
|
||||||
|
@ -79,9 +79,20 @@
|
|||||||
"xp": 0,
|
"xp": 0,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"secondaires": {
|
||||||
|
"vie": {
|
||||||
|
"max": 10,
|
||||||
|
"current": 10,
|
||||||
|
"label": "Points de Vie"
|
||||||
|
},
|
||||||
|
"fatigue": {
|
||||||
|
"max": 40,
|
||||||
|
"current": 10,
|
||||||
|
"label": "Points de Fatigue"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"personnage": {
|
"personnage": {
|
||||||
"template": [ "background", "carac"]
|
"template": [ "background", "carac", "secondaires"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Item": {
|
"Item": {
|
||||||
|
Loading…
Reference in New Issue
Block a user