forked from GitHub-Mirrors/foundry-sw5e
Add Skills to Starships
Added skills to the starship sheets and made them rollable. Sorry about the direct commit to Develop, but I forgot to branch it off...
This commit is contained in:
parent
a28cbc5a8a
commit
fa7b03109f
7 changed files with 95 additions and 90 deletions
158
template.json
158
template.json
|
@ -404,86 +404,86 @@
|
|||
}
|
||||
},
|
||||
"starship": {
|
||||
"templates": ["common"],
|
||||
"attributes": {
|
||||
"hp": {
|
||||
"value": 10,
|
||||
"max": 10,
|
||||
"formula": "",
|
||||
"temp": 0,
|
||||
"tempmax": 0
|
||||
},
|
||||
"sp": {
|
||||
"formula": ""
|
||||
}
|
||||
},
|
||||
"details": {
|
||||
"tier": 0,
|
||||
"role": "",
|
||||
"source": ""
|
||||
},
|
||||
"skills": {
|
||||
"ast": {
|
||||
"value": 0,
|
||||
"ability": "int"
|
||||
},
|
||||
"bst": {
|
||||
"value": 0,
|
||||
"ability": "str"
|
||||
},
|
||||
"dat": {
|
||||
"value": 0,
|
||||
"ability": "int"
|
||||
"templates": ["common"],
|
||||
"attributes": {
|
||||
"hp": {
|
||||
"value": 10,
|
||||
"max": 10,
|
||||
"formula": "",
|
||||
"temp": 0,
|
||||
"tempmax": 0
|
||||
},
|
||||
"sp": {
|
||||
"formula": ""
|
||||
}
|
||||
},
|
||||
"hid": {
|
||||
"value": 0,
|
||||
"ability": "dex"
|
||||
},
|
||||
"imp": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
},
|
||||
"int": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
},
|
||||
"man": {
|
||||
"value": 0,
|
||||
"ability": "dex"
|
||||
},
|
||||
"men": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
},
|
||||
"pat": {
|
||||
"value": 0,
|
||||
"ability": "con"
|
||||
},
|
||||
"prb": {
|
||||
"value": 0,
|
||||
"ability": "int"
|
||||
},
|
||||
"ram": {
|
||||
"value": 0,
|
||||
"ability": "str"
|
||||
},
|
||||
"reg": {
|
||||
"value": 0,
|
||||
"ability": "con"
|
||||
},
|
||||
"scn": {
|
||||
"value": 0,
|
||||
"ability": "wis"
|
||||
},
|
||||
"swn": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
}
|
||||
},
|
||||
"traits": {
|
||||
"size": "med"
|
||||
}
|
||||
},
|
||||
"details": {
|
||||
"tier": 0,
|
||||
"role": "",
|
||||
"source": ""
|
||||
},
|
||||
"skills": {
|
||||
"ast": {
|
||||
"value": 0,
|
||||
"ability": "int"
|
||||
},
|
||||
"bst": {
|
||||
"value": 0,
|
||||
"ability": "str"
|
||||
},
|
||||
"dat": {
|
||||
"value": 0,
|
||||
"ability": "int"
|
||||
},
|
||||
"hid": {
|
||||
"value": 0,
|
||||
"ability": "dex"
|
||||
},
|
||||
"imp": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
},
|
||||
"int": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
},
|
||||
"man": {
|
||||
"value": 0,
|
||||
"ability": "dex"
|
||||
},
|
||||
"men": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
},
|
||||
"pat": {
|
||||
"value": 0,
|
||||
"ability": "con"
|
||||
},
|
||||
"prb": {
|
||||
"value": 0,
|
||||
"ability": "int"
|
||||
},
|
||||
"ram": {
|
||||
"value": 0,
|
||||
"ability": "str"
|
||||
},
|
||||
"reg": {
|
||||
"value": 0,
|
||||
"ability": "con"
|
||||
},
|
||||
"scn": {
|
||||
"value": 0,
|
||||
"ability": "wis"
|
||||
},
|
||||
"swn": {
|
||||
"value": 0,
|
||||
"ability": "cha"
|
||||
}
|
||||
},
|
||||
"traits": {
|
||||
"size": "med"
|
||||
}
|
||||
},
|
||||
"vehicle": {
|
||||
"templates": ["common"],
|
||||
"abilities": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue