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:
supervj 2021-05-02 00:53:46 -04:00
parent 6ecf1e7b96
commit d0eae64241
4 changed files with 144 additions and 3 deletions

View file

@ -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",