Difference between revisions of "Parts/Utility/Lights/domeLight1.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Add config)
 
(No difference)

Latest revision as of 07:54, 16 October 2024

This is the configuration file for Domelight Mk1.
PART
{
	name = domeLight1
	module = Part
	author = Squad
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
	TechRequired = electrics
	entryCost = 700
	cost = 50
	category = Utility
	subcategory = 0
	title = #autoLOC_6011154 //#autoLOC_6011154 = Domelight Mk1
	manufacturer = #autoLOC_501650 //#autoLOC_501650 = Rokea Inc.
	description = #autoLOC_6011155 //#autoLOC_6011155 = This dome light is great for illuminating a small area around your craft, and can be spotted from far away.
	attachRules = 0,1,0,0,0
	mass = 0.002
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 5000
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = #autoLOC_6011162 // #autoLOC_6011162 = moar (more bulb candle dark flash (lamp (light shine spot torch
	MODEL
	{
		model = Squad/Parts/Utility/Lights/Assets/light_04
	}
	MODULE
	{
		name = ModuleLight
		lightName = spotlight
		lightMeshRendererName = light_04
		useAnimationDim = true
		lightBrightenSpeed = 2.5
		lightDimSpeed = 2.5
		resourceAmount = 0.005
		animationName = LightAnimation
		useResources = true
		canBlink = true
		blinkhMin = 0.2
		blinkMax = 2
		disableColorPicker = false
	}
	MODULE
	{
		name = ModulePartVariants
		primaryColor = #000000
		secondaryColor = #000000
		baseDisplayName = #autoLOC_8007117
		baseThemeName = Dark
		useMultipleDragCubes = false
		VARIANT
		{
			name = White
			displayName = #autoLOC_8007119
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #ffffff
			TEXTURE
			{
				mainTextureURL = Squad/Parts/Utility/Lights/Assets/Lights_Attacheable_Lights_Diffuse_white
			}
		}		
	}
	MODULE
	{
		name = ModuleCargoPart
		stackableQuantity = 4
		packedVolume = 2
	}
}