Difference between revisions of "Parts/Structural/structuralIBeam200/structuralIBeam200.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
m (BobBot moved page Parts/Structural/structuralIBeam2/part.cfg to Parts/Structural/structuralIBeam200/structuralIBeam200.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|M-Beam 200 I-Beam|2=PART | {{Part config|M-Beam 200 I-Beam|2=PART | ||
{ | { | ||
− | name = structuralIBeam2 | + | name = structuralIBeam2 |
− | module = Part | + | module = Part |
− | author = NovaSilisko | + | author = NovaSilisko |
− | + | mesh = model.mu | |
− | mesh = model.mu | + | rescaleFactor = 1 |
− | rescaleFactor = 1 | + | node_stack_top = 0, 1.598274, 0, 0, 1, 0, 0 |
− | + | node_stack_bottom = 0,-1.598274, 0, 0, -1, 0, 0 | |
− | node_stack_top = 0, 1.598274, 0, 0, | + | node_attach = 0, -1.598274, 0, 0, -1, 0, 0 |
− | node_stack_bottom = 0,-1.598274, 0, 0, 1, 0, 0 | + | TechRequired = composites |
− | + | entryCost = 6800 | |
− | node_attach = 0, -1.598274, 0, 0, -1, 0, 0 | + | cost = 25 |
− | + | category = Structural | |
− | TechRequired = composites | + | subcategory = 0 |
− | entryCost = 6800 | + | title = M-Beam 200 I-Beam |
− | cost = 25 | + | manufacturer = Dinkelstein Kerman's Construction Emporium |
− | category = Structural | + | description = Handcrafted by Dinkelstein himself, the M-Beam 200 works great for making rockets and skyscrapers alike. |
− | subcategory = 0 | + | attachRules = 1,1,1,1,1 |
− | title = M-Beam 200 I-Beam | + | mass = 0.375 |
− | manufacturer = Dinkelstein Kerman's Construction Emporium | + | dragModelType = default |
− | description = Handcrafted by Dinkelstein himself, the M-Beam 200 works great for making rockets and skyscrapers alike. | + | maximum_drag = 0.2 |
− | attachRules = 1,1,1,1,1 | + | minimum_drag = 0.2 |
− | + | angularDrag = 1 | |
− | + | crashTolerance = 80 | |
− | mass = 0.375 | + | breakingForce = 200 |
− | dragModelType = default | + | breakingTorque = 200 |
− | maximum_drag = 0.2 | + | maxTemp = 2000 // = 3200 |
− | minimum_drag = 0.2 | + | fuelCrossFeed = False |
− | angularDrag = 1 | + | bulkheadProfiles = size0, srf |
− | crashTolerance = 80 | ||
− | breakingForce = 200 | ||
− | breakingTorque = 200 | ||
− | maxTemp = 3200 | ||
− | fuelCrossFeed = False | ||
} | } | ||
}} | }} |
Revision as of 10:43, 30 April 2015
PART { name = structuralIBeam2 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0, 1.598274, 0, 0, 1, 0, 0 node_stack_bottom = 0,-1.598274, 0, 0, -1, 0, 0 node_attach = 0, -1.598274, 0, 0, -1, 0, 0 TechRequired = composites entryCost = 6800 cost = 25 category = Structural subcategory = 0 title = M-Beam 200 I-Beam manufacturer = Dinkelstein Kerman's Construction Emporium description = Handcrafted by Dinkelstein himself, the M-Beam 200 works great for making rockets and skyscrapers alike. attachRules = 1,1,1,1,1 mass = 0.375 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 80 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3200 fuelCrossFeed = False bulkheadProfiles = size0, srf }