Skip to content

Commit

Permalink
revert corvette LT power usage upping
Browse files Browse the repository at this point in the history
6000 -> 7500 -> 6000, it left a gap between 2001 and 3374 where no LTs would fire on corvettes, just a confusing and unnecessary balancing change
  • Loading branch information
Crystalzzzz authored Jan 6, 2024
1 parent a35ace8 commit caf7e43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ data class StarshipTypeBalancing(
volume = 10,
pitch = 2.0f,
soundName = "starship.weapon.turbolaser.light.shoot",
powerUsage = 7500,
powerUsage = 6000,
length = 0,
angleRadians = 0.0,
convergeDistance = 0.0,
Expand Down

0 comments on commit caf7e43

Please sign in to comment.