Bug fixe sort

This commit is contained in:
2020-12-30 11:50:18 +01:00
parent ee25775629
commit f36e8c2179
5 changed files with 31 additions and 7 deletions

View File

@@ -541,7 +541,7 @@
}
},
"Item": {
"types": ["objet", "arme", "armure", "conteneur", "competence", "sort", "herbe", "ingredient", "livre", "potion", "munition", "rencontresTMR", "queue", "ombre", "souffle", "tete", "competencecreature", "tarot", "monnaie", "nombreastral", "tache"],
"types": ["objet", "arme", "armure", "conteneur", "competence", "sort", "herbe", "ingredient", "livre", "potion", "munition", "rencontresTMR", "queue", "ombre", "souffle", "tete", "competencecreature", "tarot", "monnaie", "nombreastral", "tache", "meditation"],
"objet": {
"description": "",
"quantite": 1,
@@ -713,6 +713,16 @@
"valeur_deniers":0,
"encombrement":0,
"description": ""
},
"meditation": {
"competence": "",
"theme": "",
"support": "",
"heure": "",
"purification": "",
"veture": "",
"comportement": "",
"tmr": ""
}
}
}