Difference between revisions of "Parts/Misc/AsteroidDay/LgRadialSolar.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Add part config)
 
m (Update config)
 
Line 23: Line 23:
 
category = Electrical
 
category = Electrical
 
subcategory = 0
 
subcategory = 0
title = OX-STAT-XL Photovoltaic Panels
+
title = #autoLOC_500640 //#autoLOC_500640 = OX-STAT-XL Photovoltaic Panels
manufacturer = Probodyne, Inc
+
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
description = A larger version of the OX-STAT, the XL version features a larger surface area than its smaller cousin while retaining the cost and weight benefits of a static solar panel.
+
description = #autoLOC_500641 //#autoLOC_500641 = A larger version of the OX-STAT, the XL version features a larger surface area than its smaller cousin while retaining the cost and weight benefits of a static solar panel.
  
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
Line 39: Line 39:
 
maxTemp = 1200  
 
maxTemp = 1200  
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
tags = array asteroid charge day e/c elect energ fixed flat generat (light photo power solar static sun volt watt
+
tags = #autoLOC_500642 //#autoLOC_500642 = array asteroid charge day e/c elect energ fixed flat generat (light photo power solar static sun volt watt
 
MODULE
 
MODULE
 
{
 
{
Line 49: Line 49:
 
resourceName = ElectricCharge
 
resourceName = ElectricCharge
 
chargeRate = 2.8
 
chargeRate = 2.8
 +
extendActionName = #autoLOC_6001805 //#autoLOC_6001805 = Extend <<1>>
 +
retractActionName = #autoLOC_6001806 //#autoLOC_6001806 = Retract <<1>>
 +
extendpanelsActionName = #autoLOC_6001807 //#autoLOC_6001807 = Toggle <<1>>
 +
}
 +
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 250
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 07:31, 15 October 2024

This is the configuration file for OX-STAT-XL Photovoltaic Panels.
PART
{
// --- general parameters ---
name = LgRadialSolarPanel
module = Part
author = RoverDude

// --- asset parameters ---
MODEL
{
	model = Squad/Parts/Misc/AsteroidDay/LgRadialSolar
}
rescaleFactor = 1


node_attach = 0,0,0,0,0,1,0


// --- editor parameters ---
TechRequired = advElectrics
entryCost = 6000
cost = 600
category = Electrical
subcategory = 0
title = #autoLOC_500640 //#autoLOC_500640 = OX-STAT-XL Photovoltaic Panels
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
description = #autoLOC_500641 //#autoLOC_500641 = A larger version of the OX-STAT, the XL version features a larger surface area than its smaller cousin while retaining the cost and weight benefits of a static solar panel.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0

// --- standard part parameters ---
mass = 0.04
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 1200 
bulkheadProfiles = srf
tags = #autoLOC_500642 //#autoLOC_500642 = array asteroid charge day e/c elect energ fixed flat generat (light photo power solar static sun volt watt
	MODULE
	{
		name = ModuleDeployableSolarPanel
		isTracking = false
		secondaryTransformName = suncatcher
		pivotName = suncatcher
		isBreakable = false
		resourceName = ElectricCharge
		chargeRate = 2.8
		extendActionName = #autoLOC_6001805 //#autoLOC_6001805 = Extend <<1>>
		retractActionName = #autoLOC_6001806 //#autoLOC_6001806 = Retract <<1>>
		extendpanelsActionName = #autoLOC_6001807 //#autoLOC_6001807 = Toggle <<1>>
	}

	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 250
	}
}