Difference between revisions of "Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> // --- general parameters --- name = solarPanels5 module = Part author = NovaSilisko // --- asset parameters --- mesh = model.mu rescaleFactor = 1 // --- node definiti...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|OX-STAT Photovoltaic Panels|2=PART
 +
{
 
// --- general parameters ---
 
// --- general parameters ---
 
name = solarPanels5
 
name = solarPanels5
Line 14: Line 15:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
cost = 100
+
TechRequired = electrics
 +
entryCost = 1200
 +
cost = 300
 
category = Utility
 
category = Utility
 
subcategory = 0
 
subcategory = 0
Line 55: Line 58:
 
  }
 
  }
 
}
 
}
</pre>
+
}
 +
}}

Revision as of 13:15, 24 January 2014

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

// --- asset parameters ---
mesh = model.mu
rescaleFactor = 1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0

// --- editor parameters ---
TechRequired = electrics
entryCost = 1200
cost = 300
category = Utility
subcategory = 0
title = OX-STAT Photovoltaic Panels
manufacturer = Probodobodyne Inc.
description = The OX-STAT solar panel is a simple panel with no sun-tracking or deployment mechanics. As a result, it is very light and cheap.
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,1

// --- standard part parameters ---
mass = 0.005
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 3200

MODULE
{
	name = ModuleDeployableSolarPanel

	sunTracking = false

	raycastTransformName = suncatcher
	pivotName = suncatcher

	isBreakable = false

	resourceName = ElectricCharge

	chargeRate = 0.75

	powerCurve
 	{
		key = 206000000000 0 0 0
		key = 13599840256 1 0 0
		key = 68773560320 0.5 0 0
		key = 0 10 0 0
 	}
}
}