Fix Upgrade cost and some Starship actor sheet data

updated data to be inline with new structure, but not seeing it transfer through.  need to figure out why.
This commit is contained in:
supervj 2021-06-04 17:02:30 -04:00
parent 22c962d4d3
commit de6d3d4eb7
3 changed files with 19 additions and 8 deletions

View file

@ -489,6 +489,17 @@ SW5E.powerDieTypes = [1, "d4", "d6", "d8", "d10", "d12"];
/* -------------------------------------------- */
/**
* Enumerate the upgrade costs as they apply to starships in the SW5E system based on Tier.
* @type {Array.<string>}
*/
SW5E.baseUpgradeCost = [0, 3900, 77500, 297000, 620000, 1150000];
/* -------------------------------------------- */
/**
* Enumerate the base stat and feature settings for starships based on size.
* @type {Array.<string>}