Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Signatum committed Jul 27, 2015
1 parent eaa0eeb commit 6cd3c3e
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions GameData/SXT/Parts/Engine/Vanguard/X405.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,27 @@ entryCost = 1600
cost = 400
category = Propulsion
subcategory = 0
title = KX-405 Liquid Fuel Engine
title = LV-405 "Vanguard" Liquid Fuel Engine
manufacturer = Kerbodyne
description =

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.09
// heatConductivity = 0.06 // half default
skinInternalConductionMult = 4.0
emissiveConstant = 0.8 // engine nozzles are good at radiating.
mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
breakingForce = 200
breakingTorque = 200
maxTemp = 3600
maxTemp = 2000
bulkheadProfiles = size0

EFFECTS
{
Expand Down Expand Up @@ -113,8 +117,8 @@ MODULE
}
atmosphereCurve
{
key = 0 310
key = 1 280
key = 0 270
key = 1 250
}
}
MODULE
Expand Down Expand Up @@ -209,4 +213,20 @@ MODULE
rotatorsName = rot5
}
}
MODULE
{
name = ModuleTestSubject
environments = 15
useStaging = True
useEvent = True
}
MODULE
{
name = ModuleSurfaceFX
thrustProviderModuleIndex = 0
fxMax = 0.5
maxDistance = 30
falloff = 1.5
thrustTransformName = thrustTransform
}
}

0 comments on commit 6cd3c3e

Please sign in to comment.