Initial release

This commit is contained in:
2023-02-01 19:48:35 +01:00
parent 64ce2fcbb9
commit 04909ef841
26 changed files with 287 additions and 671 deletions

View File

@@ -39,6 +39,7 @@
"label": "Constitution",
"abbrev": "constitution",
"value": 0,
"hasmax": true,
"max": 0
},
"physique": {
@@ -68,12 +69,14 @@
"spiritualite": {
"label": "Spiritualite",
"abbrev": "spiritualite",
"hasmax": true,
"value": 0,
"max": 0
},
"rationnalite": {
"label": "Rationnalite",
"abbrev": "rationnalite",
"hasmax": true,
"value": 0,
"max": 0
}
@@ -93,17 +96,22 @@
},
"Item": {
"types": [
"arme"
"arme",
"equipement"
],
"templates": {
},
"equipement" : {
"description": ""
},
"arme" : {
"armetype": 0,
"dommagenormale": 0,
"dommagepart": 0,
"dommagecritique": 0,
"dommagecritiqueKO": false,
"dommagecritiquemort": false
"dommagecritiquemort": false,
"description": ""
}
}
}