Fix HP location and damages
This commit is contained in:
@@ -173,6 +173,7 @@
|
||||
"hitlocations": {
|
||||
"head": {
|
||||
"label": "Head",
|
||||
"ratio": 0.3,
|
||||
"dice": [
|
||||
1
|
||||
],
|
||||
@@ -182,6 +183,7 @@
|
||||
},
|
||||
"chest": {
|
||||
"label": "Chest",
|
||||
"ratio": 0.5,
|
||||
"dice": [
|
||||
2,
|
||||
4
|
||||
@@ -192,6 +194,7 @@
|
||||
},
|
||||
"abdomen": {
|
||||
"label": "Abdomen",
|
||||
"ratio": 0.3,
|
||||
"dice": [
|
||||
5,
|
||||
6
|
||||
@@ -202,6 +205,7 @@
|
||||
},
|
||||
"leftarm": {
|
||||
"label": "Left Arm",
|
||||
"ratio": 0.2,
|
||||
"dice": [
|
||||
7
|
||||
],
|
||||
@@ -211,6 +215,7 @@
|
||||
},
|
||||
"rightarm": {
|
||||
"label": "Right Arm",
|
||||
"ratio": 0.2,
|
||||
"dice": [
|
||||
8
|
||||
],
|
||||
@@ -220,6 +225,7 @@
|
||||
},
|
||||
"rightleg": {
|
||||
"label": "Right Leg",
|
||||
"ratio": 0.4,
|
||||
"dice": [
|
||||
9
|
||||
],
|
||||
@@ -229,6 +235,7 @@
|
||||
},
|
||||
"leftleg": {
|
||||
"label": "Left Leg",
|
||||
"ratio": 0.4,
|
||||
"dice": [
|
||||
10
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user