foundryvtt-beam-saber/template.json
Peter Varaksin fee245cfcd Progress
2020-04-21 09:51:49 +03:00

204 lines
3.7 KiB
JSON

{
"Actor": {
"types": ["character"],
"character": {
"alias": "",
"heritage": "",
"background": "",
"vice": "",
"stress": [0],
"traumas": [],
"healing-clock": [0],
"class": "cutter",
"harm": {
"light": {
"one": "",
"two": ""
},
"medium": {
"one": "",
"two": ""
},
"heavy": {
"one": ""
},
"deadly": {
"one": ""
}
},
"armor-uses": {
"armor": 0,
"heavy": 0,
"special": 0
},
"attributes": {
"insight": {
"exp": [0],
"skills": {
"hunt": [0],
"study": [0],
"survey": [0],
"tinker": [0]
}
},
"prowess": {
"exp": [0],
"skills": {
"finesse": [0],
"prowl": [0],
"skirmish": [0],
"wreck": [0]
}
},
"resolve": {
"exp": [0],
"skills": {
"attune": [0],
"command": [0],
"consort": [0],
"sway": [0]
}
}
},
"heritages": {
"akoros": {
"label": "Akoros",
"dtype": "String"
},
"the-dagger-isles": {
"label": "The Dagger Isles",
"dtype": "String"
},
"iruvia": {
"label": "Iruvia",
"dtype": "String"
},
"severos": {
"label": "Severos",
"dtype": "String"
},
"skovlan": {
"label": "Skovlan",
"dtype": "String"
},
"tycheros": {
"label": "Tycheros",
"dtype": "String"
}
},
"backgrounds": {
"academic": {
"label": "Academic",
"dtype": "String"
},
"labor": {
"label": "Labor",
"dtype": "String"
},
"law": {
"label": "Law",
"dtype": "String"
},
"trade": {
"label": "Trade",
"dtype": "String"
},
"military": {
"label": "Military",
"dtype": "String"
},
"noble": {
"label": "Noble",
"dtype": "String"
},
"underworld": {
"label": "Underworld",
"dtype": "String"
}
},
"vices": {
"faith": {
"label": "Faith",
"dtype": "String"
},
"gambling": {
"label": "Gambling",
"dtype": "String"
},
"luxury": {
"label": "Luxury",
"dtype": "String"
},
"obligation": {
"label": "Obligation",
"dtype": "String"
},
"pleasure": {
"label": "Pleasure",
"dtype": "String"
},
"stupor": {
"label": "Stupor",
"dtype": "String"
},
"weird": {
"label": "Weird",
"dtype": "String"
}
},
"classes": {
"cutter": {
"skills": {
"skirmish": 2,
"command": 1
}
},
"hound": {
"skills": {
"hunt": 2,
"survey": 1
}
},
"leech": {
"skills": {
"tinker": 2,
"wreck": 1
}
},
"lurk": {
"skills": {
"finesse": 1,
"prowl": 2
}
},
"slide": {
"skills": {
"consort": 1,
"sway": 2
}
},
"spider": {
"skills": {
"study": 1,
"consort": 2
}
},
"whisper": {
"skills": {
"study": 1,
"attune": 2
}
}
}
}
},
"Item": {
"types": ["item"],
"item": {
"class_restriction": "",
"load": 0,
"description": ""
}
}
}