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...")
 
(Updated for 0.23)
Line 1: Line 1:
{{Part config|Z-1k Rechargable Battery Bank}}
+
{{Part config|Z-1k Rechargeable Battery Bank|2=PART
<pre>PART
 
 
{
 
{
 
// --- general parameters ---
 
// --- general parameters ---
Line 15: Line 14:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
cost = 80
+
TechRequired = largeElectrics
 +
entryCost = 8200
 +
cost = 880
 
category = Utility
 
category = Utility
 
subcategory = 0
 
subcategory = 0
title = Z-1k Rechargable Battery Bank
+
title = Z-1k Rechargeable Battery Bank
 
manufacturer = Zaltonic Electronics
 
manufacturer = Zaltonic Electronics
 
description = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100.
 
description = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100.
Line 40: Line 41:
 
  maxAmount = 1000
 
  maxAmount = 1000
 
}
 
}
}</pre>
+
}
 +
}}

Revision as of 13:08, 24 January 2014

This is the configuration file for Z-1k Rechargeable Battery Bank.
PART
{
// --- general parameters ---
name = batteryBank
module = Part
author = NovaSilisko

// --- asset parameters ---
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

// --- editor parameters ---
TechRequired = largeElectrics
entryCost = 8200
cost = 880
category = Utility
subcategory = 0
title = Z-1k Rechargeable Battery Bank
manufacturer = Zaltonic Electronics
description = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0

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

RESOURCE
{
 name = ElectricCharge
 amount = 1000
 maxAmount = 1000
}
}