Item structure

This commit is contained in:
2022-05-29 17:55:22 +02:00
parent 6ade49ac87
commit 0e7b87738a
13 changed files with 152 additions and 617 deletions

View File

@@ -102,6 +102,17 @@
},
"types": [ "arme", "competence", "protection", "pacte", "traitchaotique", "monnaie", "don", "tendance", "rune"],
"arme": {
"typearme": "",
"bonusmaniementoff": 0,
"bonusmaniementdef": 0,
"degats": "",
"deuxmains": false,
"courte": 0,
"moyenne": 0,
"longue": 0,
"tr": 0,
"rarete": 0,
"prix": 0,
"templates": [ "base" ]
},
"predilection": {
@@ -110,10 +121,17 @@
},
"competence": {
"niveau": 0,
"attribut": "",
"attribut1": "",
"attribut2": "",
"attribut3": "",
"templates": [ "base" ]
},
"protection": {
"typeprotection": "",
"protection": 0,
"bonusmaniementdef": 0,
"rarete": 0,
"prix": 0,
"templates": [ "base" ]
},
"pacte": {
@@ -126,12 +144,19 @@
"templates": [ "base" ]
},
"don": {
"allegeance": "",
"prerequis": "",
"sacrifice": "",
"templates": [ "base" ]
},
"tendance": {
"templates": [ "base" ]
},
"rune": {
"formule": "",
"seuil": 0,
"prononcee": "",
"tracee": "",
"templates": [ "base" ]
}
}