forked from GitHub-Mirrors/foundry-sw5e
Created Starship size as "class"
This will be used to automatically upgrade Tier and Dice. Need to build in logic still
This commit is contained in:
parent
6ecf1e7b96
commit
d0eae64241
4 changed files with 144 additions and 3 deletions
|
@ -624,6 +624,7 @@
|
|||
"loot",
|
||||
"power",
|
||||
"species",
|
||||
"starship",
|
||||
"starshipfeature",
|
||||
"starshipmod",
|
||||
"tool",
|
||||
|
@ -815,6 +816,11 @@
|
|||
"conditions": ""
|
||||
}
|
||||
},
|
||||
"starshipDescription": {
|
||||
"description": {
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"starshipEquipment": {
|
||||
"capx": {
|
||||
"value": null
|
||||
|
@ -993,6 +999,19 @@
|
|||
"formula": null
|
||||
}
|
||||
},
|
||||
"starship": {
|
||||
"templates": ["starshipDescription"],
|
||||
"size": "",
|
||||
"tier": 0,
|
||||
"hullDice": "d6",
|
||||
"hullDiceStart": 1,
|
||||
"hullDiceUsed": 0,
|
||||
"shldDice": "d6",
|
||||
"shldDiceStart": 1,
|
||||
"shldDiceUsed": 0,
|
||||
"pwrDice": "1",
|
||||
"source": "SotG"
|
||||
},
|
||||
"starshipfeature": {
|
||||
"templates": ["itemDescription", "activatedEffect", "action"],
|
||||
"size": "med",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue