Difference between revisions of "Parts/Electrical/z-100Battery/z-100Battery.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
m (Update config)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Z-100 Rechargeable Battery Pack|2=PART
// --- general parameters ---
 
name = batteryPack
 
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 ---
 
cost = 80
 
category = Utility
 
subcategory = 0
 
title = Z-100 Rechargable Battery Pack
 
manufacturer = Zaltonic Electronics
 
description = The Z-100 battery pack is the standard model for electrical applications. Holds two (2) AAAA batteries and holds a maximum 100 units of charge.
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 0,1,0,0,0
 
 
 
// --- standard part parameters ---
 
mass = 0.005
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 8
 
maxTemp = 3200
 
 
 
RESOURCE
 
 
{
 
{
name = ElectricCharge
+
name = batteryPack
amount = 100
+
module = Part
maxAmount = 100
+
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
 +
TechRequired = basicScience
 +
entryCost = 800
 +
cost = 80
 +
category = Electrical
 +
subcategory = 0
 +
title = #autoLOC_500388 //#autoLOC_500388 = Z-100 Rechargeable Battery Pack
 +
manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics
 +
description = #autoLOC_500389 //#autoLOC_500389 = The Z-100 battery pack is the standard model for electrical applications. Holds two (2) AAAA batteries and holds a maximum 100 units of charge.
 +
attachRules = 0,1,0,0,0
 +
mass = 0.005
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 8
 +
maxTemp = 1200 // = 3200
 +
PhysicsSignificance = 1
 +
bulkheadProfiles = srf
 +
tags = #autoLOC_500390 //#autoLOC_500390 = bank capacitor cell charge e/c elect pack power volt watt
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
amount = 100
 +
maxAmount = 100
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 35
 +
}
 
}
 
}
</pre>
+
}}

Latest revision as of 07:33, 15 October 2024

This is the configuration file for Z-100 Rechargeable Battery Pack.
PART
{
	name = batteryPack
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
	TechRequired = basicScience
	entryCost = 800
	cost = 80
	category = Electrical
	subcategory = 0
	title = #autoLOC_500388 //#autoLOC_500388 = Z-100 Rechargeable Battery Pack
	manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics
	description = #autoLOC_500389 //#autoLOC_500389 = The Z-100 battery pack is the standard model for electrical applications. Holds two (2) AAAA batteries and holds a maximum 100 units of charge.
	attachRules = 0,1,0,0,0
	mass = 0.005
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 1200 // = 3200
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = #autoLOC_500390 //#autoLOC_500390 = bank capacitor cell charge e/c elect pack power volt watt
	RESOURCE
	{
		name = ElectricCharge
		amount = 100
		maxAmount = 100
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 35
	}
}