Push initial structure
This commit is contained in:
parent
f11e84e294
commit
e1c71ff6bb
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user