Difference between revisions of "Parts/FuelTank/adapterTanks/Size2-Mk2.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|2.5m to Mk2 Adapter|2=PART
 
{{Part config|2.5m to Mk2 Adapter|2=PART
 
{
 
{
 
+
name = adapterSize2-Mk2
name = adapterSize2-Mk2
+
module = Part
module = Part
+
author = Porkjet
author = Porkjet
+
rescaleFactor = 1.0
 
+
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 1
MODEL
+
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
{
+
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
model = Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
+
TechRequired = advAerodynamics
}
+
entryCost = 18000
rescaleFactor = 1.0
+
cost = 800
 
+
category = FuelTank
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 1
+
subcategory = 0
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 2
+
title = 2.5m to Mk2 Adapter
 
+
manufacturer = C7 Aerospace Division
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
+
description = When you can't decide between a rocket and a spaceplane, why not both?
 
+
attachRules = 1,1,1,1,0
 
+
mass = 0.57
TechRequired = advAerodynamics
+
dragModelType = default
entryCost = 18000
+
maximum_drag = 0.2
cost = 800
+
minimum_drag = 0.3
category = FuelTank
+
angularDrag = 1
subcategory = 0
+
crashTolerance = 50
title = 2.5m to Mk2 Adapter
+
maxTemp = 2500 // = 3000
manufacturer = C7 Aerospace Division
+
emissiveConstant = 0.8
description = When you can't decide between a rocket and a spaceplane, why not both?
+
fuelCrossFeed = True
 
+
bulkheadProfiles = size2, srf, mk2
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
MODEL
attachRules = 1,1,1,1,0
+
{
 
+
model = Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
// --- standard part parameters ---
+
}
mass = 0.5
+
RESOURCE
dragModelType = override
+
{
maximum_drag = 0.2
+
name = LiquidFuel
minimum_drag = 0.3
+
amount = 360
angularDrag = 1
+
maxAmount = 360
crashTolerance = 50
+
}
maxTemp = 3000
+
RESOURCE
fuelCrossFeed = True
+
{
 
+
name = Oxidizer
 
+
amount = 440
RESOURCE
+
maxAmount = 440
{
+
}
name = LiquidFuel
 
amount = 360
 
maxAmount = 360
 
}
 
 
 
RESOURCE
 
{
 
name = Oxidizer
 
amount = 440
 
maxAmount = 440
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:30, 27 June 2015

This is the configuration file for 2.5m to Mk2 Adapter.
PART
{
	name = adapterSize2-Mk2
	module = Part
	author = Porkjet
	rescaleFactor = 1.0
	node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
	node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = advAerodynamics
	entryCost = 18000
	cost = 800
	category = FuelTank
	subcategory = 0
	title = 2.5m to Mk2 Adapter
	manufacturer = C7 Aerospace Division
	description = When you can't decide between a rocket and a spaceplane, why not both?
	attachRules = 1,1,1,1,0
	mass = 0.57
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 50
	maxTemp = 2500 // = 3000
	emissiveConstant = 0.8
	fuelCrossFeed = True
	bulkheadProfiles = size2, srf, mk2
	MODEL
	{
		model = Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 360
		maxAmount = 360
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 440
		maxAmount = 440
	}
}