Difference between revisions of "Parts/FuelTank/adapterTanks/Size2-Size1Slant.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 0.90.0;)
 
m (*update to 1.0.4;)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|C7 Brand Adapter Slanted - 2.5m to 1.25m|2=PART
 
{{Part config|C7 Brand Adapter Slanted - 2.5m to 1.25m|2=PART
 
{
 
{
 
+
name = adapterSize2-Size1Slant
name = adapterSize2-Size1Slant
+
module = Part
module = Part
+
author = Porkjet
author = Porkjet
+
rescaleFactor = 1.0
 
+
node_stack_top = 0.0, 1.25, -0.625, 0.0, 1.0, 0.0, 1
MODEL
+
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
{
+
node_attach = 0.0, 0.0, -1.25, 0.0, 0.0, 1.0, 1
model = Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
+
TechRequired = advAerodynamics
}
+
entryCost = 18000
rescaleFactor = 1.0
+
cost = 800
 
+
category = FuelTank
node_stack_top = 0.0, 1.25, -0.625, 0.0, 1.0, 0.0, 1
+
subcategory = 0
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, 1.0, 0.0, 2
+
title = C7 Brand Adapter Slanted - 2.5m to 1.25m
 
+
manufacturer = C7 Aerospace Division
node_attach = 0.0, 0.0, -1.25, 0.0, 0.0, 1.0, 1
+
description = While the popular Rockomax Adapter has served its purpose fairly well over the years, C7 engineers thought they could do better. Improvements of this in-house product include an integrated fuel tank and a longer structural frame.
 
+
attachRules = 1,1,1,1,0
TechRequired = advMetalworks
+
mass = 0.57
entryCost = 18000
+
dragModelType = default
cost = 800
+
maximum_drag = 0.2
category = FuelTank
+
minimum_drag = 0.3
subcategory = 0
+
angularDrag = 1
title = C7 Brand Adapter Slanted - 2.5m to 1.25m
+
crashTolerance = 20
manufacturer = C7 Aerospace Division
+
maxTemp = 2300 // = 3000
description = While the popular Rockomax Adapter has served its purpose fairly well over the years, C7 engineers thought they could do better. Improvements of this in-house product include an integrated fuel tank and a longer structural frame.
+
emissiveConstant = 0.8
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
fuelCrossFeed = True
attachRules = 1,1,1,1,0
+
bulkheadProfiles = size1, size2, srf
 
+
MODEL
// --- standard part parameters ---
+
{
mass = 0.5
+
model = Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
dragModelType = override
+
}
maximum_drag = 0.2
+
RESOURCE
minimum_drag = 0.3
+
{
angularDrag = 1
+
name = LiquidFuel
crashTolerance = 20
+
amount = 360
maxTemp = 3000
+
maxAmount = 360
fuelCrossFeed = True
+
}
 
+
RESOURCE
 
+
{
RESOURCE
+
name = Oxidizer
{
+
amount = 440
name = LiquidFuel
+
maxAmount = 440
amount = 360
+
}
maxAmount = 360
 
}
 
 
 
RESOURCE
 
{
 
name = Oxidizer
 
amount = 440
 
maxAmount = 440
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:31, 27 June 2015

This is the configuration file for C7 Brand Adapter Slanted - 2.5m to 1.25m.
PART
{
	name = adapterSize2-Size1Slant
	module = Part
	author = Porkjet
	rescaleFactor = 1.0
	node_stack_top = 0.0, 1.25, -0.625, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
	node_attach = 0.0, 0.0, -1.25, 0.0, 0.0, 1.0, 1
	TechRequired = advAerodynamics
	entryCost = 18000
	cost = 800
	category = FuelTank
	subcategory = 0
	title = C7 Brand Adapter Slanted - 2.5m to 1.25m
	manufacturer = C7 Aerospace Division
	description = While the popular Rockomax Adapter has served its purpose fairly well over the years, C7 engineers thought they could do better. Improvements of this in-house product include an integrated fuel tank and a longer structural frame.
	attachRules = 1,1,1,1,0
	mass = 0.57
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 20
	maxTemp = 2300 // = 3000
	emissiveConstant = 0.8
	fuelCrossFeed = True
	bulkheadProfiles = size1, size2, srf
	MODEL
	{
		model = Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 360
		maxAmount = 360
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 440
		maxAmount = 440
	}
}