foundryvtt-beam-saber/template.json
2020-04-21 19:06:33 +03:00

229 lines
4.2 KiB
JSON

{
"Actor": {
"types": ["character", "crew"],
"character": {
"alias": "",
"heritage": "",
"background": "",
"vice": "",
"stress": [0],
"traumas": [],
"healing-clock": [0],
"experience": [0],
"coins": [0],
"coins_stashed": [0],
"special_abilities": [],
"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", "class", "ability", "heritages", "backgrounds", "vices"],
"item": {
"class_restriction": "",
"load": 0,
"description": ""
},
"class": {
"description": "",
"base_skills": {
"hunt": [0],
"study": [0],
"survey": [0],
"tinker": [0],
"finesse": [0],
"prowl": [0],
"skirmish": [0],
"wreck": [0],
"attune": [0],
"command": [0],
"consort": [0],
"sway": [0]
},
"class_items": []
},
"ability": {
"class": "",
"description": ""
}
}
}