Difference between revisions of "Parts/Command/externalCommandSeat/externalCommandSeat.cfg"
From Kerbal Space Program Wiki
< Parts
(Created page with "<pre> PART { name = seatExternalCmd module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0 cost = 800 cat...") |
(Updated for 0.23) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|EAS-1 External Command Seat|2=PART | |
− | PART | ||
{ | { | ||
name = seatExternalCmd | name = seatExternalCmd | ||
Line 10: | Line 9: | ||
node_attach = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0 | ||
− | + | //node_stack_bottom = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0, 0 | |
− | cost = | + | |
+ | TechRequired = fieldScience | ||
+ | entryCost = 8100 | ||
+ | |||
+ | cost = 1200 | ||
category = Pods | category = Pods | ||
subcategory = 0 | subcategory = 0 | ||
Line 35: | Line 38: | ||
{ | { | ||
name = KerbalSeat | name = KerbalSeat | ||
− | seatPivotName = seatPivot | + | seatPivotName = seatPivot |
− | |||
ejectDirection = 0, 1, 0.2 | ejectDirection = 0, 1, 0.2 | ||
} | } | ||
} | } | ||
− | + | }} |
Revision as of 13:07, 24 January 2014
PART { name = seatExternalCmd module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0 //node_stack_bottom = 0.0, 0.0, 0.2, 0.0, 0.0, -1.0, 0 TechRequired = fieldScience entryCost = 8100 cost = 1200 category = Pods subcategory = 0 title = EAS-1 External Command Seat manufacturer = Kerlington Model Rockets and Paper Products Inc. description = The EAS-1 External Command Seat provides all the controls needed to fully operate a spacecraft, just like a command pod, but without such needless frivolities as "pressurized interiors", or "seat belts". It's bare-bones, pedal-to-the-metal efficiency at its finest. attachRules = 0,1,0,1,0 mass = 0.05 dragModelType = default maximum_drag = 0.05 minimum_drag = 0.05 angularDrag = 1 crashTolerance = 6 breakingForce = 20 breakingTorque = 20 maxTemp = 2900 vesselType = Rover MODULE { name = KerbalSeat seatPivotName = seatPivot ejectDirection = 0, 1, 0.2 } }