Added multiplier modifier traits, removing GainsStatUpgrades, InvulnerabilityUpgrade, & Invulnerable.
This commit is contained in:
@@ -85,7 +85,8 @@ frigate:
|
||||
Cargo:
|
||||
MaxWeight: 20
|
||||
PipCount: 10
|
||||
Invulnerable:
|
||||
DamageMultiplier@INVULNERABLE:
|
||||
Modifier: 0
|
||||
FlyAwayOnIdle:
|
||||
RejectsOrders:
|
||||
|
||||
|
||||
@@ -15,7 +15,21 @@
|
||||
400: firepower, damage, speed, reload, inaccuracy, rank
|
||||
800: firepower, damage, speed, reload, inaccuracy, rank
|
||||
1600: firepower, damage, speed, reload, inaccuracy, rank, eliteweapon, selfheal
|
||||
GainsStatUpgrades:
|
||||
FirepowerMultiplier@EXPERIENCE:
|
||||
UpgradeTypes: firepower
|
||||
Modifier: 110, 115, 120, 130
|
||||
DamageMultiplier@EXPERIENCE:
|
||||
UpgradeTypes: damage
|
||||
Modifier: 91, 87, 83, 65
|
||||
SpeedMultiplier@EXPERIENCE:
|
||||
UpgradeTypes: speed
|
||||
Modifier: 110, 115, 120, 150
|
||||
ReloadDelayMultiplier@EXPERIENCE:
|
||||
UpgradeTypes: reload
|
||||
Modifier: 95, 90, 85, 75
|
||||
InaccuracyMultiplier@EXPERIENCE:
|
||||
UpgradeTypes: inaccuracy
|
||||
Modifier: 90, 80, 70, 50
|
||||
SelfHealing@ELITE:
|
||||
Step: 2
|
||||
Ticks: 100
|
||||
|
||||
Reference in New Issue
Block a user