Skip to content

Commit

Permalink
Further nerf the range of the Harmonic Depth Charges
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Jun 18, 2024
1 parent 15ede6a commit 6f3eccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog/snippets/balance.6235.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- (#6235) Tone down the Tempest, as it has become too oppressive and snowballed too quickly. Most importantly, its extremely powerful depth charges now fire once every 6 seconds instead of once every 5 seconds. Additionally, the amount of mass required for it to attain one level of veterancy is increased from 12k to 14.4k.
- (#6235) Tone down the Tempest, as it has become too oppressive and snowballed too quickly. Most importantly, its extremely powerful depth charges now fire once every 6 seconds instead of once every 5 seconds and have a reduced range. Additionally, the amount of mass required for it to attain one level of veterancy is increased from 12k to 18k.
- Tempest: Experimental Battleship (UAS0401):
- Oblivion Cannon Damage: 8000 --> 10000
- Oblivion Cannon RateOfFire: 0.1 --> 0.08
- Harmonic Depth Charge MaxRadius: 80 --> 70
- Harmonic Depth Charge MaxRadius: 80 --> 65
- Harmonic Depth Charge RateOfFire: 0.2 --> 0.1667
- Harmonic Depth Charge DPS: 420 --> 350
- VeteranMassMult: 0.5 --> 0.75
Expand Down
2 changes: 1 addition & 1 deletion units/UAS0401/UAS0401_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ UnitBlueprint{
},
FiringTolerance = 2,
Label = "Torpedo01",
MaxRadius = 70,
MaxRadius = 65,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 6,
MuzzleVelocity = 20,
Expand Down

0 comments on commit 6f3eccb

Please sign in to comment.