Parts/Command/probeStackSmall/probeStackSmall.cfg
From Kerbal Space Program Wiki
< Parts
Revision as of 22:26, 7 October 2014 by BobBot (talk | contribs) (BobBot moved page Parts/Command/probeStackSmall/part.cfg to Parts/Command/probeStackSmall/probeStackSmall.cfg without leaving a redirect: Renamed part configuration file after update.)
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 = 750 category = Pods subcategory = 0 title = RC-001S Remote Guidance Unit manufacturer = STEADLER Engineering Corps description = Developed at the behest of H.R. departments everywhere, the RGU not only allows for control of unmanned rockets, it's also equipped with its own reaction wheels and is totally hypoallergenic. 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 = 30 maxAmount = 30 } MODULE { name = ModuleReactionWheel PitchTorque = 0.5 YawTorque = 0.5 RollTorque = 0.5 RESOURCE { name = ElectricCharge rate = 0.03 } } MODULE { name = ModuleSAS } }