Initial release
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user