Parts/Command/probeStackSmall/probeStackSmall.cfg
From Kerbal Space Program Wiki
PART { name = probeStackSmall module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 CrewCapacity = 0 node_stack_bottom = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, 1 node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1 TechRequired = advUnmanned entryCost = 17800 cost = 2250 category = Pods subcategory = 0 title = RC-001S Remote Guidance Unit manufacturer = STEADLER Engineering Corps description = The STEADLER RGU core is one of the most complete command units available to date, featuring all the latest guidance systems, plus its own internal set of Reaction Wheels. STEADLER claims this is the closest one can get to a fully self-contained spacecraft. (Some assembly required. Spacecraft sold separately) attachRules = 1,0,1,1,0 // --- standard part parameters --- mass = 0.1 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 9 maxTemp = 3400 explosionPotential = 0 vesselType = Probe MODULE { name = ModuleCommand minimumCrew = 0 RESOURCE { name = ElectricCharge rate = 0.05 } } RESOURCE { name = ElectricCharge amount = 15 maxAmount = 15 } MODULE { name = ModuleReactionWheel PitchTorque = 0.5 YawTorque = 0.5 RollTorque = 0.5 RESOURCE { name = ElectricCharge rate = 0.03 } } MODULE { name = ModuleSAS SASServiceLevel = 3 } }