2020-05-21 21:48:20 +02:00
|
|
|
{
|
|
|
|
"Actor": {
|
2020-05-21 22:06:36 +02:00
|
|
|
"types": ["personnage"],
|
2020-05-21 22:03:58 +02:00
|
|
|
"templates": {
|
|
|
|
"background": {
|
|
|
|
"biographie": "",
|
|
|
|
"yeux": "",
|
|
|
|
"cheveux": ""
|
2020-05-21 22:33:10 +02:00
|
|
|
},
|
2020-05-21 21:48:20 +02:00
|
|
|
},
|
2020-05-21 22:03:58 +02:00
|
|
|
"carac": {
|
|
|
|
"taille": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Taille",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"apparence": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Apparence",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"constitution": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Constitution",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"force": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Force",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"agilité": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Agilité",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"dexterité": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Dexterité",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"vue": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Vue",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"ouïe": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Ouïe",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"odoratgout": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Odorat-Goût",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"volonté": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Volonté",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"intellect": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Intellect",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"empathie": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Empathie",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"rêve": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Rêve",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"chance": {
|
|
|
|
"value": 10,
|
|
|
|
"label": "Chance",
|
2020-05-21 22:30:49 +02:00
|
|
|
"xp": 0
|
2020-05-21 22:03:58 +02:00
|
|
|
}
|
2020-05-21 21:48:20 +02:00
|
|
|
},
|
2020-05-21 22:16:57 +02:00
|
|
|
"secondaires": {
|
|
|
|
"vie": {
|
|
|
|
"max": 10,
|
|
|
|
"current": 10,
|
|
|
|
"label": "Points de Vie"
|
|
|
|
},
|
|
|
|
"fatigue": {
|
|
|
|
"max": 40,
|
|
|
|
"current": 10,
|
|
|
|
"label": "Points de Fatigue"
|
2020-05-21 22:30:49 +02:00
|
|
|
}
|
2020-05-21 22:03:58 +02:00
|
|
|
},
|
|
|
|
"personnage": {
|
2020-05-21 22:16:57 +02:00
|
|
|
"template": [ "background", "carac", "secondaires"]
|
2020-05-21 21:48:20 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Item": {
|
|
|
|
"types": ["item"],
|
|
|
|
"item": {
|
|
|
|
"description": "",
|
2020-05-21 22:03:58 +02:00
|
|
|
"quantité": 1,
|
|
|
|
"poids": 0,
|
|
|
|
"attributs": {}
|
2020-05-21 22:33:10 +02:00
|
|
|
}
|
2020-05-21 21:48:20 +02:00
|
|
|
}
|
|
|
|
}
|