foundryvtt-reve-de-dragon/template.json

407 lines
9.8 KiB
JSON
Raw Normal View History

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": {
2020-05-22 00:48:43 +02:00
"biographie": "Histoire personnelle...",
2020-05-21 22:03:58 +02:00
"yeux": "",
2020-05-24 20:19:57 +02:00
"cheveux": "",
"poids": "",
"heure": 0,
"sexe": "",
"age": 0,
"beaute": 10,
"main": "droitier"
2020-05-21 21:48:20 +02:00
},
2020-05-22 00:48:43 +02:00
"common": {
"carac": {
"taille": {
"type": "number",
"value": 10,
"label": "Taille",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"apparence": {
"type": "number",
"value": 10,
"label": "Apparence",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"constitution": {
"type": "number",
"value": 10,
"label": "Constitution",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"force": {
"type": "number",
"value": 10,
"label": "Force",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"agilite": {
"type": "number",
"value": 10,
"label": "Agilité",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"dexterite": {
"type": "number",
"value": 10,
"label": "Dexterité",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"vue": {
"type": "number",
"value": 10,
"label": "Vue",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"ouie": {
"type": "number",
"value": 10,
"label": "Ouïe",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"odoratgout": {
"type": "number",
"value": 10,
"label": "Odorat-Goût",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"volonte": {
"type": "number",
"value": 10,
"label": "Volonté",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"intellect": {
"type": "number",
"value": 10,
"label": "Intellect",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"empathie": {
"type": "number",
"value": 10,
"label": "Empathie",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"reve": {
"type": "number",
"value": 10,
"label": "Rêve",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
"chance": {
"type": "number",
"value": 10,
"label": "Chance",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
},
"melee": {
"type": "number",
"value": 10,
"label": "Mêlée",
"xp": 0,
"derivee": true
},
"tir": {
"type": "number",
"value": 10,
"label": "Tir",
"xp": 0,
"derivee": true
},
"lancer": {
"type": "number",
"value": 10,
"label": "Lancer",
"xp": 0,
"derivee": true
},
"derobee": {
"type": "number",
"value": 10,
"label": "Dérobée",
"xp": 0,
"derivee": true
2020-05-22 00:48:43 +02:00
}
2020-05-21 22:03:58 +02:00
},
2020-05-22 00:48:43 +02:00
"sante": {
"vie": {
2020-05-28 23:36:09 +02:00
"type": "number",
2020-05-22 00:48:43 +02:00
"max": 10,
"value": 10,
2020-05-27 23:47:49 +02:00
"label": "Vie",
2020-05-24 20:19:57 +02:00
"derivee": true
2020-05-22 00:48:43 +02:00
},
"endurance": {
"type": "number",
"max": 10,
"value": 10,
2020-05-27 23:47:49 +02:00
"label": "Endurance",
2020-05-24 20:19:57 +02:00
"derivee": true
2020-05-22 00:48:43 +02:00
},
"fatigue": {
"type": "number",
2020-05-27 23:47:49 +02:00
"max": 0,
"value": 0,
"label": "Fatigue",
2020-05-24 20:19:57 +02:00
"derivee": true
2020-05-31 23:06:25 +02:00
},
"sonne": {
"value": false,
"label": "Sonné"
2020-05-28 23:36:09 +02:00
}
},
2020-05-28 23:37:35 +02:00
"blessures": {
2020-05-27 21:57:00 +02:00
"legeres": {
2020-06-12 22:46:04 +02:00
"liste": [ { "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" } ]
2020-05-27 21:57:00 +02:00
},
"graves": {
2020-06-12 22:46:04 +02:00
"liste": [ { "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" } ]
2020-05-27 21:57:00 +02:00
},
"critiques": {
2020-06-12 22:46:04 +02:00
"liste": [ { "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" } ]
2020-05-24 20:19:57 +02:00
}
},
"attributs": {
"sconst": {
"type": "number",
"value": 0,
"label": "S. Const",
"derivee": true
},
"sust": {
"type": "number",
"value": 0,
"label": "Sustentation",
"derivee": true
},
"plusdom": {
"type": "number",
"value": 0,
"label": "+dom",
"derivee": true
},
"encombrement": {
"type": "number",
"value": 0,
"label": "Encombrement",
"derivee": true
2020-05-24 20:21:47 +02:00
},
2020-05-24 20:19:57 +02:00
"malusarmure": {
"type": "number",
"value": 0,
"label": "Malus Armure",
"derivee": true
}
},
2020-07-05 22:35:18 +02:00
"reve": {
2020-05-27 21:57:00 +02:00
"reve": {
"max": 0,
2020-05-28 23:36:09 +02:00
"value": 0,
2020-07-05 22:35:18 +02:00
"label": "Points de Rêve actuels"
},
"tmrpos": {
"coord": "",
"label": "Position TMR"
2020-05-27 21:57:00 +02:00
},
2020-07-05 22:35:18 +02:00
"reserve": {
"reserveList": []
}
},
"compteurs": {
2020-05-27 21:57:00 +02:00
"sust": {
2020-05-28 23:36:09 +02:00
"value": 0,
"label": "Sust."
2020-05-27 21:57:00 +02:00
},
"eau": {
2020-05-28 23:36:09 +02:00
"value": 0,
"label": "Eau"
2020-05-27 21:57:00 +02:00
},
"moral": {
"value": 0,
2020-05-28 23:36:09 +02:00
"label": "Moral"
},
"exaltation": {
"value": 0,
"label": "Exaltation"
},
"dissolution": {
"value": 0,
"label": "Dissolution"
2020-05-27 21:57:00 +02:00
},
"chance": {
"value": 0,
2020-05-29 00:43:16 +02:00
"max": 0,
2020-05-28 23:36:09 +02:00
"label": "Chance"
},
"destinee": {
"value": 0,
"label": "Destinée"
2020-05-27 21:57:00 +02:00
},
"stress": {
2020-05-28 23:36:09 +02:00
"value": 0,
"label": "Stress"
2020-05-27 21:57:00 +02:00
},
"etat": {
"value": 0,
2020-05-28 23:36:09 +02:00
"label": "Etat général"
},
"ethylisme": {
"value": 0,
"label": "Ethylisme"
}
2020-05-27 21:57:00 +02:00
},
2020-05-24 20:19:57 +02:00
"argent": {
"deniers": {
"label": "Denier",
"value": 0,
"enc": 0
},
"sols": {
"label": "Sol",
"value": 0,
"enc": 0
2020-05-22 00:48:43 +02:00
}
2020-05-21 22:30:49 +02:00
}
2020-05-22 00:48:43 +02:00
}
2020-05-21 22:03:58 +02:00
},
"personnage": {
2020-05-22 00:48:43 +02:00
"templates": [ "background", "common"]
2020-05-21 21:48:20 +02:00
}
},
"Item": {
2020-06-25 23:18:14 +02:00
"types": ["objet", "arme", "armure", "conteneur", "competence", "sort", "herbe", "ingredient", "livre", "potion", "munition"],
2020-05-22 00:48:43 +02:00
"objet": {
2020-05-21 21:48:20 +02:00
"description": "",
2020-05-22 19:28:01 +02:00
"quantite": 1,
"encombrement": 0,
2020-05-22 22:37:02 +02:00
"equipe": false,
2020-06-12 22:46:04 +02:00
"resistance": 0,
"qualite": 0,
2020-05-22 22:37:02 +02:00
"cout": 0
2020-05-22 00:48:43 +02:00
},
2020-06-12 22:46:04 +02:00
"conteneur": {
"description": "",
"capacite": 0,
"encombrement": 0,
"equipe": false,
"qualite": 0,
"cout": 0
},
2020-05-22 00:48:43 +02:00
"arme": {
"description": "",
2020-05-22 19:28:01 +02:00
"quantite": 1,
"encombrement": 0,
"equipe": false,
2020-05-22 22:37:02 +02:00
"dommages": 0,
2020-05-31 23:06:25 +02:00
"force": 0,
"resistance": 0,
2020-06-03 21:35:18 +02:00
"competence": "",
2020-06-10 08:23:58 +02:00
"cout": 0,
2020-06-12 22:46:04 +02:00
"portee_courte": 0,
"portee_moyenne": 0,
2020-06-17 20:31:43 +02:00
"portee_extreme": 0,
2020-06-10 08:23:58 +02:00
"rapide": false
2020-05-22 19:28:01 +02:00
},
"munition": {
"description": "",
"quantite": 1,
"encombrement": 0,
2020-05-22 22:37:02 +02:00
"equipe": false,
2020-06-25 23:18:14 +02:00
"qualite": 0,
2020-05-22 22:37:02 +02:00
"cout": 0
2020-05-22 00:48:43 +02:00
},
"armure": {
"description": "",
2020-05-22 19:28:01 +02:00
"quantite": 1,
"encombrement": 0,
"equipe": false,
2020-06-23 23:34:12 +02:00
"protection": 0,
"deterioration": 0,
2020-05-31 23:06:25 +02:00
"malus": 0,
2020-05-22 22:37:02 +02:00
"cout": 0
2020-05-22 00:48:43 +02:00
},
2020-05-22 19:28:01 +02:00
"competence": {
2020-05-22 00:48:43 +02:00
"niveau": 0,
"base": 0,
2020-05-22 19:28:01 +02:00
"categorie": "",
2020-05-22 00:50:32 +02:00
"xp": 0,
2020-05-22 19:28:01 +02:00
"description": "Compétence : ...",
"defaut_carac": ""
2020-05-22 00:48:43 +02:00
},
"sort": {
"description": "",
"draconic": "",
2020-06-26 15:47:44 +02:00
"duree": "",
"JR": "",
"cible": "",
"difficulte": "",
"portée": "",
"caseTMR": "",
"caseTMRspeciale": "",
"ptreve": ""
2020-05-22 00:48:43 +02:00
},
"herbe": {
"description": "",
"niveau": 0,
2020-05-22 22:37:02 +02:00
"base": 0,
2020-06-26 15:47:44 +02:00
"quantite": 1,
2020-05-22 22:37:02 +02:00
"cout": 0
2020-05-22 00:48:43 +02:00
},
"ingredient": {
"description": "",
"niveau": 0,
2020-05-22 19:28:01 +02:00
"encombrement": 0,
2020-05-22 22:37:02 +02:00
"base": 0,
2020-06-26 15:47:44 +02:00
"quantite": 1,
2020-05-22 22:37:02 +02:00
"cout": 0
2020-05-22 00:48:43 +02:00
},
2020-06-12 22:46:04 +02:00
"tache": {
"competence": "",
"difficulte": 0,
"points_de_tache": 0,
2020-06-29 23:21:15 +02:00
"points_de_tache_courant": 0,
"description": ""
2020-06-12 22:46:04 +02:00
},
2020-05-22 00:48:43 +02:00
"livre": {
"description": "",
2020-05-22 22:37:02 +02:00
"auteur": "",
2020-06-26 15:47:44 +02:00
"quantite": 1,
2020-05-22 19:28:01 +02:00
"difficulte": 0,
2020-05-22 22:37:02 +02:00
"points_de_tache": 0,
"encombrement": 0,
2020-07-05 22:35:18 +02:00
"xp": "",
2020-05-22 22:37:02 +02:00
"cout": 0
2020-05-22 00:48:43 +02:00
},
"potion": {
2020-05-22 19:28:01 +02:00
"description": "",
2020-06-26 15:47:44 +02:00
"quantite": 1,
2020-05-22 22:37:02 +02:00
"encombrement": 0,
"cout": 0
2020-05-21 22:33:10 +02:00
}
2020-05-21 21:48:20 +02:00
}
}