fvtt-hero-system-6/template.json

342 lines
6.9 KiB
JSON
Raw Normal View History

2022-12-15 21:44:23 +01:00
{
"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,
2022-12-28 10:30:56 +01:00
"base": 10,
"realcost": 0,
"activecost": 0
2022-12-15 21:44:23 +01:00
},
"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,
2022-12-28 10:30:56 +01:00
"base": 2,
"pd_nonresistant_total": 0,
"pd_resistant_toal": 0,
"pd_resistant_primary": 0,
"pd_resistant_secondary": 0
2022-12-15 21:44:23 +01:00
},
"ed": {
"label": "ED",
"value": 2,
2022-12-28 10:30:56 +01:00
"base": 2,
"ed_nonresistant_total": 0,
"ed_resistant_toal": 0,
"ed_resistant_primary": 0,
"ed_resistant_secondary": 0
2022-12-15 21:44:23 +01:00
},
"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,
2022-12-28 10:30:56 +01:00
"base": 4,
"leaping_horizontal_base": 0,
"leaping_horizontal_total": 0,
"leaping_vertical_base": 0,
"leaping_vertical_total": 0
2022-12-15 21:44:23 +01:00
},
"flying": {
"label": "Flying",
"value": 0,
"base": 0
}
}
},
"core": {
}
},
"character": {
"templates": [
"biodata",
"core"
]
}
},
"Item": {
"types": [
"skill",
"perk",
"talent",
"power",
"advantage",
"limitation",
"complication",
2022-12-29 20:30:28 +01:00
"equipment"
2022-12-15 21:44:23 +01:00
],
"templates": {
"common": {
2022-12-28 10:30:56 +01:00
"displayname": "",
2022-12-15 21:44:23 +01:00
"description": "",
2022-12-28 10:30:56 +01:00
"notes": "",
2022-12-15 21:44:23 +01:00
"effects": "",
"cost": "",
2022-12-28 10:30:56 +01:00
"activecost": 0,
"basecost": 0,
2022-12-15 21:44:23 +01:00
"value": 0,
"modifiers": []
},
"power": {
2022-12-28 10:30:56 +01:00
"displayname": "",
"petype": "",
2022-12-29 20:30:28 +01:00
"typemodifier": "",
"senseaffecting": false,
"modifiers": [],
2022-12-15 21:44:23 +01:00
"levels": 0,
2022-12-28 10:30:56 +01:00
"quantity": 0,
"range": "",
"damage": "",
"endurance": 0,
2022-12-29 20:30:28 +01:00
"hasroll": false,
"roll": 0,
2022-12-15 21:44:23 +01:00
"items": {}
}
},
"advantage": {
"templates": [
"common"
]
},
"limitation": {
"templates": [
"common"
]
},
"skill": {
2022-12-28 10:30:56 +01:00
"skilltype": "agility",
2022-12-15 21:44:23 +01:00
"characteristic": "",
2022-12-28 10:30:56 +01:00
"base": "",
2023-01-04 22:43:01 +01:00
"levelscost": 0,
2022-12-15 21:44:23 +01:00
"levels": 0,
"templates": [
"common"
],
"plusonecost": 0
},
"power": {
"templates": [
2022-12-28 10:30:56 +01:00
"common",
2022-12-15 21:44:23 +01:00
"power"
]
},
"equipment": {
"templates": [
2022-12-28 10:30:56 +01:00
"common",
2022-12-15 21:44:23 +01:00
"power"
],
2022-12-28 10:30:56 +01:00
"value": 0,
2022-12-15 21:44:23 +01:00
"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": {
2023-01-04 22:43:01 +01:00
"hasroll": false,
2022-12-28 10:30:56 +01:00
"roll": 0,
2022-12-15 21:44:23 +01:00
"templates": [
"common"
]
},
"talent": {
2023-01-04 22:43:01 +01:00
"hasroll": false,
2022-12-28 10:30:56 +01:00
"roll": 0,
2022-12-15 21:44:23 +01:00
"templates": [
"common"
]
},
"complication": {
2022-12-28 10:30:56 +01:00
"hasroll": false,
"roll": 0,
2022-12-15 21:44:23 +01:00
"templates": [
"common"
]
},
"martialart": {
2022-12-28 10:30:56 +01:00
"maneuver_phase": 0,
"maneuver_ocv": 0,
"maneuver_dcv": 0,
"maneuver_effect": "",
2022-12-15 21:44:23 +01:00
"templates": [
"common"
]
}
}
}