Difference between revisions of "Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C.cfg"
From Kerbal Space Program Wiki
m (BobBot moved page Parts/Utility/stackSeparatorMini/part.cfg to Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|TR-2C Stack Separator|2=PART | {{Part config|TR-2C Stack Separator|2=PART | ||
{ | { | ||
− | + | name = stackSeparatorMini | |
− | + | module = Part | |
− | + | author = NovaSilisko | |
− | + | mesh = model.mu | |
− | + | scale = 1 | |
− | + | rescaleFactor = 1 | |
− | + | node_stack_bottom = 0.0, -0.07590994, 0.0, 0.0, -1.0, 0.0, 0 | |
− | + | node_stack_top = 0.0, 0.07590994, 0.0, 0.0, 1.0, 0.0, 0 | |
− | + | sound_vent_large = decouple | |
− | + | TechRequired = miniaturization | |
− | + | entryCost = 6200 | |
− | + | cost = 450 | |
− | name = stackSeparatorMini | + | category = Structural |
− | module = Part | + | subcategory = 0 |
− | author = NovaSilisko | + | title = TR-2C Stack Separator |
− | + | manufacturer = O.M.B. Demolition Enterprises | |
− | + | description = Similarly to the TR-18D, the TR-2C is a utility for slicing a rocket into two halves, but now in a more compact size. The manual says the explosive content is just enough to eject anything attached to the unit in a safe, controlled manner. The delivery guy did have a full bomb suit on though, so try not to drop it. | |
− | mesh = model.mu | + | attachRules = 1,0,1,1,0 |
− | scale = 1 | + | mass = 0.02 |
− | rescaleFactor = 1 | + | dragModelType = default |
− | + | maximum_drag = 0.2 | |
− | + | minimum_drag = 0.2 | |
− | + | angularDrag = 2 | |
− | + | crashTolerance = 9 | |
− | node_stack_bottom = 0.0, -0.07590994, 0.0, 0.0, 1.0, 0.0, 0 | + | maxTemp = 2000 // = 3400 |
− | node_stack_top = 0.0, 0.07590994, 0.0, 0.0, 1.0, 0.0, 0 | + | fuelCrossFeed = False |
− | + | stageOffset = 1 | |
− | + | childStageOffset = 1 | |
− | + | bulkheadProfiles = size0 | |
− | sound_vent_large = decouple | + | MODULE |
− | + | { | |
− | + | name = ModuleDecouple | |
− | + | isOmniDecoupler = true | |
− | TechRequired = | + | ejectionForce = 15 |
− | entryCost = 6200 | + | } |
− | cost = 450 | + | MODULE |
− | category = Structural | + | { |
− | subcategory = 0 | + | name = ModuleTestSubject |
− | title = TR-2C Stack Separator | + | environments = 15 |
− | manufacturer = O.M.B. Demolition Enterprises | + | useStaging = True |
− | description = Similarly to the TR-18D, the TR-2C is a utility for slicing a rocket into two halves, but now in a more compact size. The manual says the explosive content is just enough to eject anything attached to the unit in a safe, controlled manner. The delivery guy did have a full bomb suit on though, so try not to drop it. | + | useEvent = False |
− | + | } | |
− | |||
− | |||
− | attachRules = 1,0,1,1,0 | ||
− | |||
− | |||
− | mass = 0.02 | ||
− | dragModelType = default | ||
− | maximum_drag = 0.2 | ||
− | minimum_drag = 0.2 | ||
− | angularDrag = 2 | ||
− | crashTolerance = 9 | ||
− | maxTemp = 3400 | ||
− | fuelCrossFeed = False | ||
− | |||
− | stageOffset = 1 | ||
− | childStageOffset = 1 | ||
− | |||
− | |||
− | |||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 19:35, 29 April 2015
PART { name = stackSeparatorMini module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 1 node_stack_bottom = 0.0, -0.07590994, 0.0, 0.0, -1.0, 0.0, 0 node_stack_top = 0.0, 0.07590994, 0.0, 0.0, 1.0, 0.0, 0 sound_vent_large = decouple TechRequired = miniaturization entryCost = 6200 cost = 450 category = Structural subcategory = 0 title = TR-2C Stack Separator manufacturer = O.M.B. Demolition Enterprises description = Similarly to the TR-18D, the TR-2C is a utility for slicing a rocket into two halves, but now in a more compact size. The manual says the explosive content is just enough to eject anything attached to the unit in a safe, controlled manner. The delivery guy did have a full bomb suit on though, so try not to drop it. attachRules = 1,0,1,1,0 mass = 0.02 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 9 maxTemp = 2000 // = 3400 fuelCrossFeed = False stageOffset = 1 childStageOffset = 1 bulkheadProfiles = size0 MODULE { name = ModuleDecouple isOmniDecoupler = true ejectionForce = 15 } MODULE { name = ModuleTestSubject environments = 15 useStaging = True useEvent = False } }