Skip to content

Commit

Permalink
Buff/fix the Wailer's AA-missiles (FAForever#6211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored May 24, 2024
1 parent ee89f4f commit 96224e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog/snippets/balance.6211.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- (#6211) Increase the velocity and lifetime of the Wailer's AA-missiles, since they often expired before they were able to reach their target.
- Wailer: T3 Heavy Gunship (XRA0305):
- MuzzleVelocity: 13 --> 22
- ProjectileLifetime: 2.0 --> 2.4
4 changes: 2 additions & 2 deletions units/XRA0305/XRA0305_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@ UnitBlueprint{
MaxRadius = 38,
MuzzleSalvoDelay = 0.2,
MuzzleSalvoSize = 3,
MuzzleVelocity = 13,
MuzzleVelocity = 22,
NotExclusive = true,
ProjectileId = "/projectiles/CAAMissileNanite03/CAAMissileNanite03_proj.bp",
ProjectileLifetime = 2,
ProjectileLifetime = 2.4,
ProjectilesPerOnFire = 3,
RackBones = {
{
Expand Down

0 comments on commit 96224e5

Please sign in to comment.