fvtt-vadentis/template.json

185 lines
3.5 KiB
JSON
Raw Permalink Normal View History

2021-04-01 21:18:36 +02:00
{
"Actor": {
2021-04-01 22:35:03 +02:00
"types": ["personnage"],
2021-04-01 21:18:36 +02:00
"templates": {
"common": {
2021-04-02 14:59:58 +02:00
"experience": {
2021-04-01 21:18:36 +02:00
"experience": {
2021-04-02 14:59:58 +02:00
"total": 0,
"disponibe": 0,
"label": "Expérience"
}
},
"stats": {
2021-04-01 21:18:36 +02:00
"pointsvie": {
"value": 0,
"max": 0,
"label": "Points de Vie"
},
"pointsenergie": {
"value": 0,
"max": 0,
"label": "Points d'Energie"
},
"pointsadrenaline": {
"value": 0,
"max": 0,
"label": "Points d'Adrénaline"
2021-04-01 22:35:03 +02:00
}
},
"combat": {
2021-04-04 23:13:17 +02:00
"initiative": {
"base": 0,
"malus": 0,
"bonus": 0,
"label": "Initiative"
},
2021-04-01 21:18:36 +02:00
"force": {
"base": 0,
"malus": 0,
"bonus": 0,
"label": "Force"
},
"attaque": {
"base": 0,
"malus": 0,
"bonus": 0,
"label": "Attaque"
},
"defense": {
"base": 0,
"malus": 0,
"bonus": 0,
"label": "Défense"
},
"vitesse": {
2021-04-01 22:35:03 +02:00
"base": 0,
"malus": 0,
"bonus": 0,
"label": "Vitesse"
2021-04-01 22:35:03 +02:00
}
},
"magie": {
2021-04-01 21:18:36 +02:00
"matriseelementaire": {
"base": 0,
"malus": 0,
"bonus": 0,
"label": "Maîtrise élémentaire"
},
"devotion": {
"base": 0,
"malus": 0,
"bonus": 0,
"label": "Dévotion"
}
}
},
"background": {
"race": "",
"history": "Background",
"notes": "Notes",
"gmnotes": "Notes du MJ",
"eyes": "",
"hair": "",
"weight": "",
"genre": "",
"age": 0
}
},
2021-04-01 22:35:03 +02:00
"personnage": {
2021-04-01 21:18:36 +02:00
"templates": [ "background", "common" ]
}
},
"Item": {
2021-04-23 12:51:52 +02:00
"types": ["competence", "attribut", "technique", "sort", "devotion", "armecc", "tir", "armurebouclier", "equipement", "donnee", "eglise", "monnaie" ],
2021-04-01 22:35:03 +02:00
"templates": {
"sortcommun": {
"xp": 0,
"pe": 0,
"target": "",
"difficulty": 0,
"description": "",
"effect": "",
2021-04-13 20:19:32 +02:00
"criticaleffect": "",
2021-04-01 22:35:03 +02:00
"notes": "",
2021-04-02 16:47:38 +02:00
"damage": "",
2021-04-08 13:58:51 +02:00
"ismaintain": false,
2021-04-13 20:19:32 +02:00
"complexactions": false,
"valuecritical": 20,
2021-04-02 16:47:38 +02:00
"damagecritical": ""
2021-04-01 22:35:03 +02:00
},
"equipcommun": {
2021-04-22 16:03:51 +02:00
"quantite": 1,
2021-04-03 22:48:02 +02:00
"equipee": false,
2021-04-01 22:35:03 +02:00
"description": "",
"enc": 0,
"cost": 0
}
},
"donnee": {
"description": ""
},
"eglise": {
"description": ""
},
2021-04-01 21:18:36 +02:00
"attribut": {
"effect": "",
"xp": 0,
"notes": ""
},
"technique": {
"condition": "",
"effect": "",
"pacost": 1,
"xp": 0,
"notes": ""
},
"sort": {
2021-04-01 22:35:03 +02:00
"donnee": "",
"templates": [ "sortcommun" ]
},
"devotion": {
"eglise": "",
"templates": [ "sortcommun" ]
2021-04-01 21:18:36 +02:00
},
"competence": {
2021-04-01 22:35:03 +02:00
"xp": 0,
"base": 0,
"bonus": 0,
"malus": 0,
2021-04-22 16:03:51 +02:00
"competencerole": false,
2021-04-01 21:18:36 +02:00
"description": ""
},
2021-04-01 22:35:03 +02:00
"armecc": {
2021-04-01 21:18:36 +02:00
"type": "",
"damage": "",
"criticaldamage": "",
2021-04-13 20:19:32 +02:00
"valuecritical": 20,
2021-04-01 22:35:03 +02:00
"templates": [ "equipcommun" ]
2021-04-01 21:18:36 +02:00
},
"tir": {
"type": "",
"damage": "",
"criticaldamage": "",
2021-04-22 16:03:51 +02:00
"munition": 0,
2021-04-01 21:18:36 +02:00
"distance": "",
2021-04-13 20:19:32 +02:00
"valuecritical": 20,
2021-04-01 22:35:03 +02:00
"templates": [ "equipcommun" ]
2021-04-01 21:18:36 +02:00
},
"armurebouclier": {
"type": "",
"bonus": "",
"malus": "",
2021-04-01 22:35:03 +02:00
"templates": [ "equipcommun" ]
2021-04-01 21:18:36 +02:00
},
"equipement": {
2021-04-01 22:35:03 +02:00
"templates": [ "equipcommun" ]
2021-04-23 12:51:52 +02:00
},
"monnaie": {
"nombre": 0,
"enc": 0,
"description": ""
2021-04-01 21:18:36 +02:00
}
}
}