JS structure
This commit is contained in:
148
template.json
Normal file
148
template.json
Normal file
@@ -0,0 +1,148 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["character"],
|
||||
"templates": {
|
||||
"common": {
|
||||
"stats": {
|
||||
"donnee": {
|
||||
"label": "Données",
|
||||
"list": []
|
||||
},
|
||||
"experience": {
|
||||
"total": 0,
|
||||
"disponibe": 0,
|
||||
"label": "Expérience"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"force": {
|
||||
"base": 0,
|
||||
"malus": 0,
|
||||
"bonus": 0,
|
||||
"label": "Force"
|
||||
},
|
||||
"esquive": {
|
||||
"value": 0,
|
||||
"label": "Esquive"
|
||||
},
|
||||
"attaque": {
|
||||
"base": 0,
|
||||
"malus": 0,
|
||||
"bonus": 0,
|
||||
"label": "Attaque"
|
||||
},
|
||||
"defense": {
|
||||
"base": 0,
|
||||
"malus": 0,
|
||||
"bonus": 0,
|
||||
"label": "Défense"
|
||||
},
|
||||
"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
|
||||
}
|
||||
},
|
||||
"character": {
|
||||
"templates": [ "background", "common" ]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["competence", "attribut", "technique", "sort", "arme", "tir", "armurebouclier", "equipement" ],
|
||||
"attribut": {
|
||||
"effect": "",
|
||||
"xp": 0,
|
||||
"notes": ""
|
||||
},
|
||||
"technique": {
|
||||
"condition": "",
|
||||
"effect": "",
|
||||
"pacost": 1,
|
||||
"xp": 0,
|
||||
"notes": ""
|
||||
},
|
||||
"sort": {
|
||||
"type": "",
|
||||
"datachurch": "",
|
||||
"xp": "",
|
||||
"pe": "",
|
||||
"target": "",
|
||||
"difficulty": "",
|
||||
"description": "",
|
||||
"effect": "",
|
||||
"critical": "",
|
||||
"notes": "",
|
||||
"damage": ""
|
||||
},
|
||||
"competence": {
|
||||
"xp": "",
|
||||
"base": "",
|
||||
"bonus": "",
|
||||
"malus": "",
|
||||
"description": ""
|
||||
},
|
||||
"arme": {
|
||||
"type": "",
|
||||
"damage": "",
|
||||
"criticaldamage": "",
|
||||
"description": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
},
|
||||
"tir": {
|
||||
"type": "",
|
||||
"damage": "",
|
||||
"criticaldamage": "",
|
||||
"munition": "",
|
||||
"distance": "",
|
||||
"description": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
},
|
||||
"armurebouclier": {
|
||||
"type": "",
|
||||
"bonus": "",
|
||||
"malus": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
},
|
||||
"equipement": {
|
||||
"description": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user