Parts/Misc/AsteroidDay/LgRadialSolar.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 07:31, 15 October 2024 by ArnePeirs (talk | contribs) (Update config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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
	}
}