Difference between revisions of "Parts/Structural/mk1Parts/mk1Fuselage.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
m (*update to 1.0;) |
m (*update to 1.0.1;) |
||
Line 4: | Line 4: | ||
module = Part | module = Part | ||
author = C7studios | author = C7studios | ||
− | scale = 0. | + | scale = 0.0125 |
+ | rescaleFactor = 1 | ||
node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0 | node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0 | ||
node_stack_bottom = 0.0, -75.0, 0.0, 0.0, -1.0, 0.0 | node_stack_bottom = 0.0, -75.0, 0.0, 0.0, -1.0, 0.0 | ||
Line 31: | Line 32: | ||
{ | { | ||
model = Squad/Parts/Structural/mk1Parts/mk1Fuselage | model = Squad/Parts/Structural/mk1Parts/mk1Fuselage | ||
+ | scale = 1.25, 1.25, 1.25 | ||
} | } | ||
RESOURCE | RESOURCE |
Revision as of 20:56, 1 May 2015
PART { name = MK1Fuselage module = Part author = C7studios scale = 0.0125 rescaleFactor = 1 node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -75.0, 0.0, 0.0, -1.0, 0.0 node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1 TechRequired = aerodynamicSystems entryCost = 4600 cost = 550 category = FuelTank subcategory = 0 title = Mk1 Liquid Fuel Fuselage 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. attachRules = 1,1,1,1,0 mass = 0.15 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 20 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 3000 fuelCrossFeed = True bulkheadProfiles = size1, srf MODEL { model = Squad/Parts/Structural/mk1Parts/mk1Fuselage scale = 1.25, 1.25, 1.25 } RESOURCE { name = LiquidFuel amount = 150 maxAmount = 150 } }