Skip to content

Commit

Permalink
Fix Salvation being unable to fire and hit targets that are near the …
Browse files Browse the repository at this point in the history
…maximum radius(FAForever#6142)
  • Loading branch information
lL1l1 authored May 1, 2024
1 parent 442c8ec commit 24e06f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/snippets/fix.6142.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6142) Fix Salvation being unable to fire at max range by reverting previous muzzle velocity changes.
4 changes: 2 additions & 2 deletions units/XAB2307/XAB2307_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ UnitBlueprint{
MuzzleChargeDelay = 0.2,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 98,
MuzzleVelocityReduceDistance = 1400,
MuzzleVelocity = 150,
MuzzleVelocityReduceDistance = 4000,
ProjectileId = "/projectiles/AIFFragmentationSensorShell01/AIFFragmentationSensorShell01_proj.bp",
ProjectileLifetime = 150,
ProjectilesPerOnFire = 25,
Expand Down

0 comments on commit 24e06f2

Please sign in to comment.