More work on starship sizes as "classes"

getting there, this seems to be droppable, but doesn't show on sheet yet.
This commit is contained in:
supervj 2021-05-22 01:05:50 -04:00
parent 8b60052f65
commit b3007aeecb
7 changed files with 95 additions and 13 deletions

View file

@ -1045,11 +1045,28 @@
"size": "",
"tier": 0,
"hullDice": "d6",
"hullDiceStart": 1,
"hullDiceStart": 3,
"hullDiceRolled":[6],
"hullDiceUsed": 0,
"shldDice": "d6",
"shldDiceStart": 1,
"shldDiceStart": 3,
"shldDiceRolled":[6],
"shldDiceUsed": 0,
"modMaxSuitesBase": 0,
"modMaxSuitesMult": 1,
"modBaseCap": 20,
"modSizeCostMult": 1,
"modMinWorkforce": 2,
"suiteCap": 1,
"equipCostMult": 1,
"equipMinWorkforce": 1,
"cargoCap": 2,
"fuelCost": 50,
"fuelCap": 10,
"foodCap": 10,
"baseTurnSpeed": 250,
"hardpointSizeMod": 2,
"minCrew": 1,
"pwrDice": "1",
"source": "SotG"
},