Skip to content

Commit bf77029

Browse files
committed
[0.9.0] 0.95.1a official compat
* fixed modifiers that reduce a stat being percent mods instead of mult mods allowing for them to be negative in combination with other mods * extended ship list to prevent ship list from extending off screen unless you have either a lot, lot, lot of ships.. or a small screen. * burn level upgrades now twice as strong, and shows an unrounded burn level upgrade. * updated augments loader to be data-based, pulling classes from augments.json allowing other mods to potentially add augments (but why) * fixed a rare casting issue with settings getters * changed Magazines to use new 0.95.1a methods in MutableShipStatsAPI to change reload speed of magazine-based weapons * some tooltip changes
1 parent 68a1eb5 commit bf77029

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

data/config/upgrades.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#if a variable ends with Scalar, it is a flat multiplier multiplied with level.
1616
"Weapons": {
1717
"name": "Weapons",
18-
"damageUpgradeScalar": 5,
19-
"damageQualityMult": 1.5,
20-
"rangeUpgradeScalar": 1.66,
21-
"rangeQualityMult": 2.25,
18+
"damageUpgradeScalar": 3,
19+
"damageQualityMult": 1.33,
20+
"rangeUpgradeScalar": 1.25,
21+
"rangeQualityMult": 2,
2222
"fluxCostUpgradeScalar": -3.66,
2323
"fluxCostQualityMult": 1.75,
2424
"weaponHealthScalar": 2
@@ -98,7 +98,7 @@
9898
"Magazines": {
9999
"name": "Magazines",
100100
"missileMagazineScalar": 3.33,
101-
"rateOfFireUpgradeScalar": 3,
102-
"rateOfFireQualityMult": 1.66
101+
"rateOfFireUpgradeScalar": 5,
102+
"rateOfFireQualityMult": 1.33
103103
}
104104
}

0 commit comments

Comments
 (0)