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 b3344ba8b9
commit 0be98ab20c
7 changed files with 59 additions and 7 deletions

View file

@ -1035,11 +1035,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"
},