Skip to content

Commit

Permalink
Fix the Solace sometimes not dropping its torpedoes (or dropping them…
Browse files Browse the repository at this point in the history
… behind or on top of ships)
  • Loading branch information
Basilisk3 authored Feb 13, 2024
1 parent b2b86ff commit 1f16c45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions units/XAA0306/XAA0306_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UnitBlueprint{
AutoLandTime = 1,
BankFactor = 2.5,
BankForward = false,
BreakOffDistance = 42,
BreakOffDistance = 44,
BreakOffTrigger = 15,
CanFly = true,
CombatTurnSpeed = 0.8,
Expand Down Expand Up @@ -227,9 +227,9 @@ UnitBlueprint{
HeadingArcCenter = 0,
HeadingArcRange = 30,
Label = "Bomb",
MaxRadius = 32,
MaxRadius = 28,
MinRadius = 4,
MuzzleSalvoDelay = 0.3,
MuzzleSalvoDelay = 0.2,
MuzzleSalvoSize = 5,
MuzzleVelocity = 0,
ProjectileId = "/projectiles/AANTorpedoCluster01/AANTorpedoCluster01_proj.bp",
Expand All @@ -248,7 +248,7 @@ UnitBlueprint{
RackSalvoReloadTime = 0,
RackSalvoSize = 2,
RackSlavedToTurret = false,
RateOfFire = 0.08,
RateOfFire = 0.1,
TargetPriorities = {
"CRUISER",
"(NAVAL * TECH2 * SHIELD)",
Expand Down

0 comments on commit 1f16c45

Please sign in to comment.