Push initial structure

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

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