Update template.json

Add crawl roll turn movement values.
Removed some duplicate values.
Ran Prettier so I could read it easier.
This commit is contained in:
supervj 2021-04-21 22:49:13 -04:00
parent d60e1fbcfa
commit 47cfad4624

View file

@ -47,8 +47,11 @@
"movement": { "movement": {
"burrow": 0, "burrow": 0,
"climb": 0, "climb": 0,
"crawl": 0,
"fly": 0, "fly": 0,
"roll": 0,
"swim": 0, "swim": 0,
"turn": 0,
"walk": 30, "walk": 30,
"units": "ft", "units": "ft",
"hover": false "hover": false
@ -303,7 +306,7 @@
"save": "", "save": "",
"skill": "" "skill": ""
}, },
"power": { "power": {
"forceLightDC": "", "forceLightDC": "",
"forceUnivDC": "", "forceUnivDC": "",
"forceDarkDC": "", "forceDarkDC": "",
@ -404,63 +407,50 @@
} }
}, },
"starship": { "starship": {
"templates": ["common"], "templates": ["common"],
"attributes": { "attributes": {
"cargcap": 0, "cargcap": 0,
"crewcap": 0, "crewcap": 0,
"cscap": 0, "cscap": 0,
"death": { "death": {
"failure": 0, "failure": 0,
"success": 0 "success": 0
},
"dr": 0,
"engpow": 1,
"exhaustion": 0,
"hd": "",
"hp": {
"value": 10,
"max": 10,
"formula": "",
"temp": 0,
"tempmax": 0
},
"hsm": 1,
"mods": {
"open": 10,
"max": 10
},
"pd": "",
"sd": "",
"shieldpow": 1,
"sp": {
"formula": ""
},
"sscap": 0,
"suites": {
"open": 0,
"max": 0
}, },
"weaponpow": 1 "dr": 0,
}, "engpow": 1,
"details": { "exhaustion": 0,
"tier": 0, "hd": "",
"role": "", "hp": {
"source": "" "value": 10,
}, "max": 10,
"skills": { "formula": "",
"ast": { "temp": 0,
"value": 0, "tempmax": 0
"ability": "int" },
}, "hsm": 1,
"bst": { "mods": {
"value": 0, "open": 10,
"ability": "str" "max": 10
}, },
"dat": { "pd": "",
"value": 0, "sd": "",
"ability": "int" "shieldpow": 1,
}, "sp": {
"skills": { "formula": ""
},
"sscap": 0,
"suites": {
"open": 0,
"max": 0
},
"weaponpow": 1
},
"details": {
"tier": 0,
"role": "",
"source": ""
},
"skills": {
"ast": { "ast": {
"value": 0, "value": 0,
"ability": "int" "ability": "int"
@ -499,7 +489,7 @@
}, },
"prb": { "prb": {
"value": 0, "value": 0,
"ability": "int" "ability": "int"
}, },
"ram": { "ram": {
"value": 0, "value": 0,
@ -517,11 +507,11 @@
"value": 0, "value": 0,
"ability": "cha" "ability": "cha"
} }
}, },
"traits": { "traits": {
"size": "med" "size": "med"
} }
}, },
"vehicle": { "vehicle": {
"templates": ["common"], "templates": ["common"],
"abilities": { "abilities": {
@ -568,8 +558,17 @@
"value": ["poison", "psychic"] "value": ["poison", "psychic"]
}, },
"ci": { "ci": {
"value": ["blinded", "charmed", "deafened", "frightened", "paralyzed", "petrified", "poisoned", "stunned", "value": [
"unconscious"] "blinded",
"charmed",
"deafened",
"frightened",
"paralyzed",
"petrified",
"poisoned",
"stunned",
"unconscious"
]
} }
}, },
"cargo": { "cargo": {
@ -579,63 +578,85 @@
} }
}, },
"Item": { "Item": {
"types": ["archetype", "background", "backpack", "class", "classfeature", "consumable", "deployment", "deploymentfeature", "equipment", "feat", "fightingmastery", "fightingstyle", "lightsaberform", "loot", "power", "species", "starshipfeature", "starshipmod", "tool", "venture", "weapon"], "types": [
"archetype",
"background",
"backpack",
"class",
"classfeature",
"consumable",
"deployment",
"deploymentfeature",
"equipment",
"feat",
"fightingmastery",
"fightingstyle",
"lightsaberform",
"loot",
"power",
"species",
"starshipfeature",
"starshipmod",
"tool",
"venture",
"weapon"
],
"templates": { "templates": {
"archetypeDescription": { "archetypeDescription": {
"description": "", "description": "",
"source": "" "source": ""
}, },
"backgroundDescription": { "backgroundDescription": {
"flavorText": { "flavorText": {
"value": "" "value": ""
}, },
"flavorName": { "flavorName": {
"value": "" "value": ""
}, },
"flavorDescription": { "flavorDescription": {
"value": "" "value": ""
}, },
"flavorOptions": { "flavorOptions": {
"value": "" "value": ""
}, },
"skillProficiencies": { "skillProficiencies": {
"value": "" "value": ""
}, },
"toolProficiencies": { "toolProficiencies": {
"value": "" "value": ""
}, },
"languages": { "languages": {
"value": "" "value": ""
}, },
"equipment": { "equipment": {
"value": "" "value": ""
}, },
"suggestedCharacteristics": { "suggestedCharacteristics": {
"value": "" "value": ""
}, },
"featureName": { "featureName": {
"value": "" "value": ""
}, },
"featureText": { "featureText": {
"value": "" "value": ""
}, },
"featOptions": { "featOptions": {
"value": "" "value": ""
}, },
"personalityTraitOptions": { "personalityTraitOptions": {
"value": "" "value": ""
}, },
"idealOptions": { "idealOptions": {
"value": "" "value": ""
}, },
"flawOptions": { "flawOptions": {
"value": "" "value": ""
}, },
"bondOptions": { "bondOptions": {
"value": "" "value": ""
}, },
"source": { "source": {
"value": "" "value": ""
} }
}, },
"itemDescription": { "itemDescription": {
@ -647,46 +668,46 @@
"requirements": "", "requirements": "",
"source": "" "source": ""
}, },
"classDescription": { "classDescription": {
"description": { "description": {
"value": "" "value": ""
} }
}, },
"fightingmasteryDescription": { "fightingmasteryDescription": {
"description": { "description": {
"value": "" "value": ""
}, },
"source": { "source": {
"value": "" "value": ""
} }
}, },
"fightingstyleDescription": { "fightingstyleDescription": {
"description": { "description": {
"value": "" "value": ""
}, },
"source": { "source": {
"value": "" "value": ""
} }
}, },
"lightsaberformDescription": { "lightsaberformDescription": {
"description": { "description": {
"value": "" "value": ""
}, },
"source": { "source": {
"value": "" "value": ""
} }
}, },
"speciesDescription": { "speciesDescription": {
"data": "$characteristics-table", "data": "$characteristics-table",
"description": { "description": {
"value": "", "value": "",
"chat": "", "chat": "",
"unidentified": "" "unidentified": ""
}, },
"source": "", "source": "",
"traits": "" "traits": ""
}, },
"ventureDescription": { "ventureDescription": {
"description": { "description": {
"value": "" "value": ""
}, },
@ -767,32 +788,36 @@
}, },
"starshipEquipment": { "starshipEquipment": {
"capx": { "capx": {
"value":null "value": null
}, },
"hpperhd": { "hpperhd": {
"value":null "value": null
}, },
"regrateco": { "regrateco": {
"value":null "value": null
}, },
"cscap": { "cscap": {
"value":null "value": null
}, },
"sscap": { "sscap": {
"value":null "value": null
}, },
"fuelcostsmod": { "fuelcostsmod": {
"value":null "value": null
}, },
"powerdicerec": { "powerdicerec": {
"value":null "value": null
}, },
"hdclass": { "hdclass": {
"value":null "value": null
} }
} }
}, },
"htmlFields": ["description.value", "description.chat", "description.unidentified"], "htmlFields": [
"description.value",
"description.chat",
"description.unidentified"
],
"archetype": { "archetype": {
"templates": ["archetypeDescription"], "templates": ["archetypeDescription"],
"className": "", "className": "",
@ -814,7 +839,7 @@
}, },
"class": { "class": {
"templates": ["classDescription"], "templates": ["classDescription"],
"className": "", "className": "",
"levels": 1, "levels": 1,
"archetype": "", "archetype": "",
"hitDice": "d6", "hitDice": "d6",
@ -846,9 +871,6 @@
"value": null "value": null
} }
}, },
"deploymentfeature": {
"templates": ["itemDescription", "activatedEffect", "action"]
},
"fightingmastery": { "fightingmastery": {
"templates": ["fightingmasteryDescription"] "templates": ["fightingmasteryDescription"]
}, },
@ -862,14 +884,26 @@
"templates": ["ventureDescription"] "templates": ["ventureDescription"]
}, },
"consumable": { "consumable": {
"templates": ["itemDescription", "physicalItem", "activatedEffect", "action"], "templates": [
"itemDescription",
"physicalItem",
"activatedEffect",
"action"
],
"consumableType": "potion", "consumableType": "potion",
"uses": { "uses": {
"autoDestroy": false "autoDestroy": false
} }
}, },
"equipment": { "equipment": {
"templates": ["itemDescription", "physicalItem", "activatedEffect", "action", "mountable", "starshipEquipment"], "templates": [
"itemDescription",
"physicalItem",
"activatedEffect",
"action",
"mountable",
"starshipEquipment"
],
"armor": { "armor": {
"type": "light", "type": "light",
"value": 10, "value": 10,
@ -896,7 +930,7 @@
}, },
"species": { "species": {
"templates": ["speciesDescription"] "templates": ["speciesDescription"]
}, },
"tool": { "tool": {
"templates": ["itemDescription", "physicalItem"], "templates": ["itemDescription", "physicalItem"],
"ability": "int", "ability": "int",
@ -933,7 +967,7 @@
"starshipfeature": { "starshipfeature": {
"templates": ["itemDescription", "activatedEffect", "action"], "templates": ["itemDescription", "activatedEffect", "action"],
"size": "med", "size": "med",
"tier": 0 "tier": 0
}, },
"starshipmod": { "starshipmod": {
"templates": ["itemDescription", "activatedEffect", "action"], "templates": ["itemDescription", "activatedEffect", "action"],
@ -955,7 +989,13 @@
} }
}, },
"weapon": { "weapon": {
"templates": ["itemDescription", "physicalItem" ,"activatedEffect", "action", "mountable"], "templates": [
"itemDescription",
"physicalItem",
"activatedEffect",
"action",
"mountable"
],
"weaponType": "simpleVW", "weaponType": "simpleVW",
"properties": {}, "properties": {},
"proficient": true "proficient": true