Difference between revisions of "Parts/Electrical/z-1kBattery/z-1kBattery.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{Part config|Z-1k Rechargable Battery Bank}} <pre>PART { // --- general parameters --- name = batteryBank module = Part author = NovaSilisko // --- asset parameters --- mesh...")
 
m (Update config)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Part config|Z-1k Rechargable Battery Bank}}
+
{{Part config|Z-1k Rechargeable Battery Bank|2=PART
<pre>PART
 
 
{
 
{
// --- general parameters ---
+
name = batteryBank
name = batteryBank
+
module = Part
module = Part
+
author = NovaSilisko
author = NovaSilisko
+
mesh = model.mu
 
+
rescaleFactor = 1
// --- asset parameters ---
+
node_stack_top = 0.0, 0.1108553, 0.0, 0.0, 1.0, 0.0
mesh = model.mu
+
node_stack_bottom = 0.0, -0.1108553, 0.0, 0.0, -1.0, 0.0
rescaleFactor = 1
+
TechRequired = largeElectrics
 
+
entryCost = 8200
node_stack_top = 0.0, 0.1108553, 0.0, 0.0, 1.0, 0.0
+
cost = 880
node_stack_bottom = 0.0, -0.1108553, 0.0, 0.0, 1.0, 0.0
+
category = Electrical
 
+
subcategory = 0
// --- editor parameters ---
+
title = #autoLOC_500391 //#autoLOC_500391 = Z-1k Rechargeable Battery Bank
cost = 80
+
manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics
category = Utility
+
description = #autoLOC_500392 //#autoLOC_500392 = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100.
subcategory = 0
+
attachRules = 1,0,1,1,0
title = Z-1k Rechargable Battery Bank
+
mass = 0.05
manufacturer = Zaltonic Electronics
+
dragModelType = default
description = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100.
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
angularDrag = 1
attachRules = 1,0,1,1,0
+
crashTolerance = 8
 
+
maxTemp = 2000 // = 3200
// --- standard part parameters ---
+
bulkheadProfiles = size1
mass = 0.05
+
tags = #autoLOC_500393 //#autoLOC_500393 = capacitor cell charge e/c elect pack power volt watt
dragModelType = default
+
RESOURCE
maximum_drag = 0.2
+
{
minimum_drag = 0.2
+
name = ElectricCharge
angularDrag = 1
+
amount = 1000
crashTolerance = 8
+
maxAmount = 1000
maxTemp = 3200
+
}
 
+
MODULE
RESOURCE
+
{
{
+
name = ModuleCargoPart
name = ElectricCharge
+
packedVolume = 360
amount = 1000
+
}
maxAmount = 1000
 
 
}
 
}
}</pre>
+
}}

Latest revision as of 07:33, 15 October 2024

This is the configuration file for Z-1k Rechargeable Battery Bank.
PART
{
	name = batteryBank
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.1108553, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.1108553, 0.0, 0.0, -1.0, 0.0
	TechRequired = largeElectrics
	entryCost = 8200
	cost = 880
	category = Electrical
	subcategory = 0
	title = #autoLOC_500391 //#autoLOC_500391 = Z-1k Rechargeable Battery Bank
	manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics
	description = #autoLOC_500392 //#autoLOC_500392 = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100.
	attachRules = 1,0,1,1,0
	mass = 0.05
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	bulkheadProfiles = size1
	tags = #autoLOC_500393 //#autoLOC_500393 = capacitor cell charge e/c elect pack power volt watt
	RESOURCE
	{
		name = ElectricCharge
		amount = 1000
		maxAmount = 1000
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 360
	}
}