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 40641aed95
commit 3f4c8119ad
3 changed files with 19 additions and 8 deletions

View file

@ -663,6 +663,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>}