forked from GitHub-Mirrors/foundry-sw5e
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:
parent
22c962d4d3
commit
de6d3d4eb7
3 changed files with 19 additions and 8 deletions
|
@ -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>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue