Difference between revisions of "Parts/Structural/mk1Parts/mk1Fuselage.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
(Updated for 0.23) |
(*update to 0.24;) |
||
Line 28: | Line 28: | ||
subcategory = 0 | subcategory = 0 | ||
title = Mk1 Fuselage - Jet Fuel | title = Mk1 Fuselage - Jet Fuel | ||
− | manufacturer = C7 Aerospace | + | manufacturer = C7 Aerospace Division |
description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter. | description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter. | ||
Line 35: | Line 35: | ||
// --- standard part parameters --- | // --- standard part parameters --- | ||
− | mass = 0. | + | mass = 0.15 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 |
Revision as of 19:51, 18 July 2014
PART { // Kerbal Space Program - Part Config // Fuselage Fuel Tank // // --- general parameters --- name = MK1Fuselage module = Part author = C7studios // --- asset parameters --- mesh = model.mu scale = 0.01 // --- node definitions --- node_stack_top = 0.0, 74.5, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -75.5, 0.0, 0.0, 1.0, 0.0 node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1 // --- editor parameters --- TechRequired = aerodynamicSystems entryCost = 4600 cost = 550 category = Propulsion subcategory = 0 title = Mk1 Fuselage - Jet Fuel manufacturer = C7 Aerospace Division description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 // --- standard part parameters --- mass = 0.15 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 20 breakingForce = 50 breakingTorque = 50 maxTemp = 3000 fuelCrossFeed = True // --- fuel tank parameters --- RESOURCE { name = LiquidFuel amount = 150 maxAmount = 150 } }