All fixes requested
This commit is contained in:
@@ -39,11 +39,11 @@
|
||||
"characteristics": {
|
||||
"characteristics": {
|
||||
"str": {
|
||||
"label": "Strength",
|
||||
"label": "STR",
|
||||
"value": 10,
|
||||
"base": 10,
|
||||
"category": "main",
|
||||
"strdice": {},
|
||||
"strdice": "",
|
||||
"lift": "",
|
||||
"strend": 0,
|
||||
"hasroll": true,
|
||||
@@ -51,21 +51,21 @@
|
||||
"activecost": 0
|
||||
},
|
||||
"dex": {
|
||||
"label": "Dexterity",
|
||||
"label": "DEX",
|
||||
"value": 10,
|
||||
"base": 10,
|
||||
"hasroll": true,
|
||||
"category": "main"
|
||||
},
|
||||
"con": {
|
||||
"label": "Constitution",
|
||||
"label": "CON",
|
||||
"hasroll": true,
|
||||
"category": "main",
|
||||
"value": 10,
|
||||
"base": 10
|
||||
},
|
||||
"int": {
|
||||
"label": "Intelligence",
|
||||
"label": "INT",
|
||||
"hasroll": true,
|
||||
"category": "main",
|
||||
"value": 10,
|
||||
@@ -73,14 +73,14 @@
|
||||
"perceptionroll": 10
|
||||
},
|
||||
"ego": {
|
||||
"label": "Ego",
|
||||
"label": "EGO",
|
||||
"hasroll": true,
|
||||
"category": "main",
|
||||
"value": 10,
|
||||
"base": 10
|
||||
},
|
||||
"pre": {
|
||||
"label": "Presence",
|
||||
"label": "PRE",
|
||||
"hasroll": true,
|
||||
"category": "main",
|
||||
"value": 10,
|
||||
@@ -123,7 +123,7 @@
|
||||
"modifier": 1
|
||||
},
|
||||
"spd": {
|
||||
"label": "Speed",
|
||||
"label": "SPD",
|
||||
"hasroll": false,
|
||||
"value": 2,
|
||||
"base": 2
|
||||
@@ -172,14 +172,6 @@
|
||||
"value": 20,
|
||||
"max": 20
|
||||
},
|
||||
"other": {
|
||||
"label": "OTHER",
|
||||
"hasroll": false,
|
||||
"isvital": true,
|
||||
"damage": 0,
|
||||
"value": 20,
|
||||
"max": 20
|
||||
},
|
||||
"body": {
|
||||
"label": "BODY",
|
||||
"hasroll": false,
|
||||
@@ -375,7 +367,7 @@
|
||||
},
|
||||
"skill": {
|
||||
"skilltype": "agility",
|
||||
"characteristic": "",
|
||||
"characteristic": "str",
|
||||
"base": "",
|
||||
"levelscost": 0,
|
||||
"levels": 0,
|
||||
|
||||
Reference in New Issue
Block a user