fvtt-hero-system-6/template.json

342 lines
6.9 KiB
JSON

{
"Actor": {
"types": [
"character"
],
"templates": {
"biodata": {
"biodata": {
"species": "",
"age": 0,
"gender": 0,
"character": "",
"religion": "",
"weight": "",
"height": "",
"background": "",
"description": "",
"notes": "",
"gmnotes": ""
}
},
"characteristics": {
"characteristics": {
"str": {
"label": "Strength",
"value": 10,
"base": 10,
"realcost": 0,
"activecost": 0
},
"dex": {
"label": "Dexterity",
"value": 10,
"base": 10
},
"con": {
"label": "Constitution",
"value": 10,
"base": 10
},
"int": {
"label": "Intelligence",
"value": 10,
"base": 10
},
"ego": {
"label": "Ego",
"value": 10,
"base": 10
},
"pre": {
"label": "Presence",
"value": 10,
"base": 10
},
"ocv": {
"label": "OCV",
"base": 3,
"autoMod": "0",
"userMod": "0",
"value": 3,
"modifier": 1
},
"dcv": {
"label": "DCV",
"base": 3,
"autoMod": "0",
"userMod": "0",
"value": 3,
"modifier": 1
},
"omcv": {
"label": "OMCV",
"base": 3,
"autoMod": "0",
"userMod": "0",
"value": 3,
"modifier": 1
},
"dmcv": {
"label": "DMCV",
"base": 3,
"autoMod": "0",
"userMod": "0",
"value": 3,
"modifier": 1
},
"spd": {
"label": "Speed",
"value": 2,
"base": 2
},
"pd": {
"label": "PD",
"value": 2,
"base": 2,
"pd_nonresistant_total": 0,
"pd_resistant_toal": 0,
"pd_resistant_primary": 0,
"pd_resistant_secondary": 0
},
"ed": {
"label": "ED",
"value": 2,
"base": 2,
"ed_nonresistant_total": 0,
"ed_resistant_toal": 0,
"ed_resistant_primary": 0,
"ed_resistant_secondary": 0
},
"rec": {
"label": "REC",
"value": 4,
"base": 4
},
"end": {
"label": "REC",
"value": 20,
"max": 20
},
"stun": {
"label": "STUN",
"value": 20,
"max": 20
},
"body": {
"label": "Body",
"value": 10,
"max": 10,
"loc": {
"Head": 0,
"Left Hand": 0,
"Right Hand": 0,
"Left Shoulder": 0,
"Right Shoulder": 0,
"Left Arm": 0,
"Right Arm": 0,
"Chest": 0,
"Stomach": 0,
"Vitals": 0,
"Left Thigh": 0,
"Right Thigh": 0,
"Left Leg": 0,
"Right Leg": 0,
"Left Foot": 0,
"Right Foot": 0
}
},
"running": {
"label": "Running",
"value": 12,
"base": 12
},
"swimming": {
"label": "Swimming",
"value": 4,
"base": 4
},
"leaping": {
"label": "Leaping",
"value": 4,
"base": 4,
"leaping_horizontal_base": 0,
"leaping_horizontal_total": 0,
"leaping_vertical_base": 0,
"leaping_vertical_total": 0
},
"flying": {
"label": "Flying",
"value": 0,
"base": 0
}
}
},
"core": {
}
},
"character": {
"templates": [
"biodata",
"core"
]
}
},
"Item": {
"types": [
"skill",
"perk",
"talent",
"power",
"advantage",
"limitation",
"complication",
"equipment"
],
"templates": {
"common": {
"displayname": "",
"description": "",
"notes": "",
"effects": "",
"cost": "",
"activecost": 0,
"basecost": 0,
"value": 0,
"modifiers": []
},
"power": {
"displayname": "",
"petype": "",
"typemodifier": "",
"senseaffecting": false,
"modifiers": [],
"levels": 0,
"quantity": 0,
"range": "",
"damage": "",
"endurance": 0,
"hasroll": false,
"roll": 0,
"items": {}
}
},
"advantage": {
"templates": [
"common"
]
},
"limitation": {
"templates": [
"common"
]
},
"skill": {
"skilltype": "agility",
"characteristic": "",
"base": "",
"levelscost": 0,
"levels": 0,
"templates": [
"common"
],
"plusonecost": 0
},
"power": {
"templates": [
"common",
"power"
]
},
"equipment": {
"templates": [
"common",
"power"
],
"value": 0,
"weight": 0,
"moneycost": 0
},
"attack": {
"templates": [
"common"
],
"defense": "pd",
"killing": 0,
"piercing": 0,
"penetrating": 0,
"advantages": 0,
"dice": 1,
"toHitMod": 0,
"extraDice": "zero",
"uses": "ocv",
"targets": "dcv",
"end": 0,
"stunX": 0,
"class": "physical"
},
"defense": {
"templates": [
"common"
],
"defenseType": "pd",
"active": "false",
"resistant": "false",
"hardened": 0,
"impenetrable": 0,
"value": 0
},
"maneuver": {
"templates": [
"common"
],
"phase": 0,
"ocv": "+0",
"dcv": "+0",
"active": false
},
"movement": {
"templates": [
"common"
],
"class": "Running",
"editable": true,
"base": 0,
"value": 0,
"mod": 0,
"velBase": 0,
"velValue": 0
},
"perk": {
"hasroll": false,
"roll": 0,
"templates": [
"common"
]
},
"talent": {
"hasroll": false,
"roll": 0,
"templates": [
"common"
]
},
"complication": {
"hasroll": false,
"roll": 0,
"templates": [
"common"
]
},
"martialart": {
"maneuver_phase": 0,
"maneuver_ocv": 0,
"maneuver_dcv": 0,
"maneuver_effect": "",
"templates": [
"common"
]
}
}
}