WIP Hero 6

This commit is contained in:
2023-03-21 14:01:27 +01:00
parent 4d3f067bf9
commit d399b29d84
13 changed files with 256 additions and 134 deletions

View File

@@ -36,6 +36,7 @@
"value": 10,
"base": 10,
"category": "main",
"hasroll": true,
"realcost": 0,
"activecost": 0
},
@@ -43,34 +44,40 @@
"label": "Dexterity",
"value": 10,
"base": 10,
"hasroll": true,
"category": "main"
},
"con": {
"label": "Constitution",
"hasroll": true,
"category": "main",
"value": 10,
"base": 10
},
"int": {
"label": "Intelligence",
"hasroll": true,
"category": "main",
"value": 10,
"base": 10
},
"ego": {
"label": "Ego",
"hasroll": true,
"category": "main",
"value": 10,
"base": 10
},
"pre": {
"label": "Presence",
"hasroll": true,
"category": "main",
"value": 10,
"base": 10
},
"ocv": {
"label": "OCV",
"hasroll": false,
"base": 3,
"autoMod": "0",
"userMod": "0",
@@ -79,6 +86,7 @@
},
"dcv": {
"label": "DCV",
"hasroll": false,
"base": 3,
"autoMod": "0",
"userMod": "0",
@@ -87,6 +95,7 @@
},
"omcv": {
"label": "OMCV",
"hasroll": false,
"base": 3,
"autoMod": "0",
"userMod": "0",
@@ -95,6 +104,7 @@
},
"dmcv": {
"label": "DMCV",
"hasroll": false,
"base": 3,
"autoMod": "0",
"userMod": "0",
@@ -103,11 +113,14 @@
},
"spd": {
"label": "Speed",
"hasroll": false,
"value": 2,
"base": 2
},
"pd": {
"label": "PD",
"hasroll": false,
"isdefense": true,
"value": 2,
"base": 2,
"pd_nonresistant_total": 0,
@@ -117,6 +130,8 @@
},
"ed": {
"label": "ED",
"hasroll": false,
"isdefense": true,
"value": 2,
"base": 2,
"ed_nonresistant_total": 0,
@@ -126,21 +141,39 @@
},
"rec": {
"label": "REC",
"hasroll": false,
"value": 4,
"base": 4
},
"end": {
"label": "END",
"hasroll": false,
"isvital": true,
"damage": 0,
"value": 20,
"max": 20
},
"stun": {
"label": "STUN",
"hasroll": false,
"isvital": true,
"damage": 0,
"value": 20,
"max": 20
},
"other": {
"label": "OTHER",
"hasroll": false,
"isvital": true,
"damage": 0,
"value": 20,
"max": 20
},
"body": {
"label": "Body",
"label": "BODY",
"hasroll": false,
"isvital": true,
"damage": 0,
"value": 10,
"max": 10,
"loc": {
@@ -164,27 +197,59 @@
},
"running": {
"label": "Running",
"hasroll": false,
"value": 12,
"base": 12
},
"swimming": {
"label": "Swimming",
"hasroll": false,
"value": 4,
"base": 4
},
"leaping": {
"label": "Leaping",
"hasroll": false,
"value": 4,
"base": 4,
"leaping_horizontal_base": 0,
"leaping_horizontal_total": 0,
"leaping_vertical_base": 0,
"leaping_vertical_total": 0
},
"flying": {
"label": "Flying",
}
}
},
"defenses": {
"defenses": {
"mental": {
"label": "Mental",
"value": 0,
"base": 0
"resistant": ""
},
"power": {
"label": "Power",
"value": 0,
"resistant": ""
},
"flash": {
"label": "Flash",
"value": 0,
"resistant": ""
},
"def1": {
"label": "N/A",
"value": 0,
"resistant": ""
},
"def2": {
"label": "N/A",
"value": 0,
"resistant": ""
},
"def3": {
"label": "N/A",
"value": 0,
"resistant": ""
}
}
},
@@ -193,7 +258,8 @@
"character": {
"templates": [
"biodata",
"characteristics"
"characteristics",
"defenses"
],
"subactors": []
}
@@ -205,11 +271,11 @@
"talent",
"power",
"advantage",
"maneuver",
"martialart",
"limitation",
"complication",
"equipment",
"currency"
"equipment"
],
"templates": {
"common": {
@@ -239,11 +305,14 @@
"items": {}
}
},
"currency": {
"quantity": 0,
"maneuver": {
"templates": [
"common"
]
],
"pha": "",
"ocv": 0,
"dcv" : 0,
"active": false
},
"advantage": {
"templates": [
@@ -314,15 +383,6 @@
"impenetrable": 0,
"value": 0
},
"maneuver": {
"templates": [
"common"
],
"phase": 0,
"ocv": "+0",
"dcv": "+0",
"active": false
},
"movement": {
"templates": [
"common"