Parts/Engine/MassiveSRB/part.cfg
From Kerbal Space Program Wiki
PART { name = MassiveBooster module = Part author = Squad mesh = MassiveSRB.mu rescaleFactor = 1.0 node_stack_top = 0.0, 7.429159, 0.0, 0.0, 1.0, 0.0, 1 node_stack_bottom = 0.0, -7.435616, 0.0, 0.0, -1.0, 0.0, 1 node_attach = 0.0, 0.0, -0.635, 0.0, 0.0, 1.0 TechRequired = heavyRocketry entryCost = 8000 cost = 2700 category = Propulsion subcategory = 0 title = S1 SRB-KD25k "Kickback" Solid Fuel Booster manufacturer = Kerbodyne description = This super heavy booster is designed to be recovered after jettisoning. Once recovered, it is refurbished and refueled for another launch. attachRules = 1,1,1,1,0 mass = 4.5 // heatConductivity = 0.04 // 1/3 default skinInternalConductionMult = 4.0 emissiveConstant = 0.5 // yes, it's white. But let's claim it's an emissive white... dragModelType = default maximum_drag = 0.3 minimum_drag = 0.2 angularDrag = 2 breakingForce = 200 breakingTorque = 200 crashTolerance = 7 maxTemp = 2200 // = 3900 stagingIcon = SOLID_BOOSTER bulkheadProfiles = size1, srf EFFECTS { running_closed { AUDIO { channel = Ship clip = sound_rocket_hard volume = 0.0 0.0 volume = 1.0 1.0 pitch = 0.0 0.2 pitch = 1.0 1.0 loop = true } PREFAB_PARTICLE { prefabName = fx_smokeTrail_veryLarge transformName = smokePoint emission = 0.0 0.0 emission = 0.05 0.0 emission = 0.075 0.25 emission = 1.0 1.25 speed = 0.0 0.25 speed = 1.0 1.0 localOffset = 0, 0, 1 } MODEL_MULTI_PARTICLE { modelName = Squad/FX/SRB_Large transformName = fxPoint emission = 0.0 0.0 emission = 0.05 0.0 emission = 0.075 0.25 emission = 1.0 1.25 speed = 0.0 0.5 speed = 1.0 1.2 } MODEL_PARTICLE { modelName = Squad/FX/SRB_LargeSparks transformName = fxPoint emission = 0.0 0.0 emission = 0.05 0.0 emission = 0.075 0.25 emission = 1.0 1.25 speed = 0.0 0.5 speed = 1.0 1.2 } } engage { AUDIO { channel = Ship clip = sound_vent_medium volume = 1.0 pitch = 2.0 loop = false } } flameout { PREFAB_PARTICLE { prefabName = fx_exhaustSparks_flameout_2 transformName = fxPoint oneShot = true } AUDIO { channel = Ship clip = sound_explosion_low volume = 1.0 pitch = 2.0 loop = false } } } MODULE { name = ModuleEnginesFX thrustVectorTransformName = thrustTransform engineID = S1SRB powerEffectName = running_closed throttleLocked = True exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 maxThrust = 670 heatProduction = 415 useEngineResponseTime = True engineAccelerationSpeed = 8.0 allowShutdown = False fxOffset = 0, 0, 0.35 EngineType = SolidBooster PROPELLANT { name = SolidFuel ratio = 1.0 DrawGauge = True } atmosphereCurve { key = 0 220 key = 1 195 key = 7 0.001 } } MODULE { name = ModuleAnimateHeat ThermalAnim = HeatAnimationSRB } MODULE { name = FlagDecal textureQuadName = FlagTransform } RESOURCE { name = SolidFuel amount = 2600 maxAmount = 2600 } MODULE { name = ModuleTestSubject environments = 15 useStaging = True useEvent = False } MODULE { name = ModuleSurfaceFX thrustProviderModuleIndex = 0 fxMax = 1 maxDistance = 80 falloff = 2 thrustTransformName = thrustTransform } }