Parts/Misc/AsteroidDay/LgRadialSolar.cfg

From Kerbal Space Program Wiki
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 = OX-STAT-XL Photovoltaic Panels
manufacturer = Probodyne, 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.

// 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 = 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
	}
}