Update combat tab

This commit is contained in:
2023-03-24 10:17:20 +01:00
parent 4ca23257cb
commit 0368be050b
11 changed files with 163 additions and 97 deletions

View File

@ -31,8 +31,9 @@
"xpearned": 0,
"xpspent": 0,
"combatskills": "",
"presenceattack": "",
"gmnotes": ""
"presenceattack": {},
"gmnotes": "",
"combatnotes1":""
}
},
"characteristics": {
@ -42,7 +43,7 @@
"value": 10,
"base": 10,
"category": "main",
"strdice": "",
"strdice": {},
"lift": "",
"strend": 0,
"hasroll": true,
@ -68,7 +69,8 @@
"hasroll": true,
"category": "main",
"value": 10,
"base": 10
"base": 10,
"perceptionroll": 10
},
"ego": {
"label": "Ego",
@ -314,7 +316,6 @@
"power",
"advantage",
"maneuver",
"martialart",
"limitation",
"complication",
"equipment"
@ -355,6 +356,7 @@
"pha": "",
"ocv": 0,
"dcv" : 0,
"isstock": false,
"active": false
},
"advantage": {
@ -458,15 +460,6 @@
"templates": [
"common"
]
},
"martialart": {
"maneuver_phase": 0,
"maneuver_ocv": 0,
"maneuver_dcv": 0,
"maneuver_effect": "",
"templates": [
"common"
]
}
}
}