MakingHistory/Parts/Pods/Mk2Pod.cfg

From Kerbal Space Program Wiki
Jump to: navigation, search
This is the configuration file for Mk2 Command Pod.
PART
{
	name = Mk2Pod
	module = Part
	author = Roverdude
	rescaleFactor = 1.0
	node_stack_top = 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2	

	CoMOffset = 0.0, -0.25, 0.0
	CoPOffset = 0.0, 0.25, 0.0
	TechRequired = advFlightControl
	entryCost = 4000
	cost = 2800
	category = Pods
	subcategory = 0
	title = #autoLOC_8310154   //#autoLOC_8310154 = Mk2 Command Pod
	manufacturer = #autoLOC_501662    //#autoLOC_501662 = C7 Aerospace Division
	description = #autoLOC_8310155   //#autoLOC_8310155 = Description Creation Pending
	attachRules = 1,0,1,1,0
	mass = 1.56
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 14
	breakingForce = 150
	breakingTorque = 150
	maxTemp = 2200 // = 3000
	vesselType = Ship

	CrewCapacity = 2
	
	bulkheadProfiles = size1p5
	tags = #autoLOC_8310156   //#autoLOC_8310156 = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque
	MODEL
	{
		model = SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod
		position = 0.0, 0.25, 0.0
	}

	INTERNAL
	{
		name = MK2POD_IVA
	}

	MODULE
	{
		name = ModuleCommand
		minimumCrew = 1	
		defaultControlPointDisplayName = #autoLOC_6011003 //#autoLOC_6011003 = Default
		CONTROLPOINT
		{
			name = reverse
			displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed
			orientation = 0,0,180
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 200
		maxAmount = 200
	}
	MODULE
		{
		name = ModuleReactionWheel
	
		PitchTorque = 5
		YawTorque = 5
		RollTorque = 5
	
		RESOURCE
		{
		name = ElectricCharge
		rate = 0.25
		}
	}

	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.8
	}
	
	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 = ModuleColorChanger
		shaderProperty = _EmissiveColor
		animRate = 0.8
		animState = false
		useRate = true
		toggleInEditor = true
		toggleInFlight = true
		toggleInFlight = true
		unfocusedRange = 5
		toggleName = #autoLOC_6001405	//#autoLOC_6001405 = Toggle Lights
		eventOnName = #autoLOC_6001409	//##autoLOC_6001409 = Lights On
		eventOffName = #autoLOC_6001408	//#autoLOC_6001408 = Lights Off
		toggleAction = True
		defaultActionGroup = Light
		redCurve
		{
			key = 0 0 0 3
			key = 1 1 0 0
		}
		greenCurve
		{
			key = 0 0 0 1
			key = 1 1 1 0
		}
		blueCurve
		{
			key = 0 0 0 0
			key = 1 0.7 1.5 0
		}
		alphaCurve
		{
			key = 0 1
		}
	}
	MODULE
	{
		name = FlagDecal
		textureQuadName = FLAG
	}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}
	MODULE
    {
        name = ModuleInventoryPart
        InventorySlots = 2
        packedVolumeLimit = 100
    }
}