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