foundryvtt-beam-saber/template.json

149 lines
2.6 KiB
JSON
Raw Normal View History

2020-04-17 21:23:57 +00:00
{
"Actor": {
2020-04-21 16:06:33 +00:00
"types": ["character", "crew"],
2020-04-17 21:23:57 +00:00
"character": {
"alias": "",
"stress": [0],
"traumas": [],
"healing-clock": [0],
2020-04-21 16:06:33 +00:00
"experience": [0],
"coins": [0],
"coins_stashed": [0],
"special_abilities": [],
2020-04-17 21:23:57 +00:00
"harm": {
"light": {
"one": "",
"two": ""
},
"medium": {
"one": "",
"two": ""
},
"heavy": {
"one": ""
},
"deadly": {
"one": ""
}
},
"armor-uses": {
"armor": 0,
"heavy": 0,
"special": 0
},
"attributes": {
"insight": {
2020-04-21 06:51:49 +00:00
"exp": [0],
"skills": {
"hunt": [0],
"study": [0],
"survey": [0],
"tinker": [0]
}
2020-04-17 21:23:57 +00:00
},
"prowess": {
2020-04-21 06:51:49 +00:00
"exp": [0],
"skills": {
"finesse": [0],
"prowl": [0],
"skirmish": [0],
"wreck": [0]
}
2020-04-17 21:23:57 +00:00
},
"resolve": {
2020-04-21 06:51:49 +00:00
"exp": [0],
"skills": {
"attune": [0],
"command": [0],
"consort": [0],
"sway": [0]
}
2020-04-17 21:23:57 +00:00
}
},
2020-04-21 06:51:49 +00:00
"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
}
}
2020-04-17 21:23:57 +00:00
}
}
2020-04-21 06:51:49 +00:00
},
"Item": {
2020-04-22 07:57:36 +00:00
"types": ["item", "class", "ability", "heritage", "background", "vice"],
2020-04-21 06:51:49 +00:00
"item": {
"class_restriction": "",
"load": 0,
"description": ""
2020-04-21 16:06:33 +00:00
},
"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": ""
2020-04-22 07:57:36 +00:00
},
"heritage": {
"description": ""
},
"background": {
"description": ""
},
"vice": {
"description": ""
2020-04-21 06:51:49 +00:00
}
2020-04-17 21:23:57 +00:00
}
}