//Originally from K2 Command Pod Continued by LinuxGuruGamer. Licensed under the CC-BY-NC-SA-4.0 license.

PART
{
	
	// --- general parameters ---
	name = ATK2Pod_1875
	module = Part
	author = JFJohnny5
	
	// --- asset parameters ---
	mesh = K2Pod.mu
	scale = 1
	rescaleFactor = 1.5
	
	// --- node definitions ---
	// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
	node_stack_bottom = 0.0, -0.44, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_top = 0.0, 1.43, 0.0, 0.0, 1.0, 0.0, 0
	bulkheadProfiles = size1, size0
	//CoMOffset = 0.0, -0.2, 0.0
	CoPOffset = 0.0, 0.5, 0.0
	CoLOffset = 0.0, -0.35, 0.0
	CenterOfBuoyancy = 0.0, 0.0, 0.0
	CenterOfDisplacement = 0.0, 1.1, 0.0
	buoyancy = 1.5
	buoyancyUseSine = False
	
	// --- editor parameters ---
  //techHidden = True
	TechRequired = commandModules
	//entryCost = 4400
	entryCost = 7600
	//cost = 2200
	cost = 3800
	category = Pods
	subcategory = 0
	title = K2 Expanded Command Pod (Updates/Tweaks Coming Soon!)
	manufacturer = Castor-Pollux Industries
	description = Through the use of some "creative engineering" and a technique which apparently makes it "bigger on the inside" the design team at CPI has managed to squeeze two Kerbals into a pod originally designed for just one! What a breakthrough! Just don't try to move around too much...
	
	// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
	attachRules = 1,0,1,1,0
	
	bodyLiftOnlyUnattachedLift = True
	bodyLiftOnlyAttachName = bottom
	
	// --- standard part parameters ---
	//mass = 1.0 // 1.7
	mass = 1.25
	// mass = 2.5
	
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.15
	angularDrag = 2
	crashTolerance = 20
	maxTemp = 1300
	skinMaxTemp = 2300
	
	skinInternalConductionMult = 0.625
	heatConductivity = 0.1 // 5/6ths default
	
	vesselType = Ship
	
	// --- internal setup ---
	CrewCapacity = 2
	tags = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque
	INTERNAL
	{
		name = K2_IVA
	}
	
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 1
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 200
		maxAmount = 200
	}
	
	MODULE
	{
		name = ModuleReactionWheel
	
		PitchTorque = 8
		YawTorque = 8
		RollTorque = 8
	
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.22
		}
	}
	
	MODULE
	{
		name = ModuleScienceExperiment
	
		experimentID = crewReport
	
		experimentActionName = #autoLOC_502009 //#autoLOC_502009 = Crew Report
		resetActionName = #autoLOC_502010 //#autoLOC_502010 = Discard Crew Report
		reviewActionName = #autoLOC_502200 //#autoLOC_502200 = Review Report

	
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = True
		rerunnable = True
	
		xmitDataScalar = 1.0
	
		usageReqMaskInternal = 5
		usageReqMaskExternal = -1
	}
	MODULE
	{
		name = ModuleScienceContainer
	
		reviewActionName = Review Stored Data
		storeActionName = Store Experiments
		evaOnlyStorage = True
		storageRange = 1.5
	}
	
	RESOURCE
	{
		name = MonoPropellant
		amount = 45
		maxAmount = 45
	}
	
	MODULE
	{
		name = FlagDecal
		textureQuadName = flagTransform
	}
	
	MODULE
	{
		name = ModuleConductionMultiplier
		modifiedConductionFactor = 0.003
		convectionFluxThreshold = 3000
	}
	
	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = INTERNAL
		packetInterval = 1.0
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		antennaPower = 5000
		optimumRange = 2500
		packetFloor = .1
		packetCeiling = 5
	}
	
	MODULE
	{
		name = ModuleProbeControlPoint
		minimumCrew = 2
		multiHop = False
	}

	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = False
		deflectionLiftCoeff = 0.35
		liftingSurfaceCurve = CapsuleBottom
		disableBodyLift = False
		omnidirectional = False
		perpendicularOnly = True
		transformDir = Y
		transformSign = -1
		nodeEnabled = True
		attachNodeName = bottom
	}
}
