fvtt-hero-system-6/template.json

312 lines
6.0 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,
"base": 10
},
"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
},
"ed": {
"label": "ED",
"value": 2,
"base": 2
},
"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
},
"flying": {
"label": "Flying",
"value": 0,
"base": 0
}
}
},
"core": {
}
},
"character": {
"templates": [
"biodata",
"core"
]
}
},
"Item": {
"types": [
"skill",
"perk",
"talent",
"power",
"advantage",
"limitation",
"complication",
"equipment",
"attack",
"defense",
"maneuver",
"movement",
"misc"
],
"templates": {
"common": {
"description": "",
"effects": "",
"cost": "",
"value": 0,
"modifiers": []
},
"power": {
"description": "",
"cost": "",
"modifiers": [],
"type": "",
"effect": 0,
"levels": 0,
"end": 0,
"items": {}
}
},
"advantage": {
"templates": [
"common"
]
},
"limitation": {
"templates": [
"common"
]
},
"skill": {
"skilltype": "",
"characteristic": "",
"base": 0,
"skillroll": 0,
"levels": 0,
"templates": [
"common"
],
"plusonecost": 0
},
"power": {
"templates": [
"power"
]
},
"equipment": {
"templates": [
"power"
],
"quantity": 1,
"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": {
"templates": [
"common"
]
},
"talent": {
"templates": [
"common"
]
},
"complication": {
"templates": [
"common"
]
},
"martialart": {
"templates": [
"common"
]
}
}
}