Skip to content

Commit

Permalink
Cruiser: Ion Turret Range 400.0 -> 500.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwazedilla committed Sep 10, 2024
1 parent c0920fa commit a330b03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ data class StarshipTypeBalancing(
weapons = StarshipWeapons(
ionTurret = StarshipWeapons.StarshipWeapon(
canFire = true,
range = 400.0,
range = 500.0,
speed = 95.0,
areaShieldDamageMultiplier = 30.0,
starshipShieldDamageMultiplier = 3.7,
Expand Down Expand Up @@ -1130,7 +1130,7 @@ class StarshipWeapons(

val ionTurret: StarshipWeapon = StarshipWeapon(
canFire = false,
range = 300.0,
range = 500.0,
speed = 200.0,
areaShieldDamageMultiplier = 60.0,
starshipShieldDamageMultiplier = 20.0,
Expand Down

0 comments on commit a330b03

Please sign in to comment.