foundryvtt-reve-de-dragon/template.json

950 lines
22 KiB
JSON
Raw Normal View History

2020-05-21 21:48:20 +02:00
{
"Actor": {
2021-01-10 22:12:07 +01:00
"types": ["personnage", "creature", "entite", "vehicule"],
2020-05-21 22:03:58 +02:00
"templates": {
2020-12-06 22:57:37 +01:00
"description": {
"description": "Description ...",
2021-10-08 17:29:56 +02:00
"race": "",
"notesmj": "Notes du MJ"
2020-09-20 16:36:39 +02:00
},
"subacteurs": {
"subacteurs": {
"suivants": [],
"montures": [],
"vehicules": []
}
},
2020-12-06 22:57:37 +01:00
"background": {
2020-05-22 00:48:43 +02:00
"biographie": "Histoire personnelle...",
"notes": "Notes",
"notesmj": "Notes du MJ",
2021-06-02 13:37:06 +02:00
"race": "Humain",
2020-05-21 22:03:58 +02:00
"yeux": "",
2020-05-24 20:19:57 +02:00
"cheveux": "",
"poids": "",
2020-12-11 02:48:35 +01:00
"heure": "",
2020-05-24 20:19:57 +02:00
"sexe": "",
"age": 0,
"beaute": 10,
2021-05-19 22:44:14 +02:00
"main": "droitier",
"experiencelog": []
2020-05-21 21:48:20 +02:00
},
2021-01-10 22:12:07 +01:00
"vehicule": {
"categorie": "",
"resistance": 0,
"structure": 0,
"vitesse": "",
"bonus": "",
"manoeuvrabilite": "",
"equipage": 0,
"capacite_encombrement": 0
},
2020-11-14 23:24:01 +01:00
"entite": {
"definition": {
"categorieentite": "",
"typeentite": ""
},
2020-11-14 23:24:01 +01:00
"carac": {
2020-12-06 22:57:37 +01:00
"taille": {
"type": "number",
"value": 10,
"label": "Taille",
2020-11-14 23:24:01 +01:00
"xp": 0,
"derivee": false
},
2020-12-06 22:57:37 +01:00
"reve": {
"type": "number",
"value": 10,
"label": "Rêve",
2020-11-14 23:24:01 +01:00
"xp": 0,
"derivee": false
},
"niveau": {
2020-12-06 22:57:37 +01:00
"type": "number",
"value": 0,
"label": "Niveau",
2020-11-14 23:24:01 +01:00
"xp": 0,
"derivee": false
}
},
"sante": {
"endurance": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-11-14 23:24:01 +01:00
"max": 10,
"value": 10,
"label": "Endurance",
"derivee": false
},
"resonnance": {
"actors" : []
2020-11-14 23:24:01 +01:00
}
},
"compteurs": {
"etat": {
"value": 0,
"label": "Etat général"
2020-12-06 22:57:37 +01:00
},
"surenc": {
"value": 0,
"label": "Sur-encombrement"
}
},
2020-12-06 22:57:37 +01:00
"attributs": {
2020-11-14 23:24:01 +01:00
"plusdom": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-11-14 23:24:01 +01:00
"value": 0,
"label": "+dom",
"derivee": true
},
"vitesse": {
2020-12-06 22:57:37 +01:00
"type": "string",
2020-11-14 23:24:01 +01:00
"value": 0,
"label": "Vitesse",
"derivee": true
},
"protection": {
"type": "number",
"value": 0,
2020-12-18 01:10:03 +01:00
"label": "Protection naturelle",
"derivee": false
2020-11-14 23:24:01 +01:00
}
}
},
2020-09-20 17:38:21 +02:00
"creature": {
"carac": {
2020-12-06 22:57:37 +01:00
"taille": {
"type": "number",
"value": 10,
"label": "Taille",
2020-09-20 17:38:21 +02:00
"xp": 0,
"derivee": false
},
2020-12-06 22:57:37 +01:00
"constitution": {
"type": "number",
"value": 10,
"label": "Constitution",
"xp": 0,
2020-09-20 17:38:21 +02:00
"derivee": false
},
2020-12-06 22:57:37 +01:00
"force": {
"type": "number",
"value": 10,
"label": "Force",
"xp": 0,
2020-09-20 17:38:21 +02:00
"derivee": false
},
2020-12-06 22:57:37 +01:00
"perception": {
"type": "number",
"value": 10,
"label": "Perception",
2020-09-20 17:38:21 +02:00
"xp": 0,
"derivee": false
},
2020-12-06 22:57:37 +01:00
"volonte": {
"type": "number",
"value": 10,
"label": "Volonté",
2020-09-20 17:38:21 +02:00
"xp": 0,
"derivee": false
},
2020-12-06 22:57:37 +01:00
"reve": {
"type": "number",
"value": 10,
"label": "Rêve",
2020-09-20 17:38:21 +02:00
"xp": 0,
"derivee": false
}
},
"sante": {
"vie": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-09-20 17:38:21 +02:00
"max": 10,
"value": 10,
"label": "Vie",
2020-09-20 21:14:05 +02:00
"derivee": false
2020-09-20 17:38:21 +02:00
},
"endurance": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-09-20 17:38:21 +02:00
"max": 10,
"value": 10,
"label": "Endurance",
"derivee": false
2020-09-20 17:38:21 +02:00
}
},
"blessures": {
"legeres": {
2021-10-29 22:37:27 +02:00
"liste": [ { "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" } ]
2020-09-20 17:38:21 +02:00
},
"graves": {
2021-10-29 22:37:27 +02:00
"liste": [ { "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" } ]
2020-09-20 17:38:21 +02:00
},
"critiques": {
2021-10-29 22:37:27 +02:00
"liste": [ { "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" } ]
2020-09-20 17:38:21 +02:00
}
},
2020-12-06 22:57:37 +01:00
"attributs": {
2020-09-20 21:14:05 +02:00
"plusdom": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-09-20 17:38:21 +02:00
"value": 0,
2020-09-20 21:14:05 +02:00
"label": "+dom",
2020-09-20 17:38:21 +02:00
"derivee": true
},
2020-09-20 21:14:05 +02:00
"vitesse": {
2020-12-06 22:57:37 +01:00
"type": "string",
2020-09-20 17:38:21 +02:00
"value": 0,
2020-09-20 21:14:05 +02:00
"label": "Vitesse",
2020-09-20 17:38:21 +02:00
"derivee": true
},
"encombrement": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-09-20 17:38:21 +02:00
"value": 0,
"label": "Encombrement",
"derivee": false
2020-09-20 17:38:21 +02:00
},
2020-09-20 21:14:05 +02:00
"protection": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-09-20 17:38:21 +02:00
"value": 0,
2020-12-18 01:10:03 +01:00
"label": "Protection naturelle",
"derivee": false
2020-09-20 17:38:21 +02:00
}
},
"compteurs": {
"etat": {
"value": 0,
"label": "Etat général"
},
"surenc": {
"value": 0,
"label": "Sur-encombrement"
}
2020-09-20 17:38:21 +02:00
}
},
2020-05-22 00:48:43 +02:00
"common": {
"carac": {
2020-12-06 22:57:37 +01:00
"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
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01:00
"constitution": {
"type": "number",
"value": 10,
"label": "Constitution",
"xp": 0,
2020-05-24 20:19:57 +02:00
"derivee": false
2020-05-22 00:48:43 +02:00
},
2020-12-06 22:57:37 +01:00
"force": {
"type": "number",
"value": 10,
"label": "Force",
"xp": 0,
2020-05-24 20:19:57 +02:00
"derivee": false
2020-05-22 00:48:43 +02:00
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01:00
"dexterite": {
"type": "number",
"value": 10,
2021-02-06 22:34:27 +01:00
"label": "Dextérité",
2020-05-24 20:19:57 +02:00
"xp": 0,
"derivee": false
2020-05-22 00:48:43 +02:00
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01: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
},
2020-12-06 22:57:37 +01:00
"chance": {
"type": "number",
"value": 10,
"label": "Chance",
"xp": 0,
2020-05-24 20:19:57 +02:00
"derivee": false
},
2020-12-06 22:57:37 +01:00
"melee": {
"type": "number",
"value": 10,
"label": "Mêlée",
"xp": 0,
2020-05-24 20:19:57 +02:00
"derivee": true
},
2020-12-06 22:57:37 +01:00
"tir": {
"type": "number",
"value": 10,
"label": "Tir",
"xp": 0,
2020-05-24 20:19:57 +02:00
"derivee": true
},
2020-12-06 22:57:37 +01:00
"lancer": {
"type": "number",
"value": 10,
"label": "Lancer",
"xp": 0,
2020-05-24 20:19:57 +02:00
"derivee": true
},
2020-12-06 22:57:37 +01:00
"derobee": {
"type": "number",
"value": 10,
"label": "Dérobée",
"xp": 0,
2020-05-24 20:19:57 +02:00
"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-12-06 22:57:37 +01: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": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-05-22 00:48:43 +02:00
"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": {
2020-12-06 22:57:37 +01:00
"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-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": "" },
2020-12-06 22:57:37 +01:00
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
2020-06-12 22:46:04 +02:00
{ "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
}
},
2020-12-06 22:57:37 +01:00
"attributs": {
2020-05-24 20:19:57 +02:00
"sconst": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-05-24 20:19:57 +02:00
"value": 0,
"label": "S. Const",
"derivee": true
},
"sust": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-05-24 20:19:57 +02:00
"value": 0,
"label": "Sustentation",
"derivee": true
},
"plusdom": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-05-24 20:19:57 +02:00
"value": 0,
"label": "+dom",
"derivee": true
},
"encombrement": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-05-24 20:19:57 +02:00
"value": 0,
"label": "Encombrement",
"derivee": true
2020-05-24 20:21:47 +02:00
},
2020-05-24 20:19:57 +02:00
"malusarmure": {
2020-12-06 22:57:37 +01:00
"type": "number",
2020-05-24 20:19:57 +02:00
"value": 0,
"label": "Malus Armure",
"derivee": true
},
"protection": {
"type": "number",
"value": 0,
"label": "Protection naturelle",
"derivee": false
},
"hautrevant": {
"type": "string",
"value": "",
"label": "Haut rêvant",
"derivee": true
2020-05-24 20:19:57 +02:00
}
},
2020-07-05 22:35:18 +02:00
"reve": {
2020-05-27 21:57:00 +02:00
"reve": {
"max": 0,
"value": 10,
2021-02-07 20:36:34 +01:00
"label": "Points de Rêve actuels",
"thanatosused": false
2020-07-05 22:35:18 +02:00
},
2020-11-16 03:52:34 +01:00
"seuil": {
"max": 0,
"value": 10,
2020-11-16 03:52:34 +01:00
"label": "Seuil de Rêve"
},
2020-07-05 22:35:18 +02:00
"tmrpos": {
2020-07-06 09:03:21 +02:00
"coord": "A1",
2021-04-25 10:08:40 +02:00
"label": "Position TMR",
"cache": false
2020-05-27 21:57:00 +02:00
},
2020-07-05 22:35:18 +02:00
"reserve": {
2020-07-17 22:04:35 +02:00
"list": []
2020-07-14 22:19:29 +02:00
},
"rencontre": {
2020-07-17 22:04:35 +02:00
"list": []
2020-07-14 22:19:29 +02:00
},
"refoulement": {
"value": 0,
"label": "Points de Refoulement"
2020-07-17 22:04:35 +02:00
},
"queues": {
"list": []
},
"souffles": {
"list": []
},
"tetes": {
"list": []
},
"ombres": {
"list": []
2021-02-07 20:36:34 +01:00
}
2020-07-05 22:35:18 +02:00
},
"compteurs": {
2020-05-27 21:57:00 +02:00
"sust": {
2020-05-28 23:36:09 +02:00
"value": 0,
2020-08-29 22:52:41 +02:00
"label": "Sust.",
"isInput": true
2020-05-27 21:57:00 +02:00
},
"eau": {
2020-05-28 23:36:09 +02:00
"value": 0,
2020-08-29 22:52:41 +02:00
"label": "Eau",
"isInput": true
2020-05-27 21:57:00 +02:00
},
"moral": {
"value": 0,
2020-08-29 22:52:41 +02:00
"label": "Moral",
"isInput": true
2020-05-28 23:36:09 +02:00
},
2020-12-06 22:57:37 +01:00
"exaltation": {
2020-05-28 23:36:09 +02:00
"value": 0,
2020-08-29 22:52:41 +02:00
"label": "Exaltation",
"isInput": true
2020-05-28 23:36:09 +02:00
},
2020-12-06 22:57:37 +01:00
"dissolution": {
2020-05-28 23:36:09 +02:00
"value": 0,
2020-08-29 22:52:41 +02:00
"label": "Dissolution",
"isInput": true
2020-05-27 21:57:00 +02:00
},
"chance": {
"value": 0,
2020-05-29 00:43:16 +02:00
"max": 0,
2020-08-29 22:52:41 +02:00
"label": "Chance",
"isInput": true
2020-05-28 23:36:09 +02:00
},
"destinee": {
"value": 0,
2020-08-29 22:52:41 +02:00
"label": "Destinée",
"isInput": true
2020-05-27 21:57:00 +02:00
},
2021-03-08 16:43:00 +01:00
"voyage": {
"value": 0,
"label": "Voyage",
"isInput": true
},
2020-05-27 21:57:00 +02:00
"etat": {
"value": 0,
2020-05-28 23:36:09 +02:00
"label": "Etat général"
},
"surenc": {
"value": 0,
"label": "Sur-encombrement"
},
2020-05-28 23:36:09 +02:00
"ethylisme": {
2020-12-18 23:35:53 +01:00
"value": 1,
2020-08-29 22:52:41 +02:00
"label": "Ethylisme",
2020-12-06 20:11:30 +01:00
"isInput": true,
"nb_doses": 0,
"jet_moral": "false"
2020-12-06 22:57:37 +01:00
},
2020-08-29 22:52:41 +02:00
"stress": {
"value": 0,
"label": "Stress",
"isStress": true,
"isInput": true
},
"experience": {
"value": 0,
"label": "Experience",
"isInput": true
}
2020-05-27 21:57:00 +02:00
},
2020-12-06 22:57:37 +01:00
"argent": {
"deniers": {
2020-05-24 20:19:57 +02:00
"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
}
2021-01-10 22:12:07 +01:00
}
2020-05-21 22:03:58 +02:00
},
"personnage": {
"templates": [ "background", "common", "subacteurs" ]
2020-12-06 22:57:37 +01:00
},
2020-09-20 16:36:39 +02:00
"creature": {
2020-09-20 17:38:21 +02:00
"templates": [ "creature", "description" ]
2020-11-14 23:24:01 +01:00
},
"entite": {
"templates": [ "entite", "description" ]
2021-01-10 22:12:07 +01:00
},
"vehicule": {
"templates": [ "vehicule", "description" ]
2020-05-21 21:48:20 +02:00
}
},
"Item": {
2021-01-07 20:04:10 +01:00
"types": ["objet", "arme", "armure", "conteneur", "competence", "sort", "herbe", "ingredient", "livre", "potion", "munition", "rencontresTMR", "queue", "ombre", "souffle",
"tete", "competencecreature", "tarot", "monnaie", "nombreastral", "tache", "meditation", "casetmr", "recettealchimique",
2021-11-21 12:04:42 +01:00
"musique", "chant", "danse", "jeu", "recettecuisine", "maladie", "poison", "oeuvre", "nourritureboisson", "signedraconique", "gemme",
"possession" ],
"possession": {
2022-05-14 17:28:27 +02:00
"typepossession": "",
2021-11-21 12:04:42 +01:00
"possede": false,
"possessionid": "",
"possesseurid": "",
"possedeid": "",
"compteur": 0,
"date": 0,
"description": ""
},
2020-05-22 00:48:43 +02:00
"objet": {
2020-05-21 21:48:20 +02:00
"description": "",
"descriptionmj": "",
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
},
2021-10-29 09:53:35 +02:00
"gemme": {
"type": "",
"description": "",
2021-10-29 15:15:54 +02:00
"encombrement": 0,
"quantite": 1,
2021-10-29 09:53:35 +02:00
"cout": 0,
"taille": 0,
"purete": 0,
"inertie": 0,
"enchantabilite": 0,
"qualite": 0
},
2020-06-12 22:46:04 +02:00
"conteneur": {
"description": "",
"descriptionmj": "",
2020-06-12 22:46:04 +02:00
"capacite": 0,
"encombrement": 0,
"equipe": false,
"qualite": 0,
2020-11-12 14:43:08 +01:00
"contenu": [],
2020-06-12 22:46:04 +02:00
"cout": 0
},
2020-05-22 00:48:43 +02:00
"arme": {
"categorie_parade": "",
2020-05-22 00:48:43 +02:00
"description": "",
"descriptionmj": "",
2020-05-22 19:28:01 +02:00
"quantite": 1,
"encombrement": 0,
"equipe": false,
2020-11-23 20:40:56 +01:00
"dommages": "0",
"penetration": 0,
2020-11-23 20:40:56 +01:00
"force": "0",
2020-05-31 23:06:25 +02:00
"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,
2021-01-29 20:10:43 +01:00
"magique": false,
"ecaille_efficacite": 0,
"resistance_magique": 0,
2020-06-12 22:46:04 +02:00
"portee_moyenne": 0,
2020-06-17 20:31:43 +02:00
"portee_extreme": 0,
2020-11-23 20:40:56 +01:00
"rapide": false,
"deuxmains": false,
2021-02-05 09:36:42 +01:00
"unemain": false,
"initpremierround": ""
2021-01-29 20:10:43 +01:00
},
2020-05-22 19:28:01 +02:00
"munition": {
"description": "",
"descriptionmj": "",
2020-05-22 19:28:01 +02:00
"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": "",
"descriptionmj": "",
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,
"default_diffLibre": 0,
2020-05-22 00:48:43 +02:00
"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 : ...",
"descriptionmj": "",
2020-12-02 18:14:59 +01:00
"defaut_carac": "",
2020-12-04 22:27:11 +01:00
"niveau_archetype": 0,
"xp_sort": 0
2020-09-20 16:36:39 +02:00
},
"competencecreature": {
"categorie_parade": "",
2020-09-20 16:36:39 +02:00
"niveau": 0,
"default_diffLibre": 0,
2020-09-20 19:17:31 +02:00
"carac_value": 0,
2020-09-20 17:38:21 +02:00
"iscombat": false,
2020-12-08 22:27:28 +01:00
"isparade": false,
"ispossession": false,
2020-09-20 16:36:39 +02:00
"dommages": 0,
"description": "Compétence : ...",
"descriptionmj": ""
2020-09-20 16:36:39 +02:00
},
2020-05-22 00:48:43 +02:00
"sort": {
"description": "",
"descriptionmj": "",
2020-12-06 22:57:37 +01:00
"draconic": "",
2020-06-26 15:47:44 +02:00
"duree": "",
"JR": "",
"cible": "",
"difficulte": "",
"portée": "",
"caseTMR": "",
"caseTMRspeciale": "",
2020-11-18 08:32:23 +01:00
"ptreve": "",
2020-12-04 20:52:04 +01:00
"xp": 0,
2020-12-11 20:37:00 +01:00
"bonuscase": "",
"isrituel": false,
"coutseuil": 0
2020-05-22 00:48:43 +02:00
},
"herbe": {
"description": "",
"descriptionmj": "",
2020-05-22 00:48:43 +02:00
"niveau": 0,
2020-05-22 22:37:02 +02:00
"base": 0,
2020-06-26 15:47:44 +02:00
"quantite": 1,
2020-11-09 22:28:46 +01:00
"milieu": "",
"rarete": "",
"categorie": "",
2020-05-22 22:37:02 +02:00
"cout": 0
2020-05-22 00:48:43 +02:00
},
"ingredient": {
"description": "",
"descriptionmj": "",
2020-05-22 00:48:43 +02:00
"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-11-09 22:28:46 +01:00
"milieu": "",
"rarete": "",
"categorie": "",
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": {
"carac": "",
2020-06-12 22:46:04 +02:00
"competence": "",
"periodicite": "",
"fatigue": 0,
2020-06-12 22:46:04 +02:00
"difficulte": 0,
"points_de_tache": 0,
2020-06-29 23:21:15 +02:00
"points_de_tache_courant": 0,
"nb_jet_echec": 0,
"nb_jet_succes": 0,
2022-01-23 16:00:01 +01:00
"cacher_points_de_tache": false,
"description": "",
"descriptionmj": ""
2020-06-12 22:46:04 +02:00
},
2020-05-22 00:48:43 +02:00
"livre": {
"description": "",
"descriptionmj": "",
"competence": "",
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": "",
"niveau_minimum": 0,
"niveau_maximum": 0,
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": "",
"descriptionmj": "",
2020-06-26 15:47:44 +02:00
"quantite": 1,
2020-05-22 22:37:02 +02:00
"encombrement": 0,
2020-11-09 22:28:46 +01:00
"rarete": "",
"categorie": "",
2021-04-04 18:37:16 +02:00
"herbe": "",
"herbebrins": 0,
"herbebonus": 0,
2021-04-04 22:34:59 +02:00
"reposalchimique": false,
2021-04-04 09:37:35 +02:00
"pr": 0,
2021-04-04 18:37:16 +02:00
"prpermanent": false,
2021-04-04 09:37:35 +02:00
"prdate": 0,
"cout": 0
2020-07-14 22:19:29 +02:00
},
"rencontresTMR": {
"description": "",
"descriptionmj": ""
2020-07-14 22:19:29 +02:00
},
2020-07-20 12:02:07 +02:00
"queue": {
2020-07-14 22:19:29 +02:00
"description": "",
"descriptionmj": "",
"refoulement": 0,
"duree": "",
"restant" : 0
},
2020-07-20 12:02:07 +02:00
"ombre": {
2020-07-14 22:19:29 +02:00
"description": "",
"descriptionmj": "",
"refoulement": 2,
"duree": "",
"restant" : 0
2020-07-14 22:19:29 +02:00
},
2020-07-20 12:02:07 +02:00
"souffle": {
"description": "",
"descriptionmj": "",
"duree": "",
"restant" : 0
2020-07-14 22:19:29 +02:00
},
2020-07-20 12:02:07 +02:00
"tete": {
"description": "",
"descriptionmj": ""
2020-12-04 20:52:04 +01:00
},
2020-11-09 23:56:25 +01:00
"tarot": {
"concept":"",
"aspect":"",
"description": "",
"descriptionmj": ""
2020-12-04 20:52:04 +01:00
},
"nombreastral": {
"value": 0,
2020-12-11 08:29:24 +01:00
"istrue": false,
2020-12-12 23:31:19 +01:00
"jourindex": 1,
"jourlabel": ""
},
2020-12-04 20:52:04 +01:00
"monnaie": {
"quantite": "",
"valeur_deniers":0,
"encombrement":0,
"description": "",
"descriptionmj": ""
2020-12-30 11:50:18 +01:00
},
"meditation": {
"competence": "",
"theme": "",
"support": "",
"heure": "",
"purification": "",
"veture": "",
"comportement": "",
"tmr": "",
2021-01-03 00:44:52 +01:00
"malus" : 0,
"description": "",
"descriptionmj": ""
},
"casetmr": {
"coord": "",
"type": "",
"label": "",
"specific": "",
"description": "",
"descriptionmj": "",
"sourceid":""
2021-01-07 20:04:10 +01:00
},
"recettealchimique": {
"but": "",
"utilisation": "",
"enchantement": "",
"sureffet": "",
"manipulation": "",
"description": "",
"descriptionmj": ""
},
"musique": {
"niveau": "",
"reference": "",
"description": "",
"descriptionmj": ""
},
"danse": {
"type": "",
"agilite": false,
"apparence": false,
"niveau": "",
"reference": "",
"description": "",
"descriptionmj": ""
},
"chant": {
"niveau": "",
"reference": "",
"description": "",
"descriptionmj": ""
},
"jeu": {
"type": "",
"base": "",
"caraccomp": "",
"reference": "",
"description": "",
"descriptionmj": ""
},
"recettecuisine": {
"niveau": "",
"ingredients": "",
"duree": "",
"sust": 0,
"exotisme": 0,
"reference": "",
"description": "",
"descriptionmj": ""
},
"oeuvre": {
"default_carac": "",
"competence": "",
"niveau": 0,
"reference": "",
"description": "",
"descriptionmj": ""
2021-01-29 21:41:00 +01:00
},
"maladie": {
"identifie": false,
2021-01-29 21:41:00 +01:00
"malignite": 0,
"periodicite": "",
"remedesconnus": false,
2021-01-29 21:41:00 +01:00
"remedes": "",
2021-02-03 17:01:53 +01:00
"dommages":"",
"description": "",
"descriptionmj": ""
2021-02-02 22:05:38 +01:00
},
"poison": {
"identifie": false,
2021-02-02 22:05:38 +01:00
"malignite": 0,
"periodicite": "",
"remedesconnus": false,
2021-02-02 22:05:38 +01:00
"remedes": "",
2021-02-03 17:01:53 +01:00
"dommages":"",
2021-11-03 22:58:34 +01:00
"active": false,
"description": "",
"descriptionmj": ""
2021-04-06 23:43:53 +02:00
},
"nourritureboisson": {
"description": "",
"descriptionmj": "",
2021-04-06 23:43:53 +02:00
"sust": 0,
"boisson": false,
"desaltere": 0,
"alcoolise": false,
"force": 0,
"qualite": 0,
2021-04-16 00:29:08 +02:00
"exotisme": 0,
2021-04-06 23:43:53 +02:00
"encombrement": 0,
"quantite": 1,
"cout": 0
2021-05-10 19:17:31 +02:00
},
"signedraconique": {
"typesTMR": [],
"ephemere": true,
"duree": "1 round",
"difficulte": 0,
"valeur": {
"norm": 3,
"sign": 5,
"part": 10
},
"description": "",
"descriptionmj": ""
2020-05-21 21:48:20 +02:00
}
2020-12-04 20:52:04 +01:00
}
}