fvtt-les-heritiers/template.json

330 lines
6.7 KiB
JSON

{
"Actor": {
"types": [
"personnage",
"creature"
],
"templates": {
"biodata": {
"biodata": {
"name": "",
"activite":"",
"profilmajeur": "",
"profilmineur": "",
"fortune": 0,
"traitscaracteres": "",
"taillemasquee": "",
"poidsmasquee": "",
"apparencemasquee": "",
"age": 0,
"poids": "",
"taille": "",
"cheveux": "",
"sexe": "",
"yeux": "",
"description": "",
"habitat": "",
"notes": "",
"statut": "",
"gmnotes": ""
}
},
"core": {
"subactors": [],
"caracteristiques": {
"agi": {
"label": "Agilité",
"labelnorm": "agilite",
"abbrev": "agi",
"value": 1,
"rang": 0,
"max": 1
},
"con": {
"label": "Constitution",
"labelnorm": "constitution",
"abbrev": "con",
"value": 1,
"rang": 0,
"max": 1
},
"for": {
"label": "Force",
"labelnorm": "force",
"abbrev": "for",
"value": 1,
"rang": 0,
"max": 1
},
"prec": {
"label": "Précision",
"labelnorm": "precision",
"abbrev": "prec",
"value": 1,
"rang": 0,
"max": 1
},
"esp": {
"label": "Esprit",
"labelnorm": "esprit",
"abbrev": "esp",
"value": 1,
"rang": 0,
"max": 1
},
"per": {
"label": "Perception",
"labelnorm": "perception",
"abbrev": "per",
"value": 1,
"rang": 0,
"max": 1
},
"pres": {
"label": "Présence",
"labelnorm": "presence",
"abbrev": "pre",
"value": 1,
"rang": 0,
"max": 1
},
"san": {
"label": "Sang-Froid",
"labelnorm": "sangfroid",
"abbrev": "san",
"value": 1,
"rang": 0,
"max": 1
}
},
"rang": {
"tricherie": {
"value": 0,
"max": 0
},
"feerie": {
"value": 0,
"max": 0
},
"masque": {
"value": 0,
"max": 0
},
"heritage": {
"value": 0,
"scenarios": 0
}
},
"pv": {
"value": 0,
"max": 0
},
"competences": {
"aventurier": {
"label": "Aventurier",
"rang": 0,
"pp": 0
},
"combattant": {
"label": "Aventurier",
"rang": 0,
"pp": 0
},
"erudit": {
"label": "Erudit",
"rang": 0,
"pp": 0
},
"gentleman": {
"label": "Gentleman",
"rang": 0,
"pp": 0
},
"roublard": {
"label": "Roublard",
"rang": 0,
"pp": 0
},
"savant": {
"label": "Savant",
"rang": 0,
"pp": 0
}
},
"experience": {
"value": 0,
"pourtricher": 0
},
"combat": {
"esquive": {
"masquee": 0,
"demasquee": 0
},
"parade": {
"value": 0
},
"resistancephysique": {
"value": 0
},
"resistancepsychique": {
"value": 0
},
"protection": {
"value": 0
},
"effetssecondaires": "",
"dissimulation": {
"value": 0
},
"initiative": {
"masquee": 0,
"demasquee": 0
},
"corpsacorps": {
"masquee": 0,
"demasquee": 0
},
"tir": {
"masquee": 0,
"demasquee": 0
}
}
},
"npccore": {
"npctype": "",
"description": ""
}
},
"personnage": {
"templates": [
"biodata",
"core"
]
}
},
"Item": {
"templates": {
"base": {
"description": ""
},
"basequip": {
"rarete": 0,
"quantite": 0,
"equipped": false
}
},
"types": [
"talenfeet",
"capacitenaturelle",
"pouvoir",
"atoutfeerique",
"competence",
"protection",
"monnaie",
"equipement",
"artefact",
"ressource",
"contact"
],
"fee": {
"feetype": 0,
"description": ""
},
"capacitenaturelle": {
"description": ""
},
"pouvoir": {
"description": ""
},
"atoutfeerique": {
"description": ""
},
"competence": {
"categorie": "",
"profil": "",
"niveau": 0,
"predilection": false,
"specialites": "",
"description": ""
},
"historique": {
"bonusmalus": "",
"templates": [
"base"
]
},
"profil": {
"exemples": "",
"attribut1": "",
"attribut2": "",
"attribut3": "",
"competences": "",
"talentsinitie": "",
"prerequisaguerri": "",
"talentsaguerri": "",
"prerequismaitre": "",
"talentsmaitre": "",
"celluleinfo": "",
"equipement": "",
"templates": [
"base"
]
},
"equipement": {
"templates": [
"base",
"basequip"
]
},
"arme": {
"typearme": "",
"bonusmaniementoff": 0,
"seuildefense": 0,
"onlevelonly": false,
"degats": "",
"deuxmains": false,
"percearmure": false,
"percearmurevalue": 0,
"courte": 0,
"moyenne": 0,
"longue": 0,
"tr": 0,
"templates": [
"base",
"basequip"
]
},
"protection": {
"protection": 0,
"adversitepoids" :0,
"templates": [
"base",
"basequip"
]
},
"monnaie": {
"templates": [
"base",
"basequip"
]
},
"artefact": {
"complexite": 0,
"branche": "",
"branche2": "none",
"dureerealisation": "",
"tempsroute": "",
"effetdejeu": "",
"defautcourant": "",
"autrescarac": "",
"avantagespossibles": "",
"avantages": "",
"competences": "",
"templates": [
"base",
"basequip"
]
}
}
}