Skip to content

Commit

Permalink
Slightly increase T3 Arty MuzzleVelocity. Fixes FAForever#1093
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoncleanse committed Sep 29, 2016
1 parent 9945cfe commit 37d52a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion units/UAL0304/UAL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ UnitBlueprint {
MinRadius = 0,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 22,
MuzzleVelocity = 24,
MuzzleVelocityReduceDistance = 85,
ProjectileId = '/projectiles/AIFSonanceShell01/AIFSonanceShell01_proj.bp',
ProjectilesPerOnFire = 1,
Expand Down
2 changes: 1 addition & 1 deletion units/UEL0304/UEL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ UnitBlueprint {
MinRadius = 0,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 22,
MuzzleVelocity = 24,
MuzzleVelocityReduceDistance = 85,
ProjectileId = '/projectiles/TIFAntiMatterShells02/TIFAntiMatterShells02_proj.bp',
ProjectileLifetime = 20,
Expand Down
2 changes: 1 addition & 1 deletion units/URL0304/URL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ UnitBlueprint {
MinRadius = 0,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 22,
MuzzleVelocity = 24,
MuzzleVelocityReduceDistance = 85,
ProjectileId = '/projectiles/CIFArtilleryProton01/CIFArtilleryProton01_proj.bp',
ProjectilesPerOnFire = 1,
Expand Down
2 changes: 1 addition & 1 deletion units/XSL0304/XSL0304_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ UnitBlueprint {
MuzzleChargeDelay = 0.25,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 22,
MuzzleVelocity = 24,
MuzzleVelocityReduceDistance = 85,
ProjectileId = '/projectiles/SIFSuthanusArtilleryShell01/SIFSuthanusArtilleryShell01_proj.bp',
ProjectilesPerOnFire = 1,
Expand Down

0 comments on commit 37d52a5

Please sign in to comment.