Skip to content

Commit

Permalink
1.2.1.2 Final changes Release ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaJoesSoup committed May 30, 2018
1 parent 4663a0a commit 1b076fb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ PART
{
name = MissileLauncher

thrust = 60 //KN thrust during boost phase
thrust = 100 //KN thrust during boost phase
cruiseThrust = 15 //thrust during cruise phase
dropTime = 0 //how many seconds after release until engine ignites
boostTime = 10 //seconds of boost phase
boostTime = 5 //seconds of boost phase
cruiseTime = 118 //seconds of cruise phase
guidanceActive = true //missile has guidanceActive
maxTurnRateDPS = 20 //degrees per second
Expand All @@ -58,7 +58,7 @@ PART
CruiseAltitude = 250
DetonationDistance = 0

decoupleSpeed = 10
decoupleSpeed = 15
decoupleForward = true

audioClipPath = BDArmory/Sounds/jet
Expand All @@ -76,9 +76,9 @@ PART
maxAoA = 45

aero = true
liftArea = 0.0053
liftArea = 0.0055
steerMult = 5
maxTorque = 25
maxTorque = 23
torqueRampUp = 25
terminalManeuvering = false

Expand Down

0 comments on commit 1b076fb

Please sign in to comment.