Difference between revisions of "Parts/Utility/radialAttachmentPoint/radialAttachmentPoint.cfg"
From Kerbal Space Program Wiki
m (BobBot moved page Parts/Utility/stackPoint1/part.cfg to Parts/Utility/radialAttachmentPoint/radialAttachmentPoint.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|BZ-52 Radial Attachment Point|2=PART | {{Part config|BZ-52 Radial Attachment Point|2=PART | ||
{ | { | ||
− | name = stackPoint1 | + | name = stackPoint1 |
− | module = Part | + | module = Part |
− | author = NovaSilisko | + | author = NovaSilisko |
− | + | mesh = model.mu | |
− | mesh = model.mu | + | rescaleFactor = 1 |
− | + | node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1 | |
− | rescaleFactor = 1 | + | node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0 |
− | + | TechRequired = specializedConstruction | |
− | node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1 | + | entryCost = 4200 |
− | node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0 | + | cost = 1250 |
− | + | category = Structural | |
− | TechRequired = | + | subcategory = 0 |
− | entryCost = | + | title = BZ-52 Radial Attachment Point |
− | cost = 1250 | + | manufacturer = Found behind the Clamp-O-Tron factory |
− | category = Structural | + | description = Originally a defective Clamp-O-Tron docking port, engineers soon discovered it had great potential as a structural element. |
− | subcategory = 0 | + | attachRules = 1,1,1,1,1 |
− | title = BZ-52 Radial Attachment Point | + | mass = 0.04 |
− | manufacturer = Found behind the Clamp-O-Tron factory | + | dragModelType = default |
− | description = Originally a defective Clamp-O-Tron docking port, engineers soon discovered it had great potential as a structural element. | + | maximum_drag = 0.25 |
− | + | minimum_drag = 0.25 | |
− | attachRules = 1,1,1,1,1 | + | angularDrag = 0.5 |
− | + | crashTolerance = 10 | |
− | mass = 0.04 | + | maxTemp = 2000 // = 3400 |
− | dragModelType = default | + | PhysicsSignificance = 1 |
− | maximum_drag = 0.25 | + | bulkheadProfiles = size1, srf |
− | minimum_drag = 0.25 | ||
− | angularDrag = 0.5 | ||
− | crashTolerance = 10 | ||
− | maxTemp = 3400 | ||
− | |||
− | PhysicsSignificance = 1 | ||
} | } | ||
}} | }} |
Revision as of 19:33, 29 April 2015
PART { name = stackPoint1 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1 node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0 TechRequired = specializedConstruction entryCost = 4200 cost = 1250 category = Structural subcategory = 0 title = BZ-52 Radial Attachment Point manufacturer = Found behind the Clamp-O-Tron factory description = Originally a defective Clamp-O-Tron docking port, engineers soon discovered it had great potential as a structural element. attachRules = 1,1,1,1,1 mass = 0.04 dragModelType = default maximum_drag = 0.25 minimum_drag = 0.25 angularDrag = 0.5 crashTolerance = 10 maxTemp = 2000 // = 3400 PhysicsSignificance = 1 bulkheadProfiles = size1, srf }