forked from GitHub-Mirrors/foundry-sw5e
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:
parent
d60e1fbcfa
commit
47cfad4624
1 changed files with 176 additions and 136 deletions
|
@ -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
|
||||||
|
@ -460,19 +463,6 @@
|
||||||
"value": 0,
|
"value": 0,
|
||||||
"ability": "int"
|
"ability": "int"
|
||||||
},
|
},
|
||||||
"skills": {
|
|
||||||
"ast": {
|
|
||||||
"value": 0,
|
|
||||||
"ability": "int"
|
|
||||||
},
|
|
||||||
"bst": {
|
|
||||||
"value": 0,
|
|
||||||
"ability": "str"
|
|
||||||
},
|
|
||||||
"dat": {
|
|
||||||
"value": 0,
|
|
||||||
"ability": "int"
|
|
||||||
},
|
|
||||||
"hid": {
|
"hid": {
|
||||||
"value": 0,
|
"value": 0,
|
||||||
"ability": "dex"
|
"ability": "dex"
|
||||||
|
@ -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,7 +578,29 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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": "",
|
||||||
|
@ -792,7 +813,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"htmlFields": ["description.value", "description.chat", "description.unidentified"],
|
"htmlFields": [
|
||||||
|
"description.value",
|
||||||
|
"description.chat",
|
||||||
|
"description.unidentified"
|
||||||
|
],
|
||||||
"archetype": {
|
"archetype": {
|
||||||
"templates": ["archetypeDescription"],
|
"templates": ["archetypeDescription"],
|
||||||
"className": "",
|
"className": "",
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue