Use beam-saber template
This commit is contained in:
parent
4ac2be50e9
commit
cdad30b5aa
1 changed files with 695 additions and 481 deletions
340
template.json
340
template.json
|
@ -1,17 +1,8 @@
|
|||
{
|
||||
"Actor": {
|
||||
"types": ["character", "npc", "crew", "\uD83D\uDD5B clock", "factions"],
|
||||
"types": ["character", "npc", "vehicle", "crew", "\uD83D\uDD5B clock", "factions"],
|
||||
"character": {
|
||||
"alias": "",
|
||||
"look": "",
|
||||
"heritage": "",
|
||||
"background": "",
|
||||
"background-details": "",
|
||||
"vice": "",
|
||||
"vice-purveyor": "",
|
||||
"playbook": "",
|
||||
"acquaintances": [],
|
||||
"acquaintances_label": "BITD.Acquaintances",
|
||||
"stress": {
|
||||
"value": [0],
|
||||
"max": 9,
|
||||
|
@ -25,20 +16,18 @@
|
|||
"value": [0],
|
||||
"name": "BITD.Trauma",
|
||||
"name_default": "BITD.Trauma",
|
||||
"options": ["cold", "haunted", "obsessed", "paranoid", "reckless", "soft", "unstable", "vicious"],
|
||||
"list": []
|
||||
"list": [0]
|
||||
},
|
||||
"healing-clock": [0],
|
||||
"repair-clock": [0],
|
||||
"experience": [0],
|
||||
"experience_max": 8,
|
||||
"experience_clues": ["BITD.ClassExpClue3", "BITD.ClassExpClue2"],
|
||||
"playbook-xp": 0,
|
||||
"coins": [0],
|
||||
"coins_stashed": [0],
|
||||
"special_abilities": [],
|
||||
"loadout": 0,
|
||||
"load_level": "",
|
||||
"selected_load_level": "",
|
||||
"base_max_load": 0,
|
||||
"harm": {
|
||||
"light": {
|
||||
"one": "",
|
||||
|
@ -58,87 +47,287 @@
|
|||
"armor-uses": {
|
||||
"armor": 0,
|
||||
"heavy": 0,
|
||||
"special": 0
|
||||
"spark": 0
|
||||
},
|
||||
"drive": {
|
||||
"description": "",
|
||||
"clock1": 0,
|
||||
"clock2": 0
|
||||
},
|
||||
"connections": {
|
||||
"connection1": {
|
||||
"name": "",
|
||||
"belief1":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief2":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief3":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief4":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"discoveries": ""
|
||||
},
|
||||
"connection2": {
|
||||
"name": "",
|
||||
"belief1":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief2":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief3":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief4":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"discoveries": ""
|
||||
},
|
||||
"connection3": {
|
||||
"name": "",
|
||||
"belief1":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief2":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief3":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief4":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"discoveries": ""
|
||||
},
|
||||
"connection4": {
|
||||
"name": "",
|
||||
"belief1":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief2":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief3":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief4":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"discoveries": ""
|
||||
},
|
||||
"connection5": {
|
||||
"name": "",
|
||||
"belief1":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief2":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief3":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief4":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"discoveries": ""
|
||||
},
|
||||
"connection6": {
|
||||
"name": "",
|
||||
"belief1":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief2":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief3":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"belief4":{
|
||||
"description": "",
|
||||
"checked": 0
|
||||
},
|
||||
"discoveries": ""
|
||||
}
|
||||
},
|
||||
"vehicle-name": "",
|
||||
"vehicle-description": "",
|
||||
"selected_vehicle_load_level": "",
|
||||
"vehicle-armor-uses": {
|
||||
"armor": 0,
|
||||
"heavy": 0
|
||||
},
|
||||
"vehicle-gear": [],
|
||||
"vehicle-enhance": 0,
|
||||
"vehicle-breakdown": 0,
|
||||
"vehicle-damage": {
|
||||
"light": {
|
||||
"one": "",
|
||||
"two": ""
|
||||
},
|
||||
"medium": {
|
||||
"one": "",
|
||||
"two": ""
|
||||
},
|
||||
"heavy": {
|
||||
"one": ""
|
||||
},
|
||||
"deadly": {
|
||||
"one": ""
|
||||
}
|
||||
},
|
||||
"vehicle-quirks": {
|
||||
"quirk1": {
|
||||
"name": "",
|
||||
"used": 0
|
||||
},
|
||||
"quirk2": {
|
||||
"name": "",
|
||||
"used": 0
|
||||
},
|
||||
"quirk3": {
|
||||
"name": "",
|
||||
"used": 0
|
||||
},
|
||||
"quirk4": {
|
||||
"name": "",
|
||||
"used": 0
|
||||
},
|
||||
"quirk5": {
|
||||
"name": "",
|
||||
"used": 0
|
||||
},
|
||||
"quirk6": {
|
||||
"name": "",
|
||||
"used": 0
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"insight": {
|
||||
"exp": 0,
|
||||
"exp_max": 6,
|
||||
"exp": [0],
|
||||
"label": "BITD.SkillsInsight",
|
||||
"skills": {
|
||||
"hunt": {
|
||||
"label": "BITD.SkillsHunt",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"study": {
|
||||
"label": "BITD.SkillsStudy",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"survey": {
|
||||
"label": "BITD.SkillsSurvey",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"tinker": {
|
||||
"label": "BITD.SkillsTinker",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
}
|
||||
}
|
||||
},
|
||||
"prowess": {
|
||||
"exp": 0,
|
||||
"exp_max": 6,
|
||||
"exp": [0],
|
||||
"label": "BITD.SkillsProwess",
|
||||
"skills": {
|
||||
"finesse": {
|
||||
"label": "BITD.SkillsFinesse",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"prowl": {
|
||||
"label": "BITD.SkillsProwl",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"skirmish": {
|
||||
"label": "BITD.SkillsSkirmish",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"wreck": {
|
||||
"label": "BITD.SkillsWreck",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
}
|
||||
}
|
||||
},
|
||||
"resolve": {
|
||||
"exp": 0,
|
||||
"exp_max": 6,
|
||||
"exp": [0],
|
||||
"label": "BITD.SkillsResolve",
|
||||
"skills": {
|
||||
"attune": {
|
||||
"label": "BITD.SkillsAttune",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"command": {
|
||||
"label": "BITD.SkillsCommand",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"consort": {
|
||||
"label": "BITD.SkillsConsort",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
},
|
||||
"sway": {
|
||||
"label": "BITD.SkillsSway",
|
||||
"value": 0,
|
||||
"max": 4
|
||||
"value": [0]
|
||||
}
|
||||
}
|
||||
},
|
||||
"expertise": {
|
||||
"exp": [0],
|
||||
"label": "BITD.SkillsExpertise",
|
||||
"skills": {
|
||||
"battle": {
|
||||
"label": "BITD.SkillsBattle",
|
||||
"value": [0]
|
||||
},
|
||||
"destroy": {
|
||||
"label": "BITD.SkillsDestroy",
|
||||
"value": [0]
|
||||
},
|
||||
"maneuver": {
|
||||
"label": "BITD.SkillsManeuver",
|
||||
"value": [0]
|
||||
}
|
||||
}
|
||||
},
|
||||
"acuity": {
|
||||
"exp": [0],
|
||||
"label": "BITD.SkillsAcuity",
|
||||
"skills": {
|
||||
"bombard": {
|
||||
"label": "BITD.SkillsBombard",
|
||||
"value": [0]
|
||||
},
|
||||
"manipulate": {
|
||||
"label": "BITD.SkillsManipulate",
|
||||
"value": [0]
|
||||
},
|
||||
"scan": {
|
||||
"label": "BITD.SkillsScan",
|
||||
"value": [0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -148,7 +337,7 @@
|
|||
"name": "",
|
||||
"reputation": [0],
|
||||
"lair": "",
|
||||
"tier": "",
|
||||
"tier": [0],
|
||||
"deity": "",
|
||||
"hold": ["strong"],
|
||||
"experience": [0],
|
||||
|
@ -157,6 +346,18 @@
|
|||
"max": 4,
|
||||
"value": [0]
|
||||
},
|
||||
"materiel": {
|
||||
"max": 4,
|
||||
"value": [0]
|
||||
},
|
||||
"personnel": {
|
||||
"max": 4,
|
||||
"value": [0]
|
||||
},
|
||||
"stash": {
|
||||
"max": 4,
|
||||
"value": [0]
|
||||
},
|
||||
"vault": {
|
||||
"value": [0],
|
||||
"max": 0
|
||||
|
@ -169,8 +370,7 @@
|
|||
"\uD83D\uDD5B clock": {
|
||||
"name": "",
|
||||
"type": 4,
|
||||
"value": "0",
|
||||
"owner": ""
|
||||
"value": "0"
|
||||
},
|
||||
"factions": {
|
||||
"name": ""
|
||||
|
@ -183,10 +383,19 @@
|
|||
"associated_faction": "",
|
||||
"associated_crew_type": "",
|
||||
"notes": ""
|
||||
},
|
||||
"vehicle": {
|
||||
"name": "",
|
||||
"model": "",
|
||||
"description": "",
|
||||
"size": "",
|
||||
"notes":"",
|
||||
"associated_faction": "",
|
||||
"difficulty": ""
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["faction", "item", "class", "ability", "heritage", "background", "vice", "crew_upgrade", "cohort", "crew_type", "crew_reputation", "crew_upgrade", "crew_ability"],
|
||||
"types": ["faction", "item", "vehicle_gear", "class", "ability", "heritage", "background", "vice", "crew_upgrade", "cohort", "crew_type", "crew_reputation", "crew_upgrade", "crew_ability"],
|
||||
"templates": {
|
||||
"default": {
|
||||
"description": ""
|
||||
|
@ -194,13 +403,10 @@
|
|||
"ability": {
|
||||
"description": "",
|
||||
"class": "",
|
||||
"price": 1,
|
||||
"purchased": false,
|
||||
"class_default": false
|
||||
"price": 1
|
||||
},
|
||||
"logic": {
|
||||
"logic": ""
|
||||
}
|
||||
},
|
||||
"activatedEffect": {
|
||||
"activation": {
|
||||
|
@ -233,6 +439,7 @@
|
|||
"target": null,
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"faction": {
|
||||
"templates": ["default"],
|
||||
|
@ -269,15 +476,16 @@
|
|||
"item": {
|
||||
"templates": ["default", "logic", "activatedEffect"],
|
||||
"class": "",
|
||||
"load": 0,
|
||||
"uses": 1,
|
||||
"additional_info": "",
|
||||
"equipped" : false,
|
||||
"num_available": 1
|
||||
"load": 1
|
||||
},
|
||||
"vehicle_gear": {
|
||||
"templates": ["default", "logic", "activatedEffect"],
|
||||
"class": "",
|
||||
"load": 1
|
||||
},
|
||||
"class": {
|
||||
"templates": ["default", "logic", "activatedEffect"],
|
||||
"experience_clues": [],
|
||||
"experience_clues": "",
|
||||
"base_skills": {
|
||||
"hunt": [0],
|
||||
"study": [0],
|
||||
|
@ -290,7 +498,13 @@
|
|||
"attune": [0],
|
||||
"command": [0],
|
||||
"consort": [0],
|
||||
"sway": [0]
|
||||
"sway": [0],
|
||||
"battle": [0],
|
||||
"destroy": [0],
|
||||
"maneuver": [0],
|
||||
"bombard": [0],
|
||||
"manipulate": [0],
|
||||
"scan": [0]
|
||||
}
|
||||
},
|
||||
"ability": {
|
||||
|
@ -527,5 +741,5 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue