Difference between revisions of "Parts/Utility/linearVernorRCS/linearRCS.cfg"
From Kerbal Space Program Wiki
m (*update to 0.90.0;) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Place-Anywhere 7 Linear RCS Port|2=PART | {{Part config|Place-Anywhere 7 Linear RCS Port|2=PART | ||
{ | { | ||
− | + | name = linearRcs | |
− | name = linearRcs | + | module = Part |
− | module = Part | + | author = C. Jenkins |
− | author = C. Jenkins | + | mesh = model.mu |
− | + | scale = 1 | |
− | + | node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0 | |
− | mesh = model.mu | + | TechRequired = advFlightControl |
− | scale = 1 | + | entryCost = 4200 |
− | + | cost = 280 | |
− | + | category = Control | |
− | + | subcategory = 0 | |
− | node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0 | + | title = Place-Anywhere 7 Linear RCS Port |
− | + | manufacturer = Reaction Systems Ltd | |
− | + | description = For every space that really needs an RCS thruster, Reaction Systems Ltd has you covered with its new Place-Anywhere 7 Linear RCS Port! | |
− | TechRequired = advFlightControl | + | attachRules = 0,1,0,1,1 |
− | entryCost = 4200 | + | mass = 0.03 |
− | cost = | + | dragModelType = default |
− | category = Control | + | maximum_drag = 0.01 |
− | subcategory = 0 | + | minimum_drag = 0.01 |
− | title = Place-Anywhere 7 Linear RCS Port | + | angularDrag = 0.1 |
− | manufacturer = Reaction Systems Ltd | + | crashTolerance = 50 |
− | description = For every space that really needs an RCS thruster, Reaction Systems Ltd has you covered with its new Place-Anywhere 7 Linear RCS Port! | + | breakingForce = 50 |
− | + | breakingTorque = 50 | |
− | + | maxTemp = 2000 // = 3400 | |
− | attachRules = 0,1,0,1,1 | + | fuelCrossFeed = True |
− | + | PhysicsSignificance = 1 | |
− | + | bulkheadProfiles = srf | |
− | mass = 0. | + | MODULE |
− | dragModelType = default | + | { |
− | maximum_drag = 0.01 | + | name = ModuleRCS |
− | minimum_drag = 0.01 | + | thrusterTransformName = RCSthruster |
− | angularDrag = 0.1 | + | thrusterPower = 2.0 |
− | crashTolerance = 50 | + | resourceName = MonoPropellant |
− | breakingForce = 50 | + | resourceFlowMode = STAGE_PRIORITY_FLOW |
− | breakingTorque = 50 | + | atmosphereCurve |
− | maxTemp = 3400 | + | { |
− | fuelCrossFeed = True | + | key = 0 240 |
− | + | key = 1 100 | |
− | + | key = 4 0.001 | |
− | PhysicsSignificance = 1 | + | } |
− | + | } | |
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 19:00, 29 April 2015
PART { name = linearRcs module = Part author = C. Jenkins mesh = model.mu scale = 1 node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0 TechRequired = advFlightControl entryCost = 4200 cost = 280 category = Control subcategory = 0 title = Place-Anywhere 7 Linear RCS Port manufacturer = Reaction Systems Ltd description = For every space that really needs an RCS thruster, Reaction Systems Ltd has you covered with its new Place-Anywhere 7 Linear RCS Port! attachRules = 0,1,0,1,1 mass = 0.03 dragModelType = default maximum_drag = 0.01 minimum_drag = 0.01 angularDrag = 0.1 crashTolerance = 50 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 3400 fuelCrossFeed = True PhysicsSignificance = 1 bulkheadProfiles = srf MODULE { name = ModuleRCS thrusterTransformName = RCSthruster thrusterPower = 2.0 resourceName = MonoPropellant resourceFlowMode = STAGE_PRIORITY_FLOW atmosphereCurve { key = 0 240 key = 1 100 key = 4 0.001 } } }