Skip to content

Commit

Permalink
re add minimum 17.5k block count for quad turrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystalzzzz authored and Gutin1 committed Feb 12, 2024
1 parent 69fdd19 commit 5e7fb2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ data class StarshipTypeBalancing(
aimDistance = 0,
inaccuracyRadians = 2.0,
maxPerShot = 3,
applyCooldownToAll = true
applyCooldownToAll = true,
minBlockCount = 17500
)
)
),
Expand Down

0 comments on commit 5e7fb2d

Please sign in to comment.