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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (Update config)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
 
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
 
node_attach = 0.0, 0.0, -1.25, 0.0, 0.0, 1.0, 1
TechRequired = advAerodynamics
+
TechRequired = advFuelSystems
 
entryCost = 18000
 
entryCost = 18000
 
cost = 800
 
cost = 800
 
category = FuelTank
 
category = FuelTank
 
subcategory = 0
 
subcategory = 0
title = C7 Brand Adapter Slanted - 2.5m to 1.25m
+
title = #autoLOC_500514 //#autoLOC_500514 = C7 Brand Adapter Slanted - 2.5m to 1.25m
manufacturer = C7 Aerospace Division
+
manufacturer = #autoLOC_501624 //#autoLOC_501624 = 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.
+
description = #autoLOC_500515 //#autoLOC_500515 = 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
 
attachRules = 1,1,1,1,0
 
mass = 0.57
 
mass = 0.57
Line 23: Line 23:
 
angularDrag = 1
 
angularDrag = 1
 
crashTolerance = 20
 
crashTolerance = 20
maxTemp = 2100 // = 3000
+
maxTemp = 2300 // = 3000
 
emissiveConstant = 0.8
 
emissiveConstant = 0.8
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = size1, size2, srf
 
bulkheadProfiles = size1, size2, srf
 +
tags = #autoLOC_500516 //#autoLOC_500516 = fuel fueltank ?lfo liquid oxidizer propellant rocket tank
 
MODEL
 
MODEL
 
{
 
{
Line 44: Line 45:
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 14:53, 10 October 2024

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 = advFuelSystems
	entryCost = 18000
	cost = 800
	category = FuelTank
	subcategory = 0
	title = #autoLOC_500514 //#autoLOC_500514 = C7 Brand Adapter Slanted - 2.5m to 1.25m
	manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
	description = #autoLOC_500515 //#autoLOC_500515 = 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
	tags = #autoLOC_500516 //#autoLOC_500516 = fuel fueltank ?lfo liquid oxidizer propellant rocket tank
	MODEL
	{
		model = Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 360
		maxAmount = 360
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 440
		maxAmount = 440
	}
}