basis of wound system

This commit is contained in:
François-Xavier Guillois
2023-09-05 15:04:06 +02:00
parent 983f856187
commit 848366e05c
7 changed files with 156 additions and 75 deletions
+9 -9
View File
@@ -5,20 +5,20 @@
"base": {
"minorWound": {
"threshold":1,
"value": 0,
"min": 0,
"max": 4
"value": 4,
"min": 1,
"max": 5
},
"majorWound": {
"threshold":4,
"value": 0,
"min": 0,
"max": 2
} ,
"value": 3,
"min": 1,
"max": 4
},
"deadlyWound": {
"threshold":8,
"value": 0,
"min": 0,
"value": 2,
"min": 1,
"max": 2
}
}