Sync
This commit is contained in:
@@ -121,36 +121,45 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["objet", "arme", "armure", "compétence", "sort", "herbe", "ingrédient", "livre", "potion"],
|
||||
"types": ["objet", "arme", "armure", "competence", "sort", "herbe", "ingredient", "livre", "potion", "munition"],
|
||||
"objet": {
|
||||
"description": "",
|
||||
"quantité": 1,
|
||||
"poids": 0,
|
||||
"attributs": {}
|
||||
"quantite": 1,
|
||||
"encombrement": 0,
|
||||
"equipe": false
|
||||
},
|
||||
"arme": {
|
||||
"description": "",
|
||||
"quantité": 1,
|
||||
"poids": 0,
|
||||
"attributs": {}
|
||||
"quantite": 1,
|
||||
"encombrement": 0,
|
||||
"equipe": false,
|
||||
"dommages": 0
|
||||
},
|
||||
"munition": {
|
||||
"description": "",
|
||||
"quantite": 1,
|
||||
"encombrement": 0,
|
||||
"equipe": false
|
||||
},
|
||||
"armure": {
|
||||
"description": "",
|
||||
"quantité": 1,
|
||||
"poids": 0,
|
||||
"attributs": {}
|
||||
"quantite": 1,
|
||||
"encombrement": 0,
|
||||
"equipe": false,
|
||||
"pa": 0,
|
||||
},
|
||||
"compétence": {
|
||||
"competence": {
|
||||
"niveau": 0,
|
||||
"base": 0,
|
||||
"catégorie": "",
|
||||
"categorie": "",
|
||||
"xp": 0,
|
||||
"description": ""
|
||||
"description": "Compétence : ...",
|
||||
"defaut_carac": ""
|
||||
},
|
||||
"sort": {
|
||||
"description": "",
|
||||
"draconic": "",
|
||||
"difficulté": 0,
|
||||
"difficulte": 0,
|
||||
"portée": 0
|
||||
},
|
||||
"herbe": {
|
||||
@@ -161,15 +170,18 @@
|
||||
"ingredient": {
|
||||
"description": "",
|
||||
"niveau": 0,
|
||||
"encombrement": 0,
|
||||
"base": 0
|
||||
},
|
||||
"livre": {
|
||||
"description": "",
|
||||
"difficulté": 0,
|
||||
"taches": 0
|
||||
"difficulte": 0,
|
||||
"taches": 0,
|
||||
"encombrement": 0
|
||||
},
|
||||
"potion": {
|
||||
"description": ""
|
||||
"description": "",
|
||||
"encombrement": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user