fvtt-mournblade/template.json

139 lines
2.8 KiB
JSON
Raw Normal View History

2022-02-23 22:31:53 +01:00
{
"Actor": {
"types": ["character", "npc"],
"templates": {
"biodata": {
"biodata": {
"name": "",
"age": 0,
"alignement": "",
"poids": "",
"taille": "",
"cheveux": "",
"sexe": "",
"yeux": "",
"description": "",
"notes": "",
"gmnotes": ""
}
},
"core": {
"subactors": [],
"attributs": {
"adr":{
"label": "Adresse",
"abbrev": "adr",
"value": 1
},
"pui":{
"label": "Puissance",
"abbrev": "pui",
"value": 1
},
"cla":{
"label": "Clairvoyance",
"abbrev": "cla",
"value": 1
},
"pre":{
"label": "Présence",
"abbrev": "pre",
"value": 0
},
"tre":{
"label": "Trempe",
"abbrev": "tre",
"value": 0
}
},
"bonneaventure": {
"base": 0,
"actuelle": 0
},
"experience": {
"value": 0
},
"eclat": {
"value": 0
},
"sante": {
"base": 0,
"nonletaux": 0,
"letaux": 0,
"sequelles": ""
},
"ame": {
"base": 0,
"value": 0,
"traumatismes": ""
},
"combat": {
"initiative": 0,
"vitesse": 0,
"bonusdegats": 0,
"defensebase": 0
},
"balance": {
"loi": 0,
"chaos": 0,
"aspect": 0,
"marge": 0,
"pointschaos": 0,
"pointsloi": 0
}
},
"npccore": {
"npctype": "",
"description": ""
}
},
"character": {
"templates": [ "biodata", "core" ]
},
"npc": {
"templates": [ "npccore" ]
}
},
"Item": {
"templates": {
"base": {
"description": ""
}
},
"types": [ "arme", "competence", "protection", "pacte", "traitchaotique", "monnaie", "don", "tendance", "rune"],
"arme": {
"templates": [ "base" ]
},
"predilection": {
"competenceId": "",
"templates": [ "base" ]
},
"competence": {
"niveau": 0,
"attribut": "",
"templates": [ "base" ]
},
"protection": {
"templates": [ "base" ]
},
"pacte": {
"templates": [ "base" ]
},
"traitchaotique": {
"templates": [ "base" ]
},
"monnaie": {
"templates": [ "base" ]
},
"don": {
"templates": [ "base" ]
},
"tendance": {
"templates": [ "base" ]
},
"rune": {
"templates": [ "base" ]
}
}
}