Item structure
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["character"],
|
||||
"types": ["personnage"],
|
||||
"templates": {
|
||||
"common": {
|
||||
"stats": {
|
||||
"donnee": {
|
||||
"label": "Données",
|
||||
"list": []
|
||||
},
|
||||
"experience": {
|
||||
"total": 0,
|
||||
"disponibe": 0,
|
||||
@@ -27,17 +23,15 @@
|
||||
"value": 0,
|
||||
"max": 0,
|
||||
"label": "Points d'Adrénaline"
|
||||
},
|
||||
}
|
||||
},
|
||||
"combat": {
|
||||
"force": {
|
||||
"base": 0,
|
||||
"malus": 0,
|
||||
"bonus": 0,
|
||||
"label": "Force"
|
||||
},
|
||||
"esquive": {
|
||||
"value": 0,
|
||||
"label": "Esquive"
|
||||
},
|
||||
"attaque": {
|
||||
"base": 0,
|
||||
"malus": 0,
|
||||
@@ -50,6 +44,14 @@
|
||||
"bonus": 0,
|
||||
"label": "Défense"
|
||||
},
|
||||
"esquive": {
|
||||
"base": 0,
|
||||
"malus": 0,
|
||||
"bonus": 0,
|
||||
"label": "Esquive"
|
||||
}
|
||||
},
|
||||
"magie": {
|
||||
"matriseelementaire": {
|
||||
"base": 0,
|
||||
"malus": 0,
|
||||
@@ -76,12 +78,36 @@
|
||||
"age": 0
|
||||
}
|
||||
},
|
||||
"character": {
|
||||
"personnage": {
|
||||
"templates": [ "background", "common" ]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["competence", "attribut", "technique", "sort", "arme", "tir", "armurebouclier", "equipement" ],
|
||||
"types": ["competence", "attribut", "technique", "sort", "devotion", "armecc", "tir", "armurebouclier", "equipement", "donnee", "eglise" ],
|
||||
"templates": {
|
||||
"sortcommun": {
|
||||
"xp": 0,
|
||||
"pe": 0,
|
||||
"target": "",
|
||||
"difficulty": 0,
|
||||
"description": "",
|
||||
"effect": "",
|
||||
"critical": "",
|
||||
"notes": "",
|
||||
"damage": ""
|
||||
},
|
||||
"equipcommun": {
|
||||
"description": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
}
|
||||
},
|
||||
"donnee": {
|
||||
"description": ""
|
||||
},
|
||||
"eglise": {
|
||||
"description": ""
|
||||
},
|
||||
"attribut": {
|
||||
"effect": "",
|
||||
"xp": 0,
|
||||
@@ -95,32 +121,25 @@
|
||||
"notes": ""
|
||||
},
|
||||
"sort": {
|
||||
"type": "",
|
||||
"datachurch": "",
|
||||
"xp": "",
|
||||
"pe": "",
|
||||
"target": "",
|
||||
"difficulty": "",
|
||||
"description": "",
|
||||
"effect": "",
|
||||
"critical": "",
|
||||
"notes": "",
|
||||
"damage": ""
|
||||
"donnee": "",
|
||||
"templates": [ "sortcommun" ]
|
||||
},
|
||||
"devotion": {
|
||||
"eglise": "",
|
||||
"templates": [ "sortcommun" ]
|
||||
},
|
||||
"competence": {
|
||||
"xp": "",
|
||||
"base": "",
|
||||
"bonus": "",
|
||||
"malus": "",
|
||||
"xp": 0,
|
||||
"base": 0,
|
||||
"bonus": 0,
|
||||
"malus": 0,
|
||||
"description": ""
|
||||
},
|
||||
"arme": {
|
||||
"armecc": {
|
||||
"type": "",
|
||||
"damage": "",
|
||||
"criticaldamage": "",
|
||||
"description": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
"templates": [ "equipcommun" ]
|
||||
},
|
||||
"tir": {
|
||||
"type": "",
|
||||
@@ -128,21 +147,16 @@
|
||||
"criticaldamage": "",
|
||||
"munition": "",
|
||||
"distance": "",
|
||||
"description": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
"templates": [ "equipcommun" ]
|
||||
},
|
||||
"armurebouclier": {
|
||||
"type": "",
|
||||
"bonus": "",
|
||||
"malus": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
"templates": [ "equipcommun" ]
|
||||
},
|
||||
"equipement": {
|
||||
"description": "",
|
||||
"enc": 0,
|
||||
"cost": 0
|
||||
"templates": [ "equipcommun" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user