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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (-parameter name;)
(Updated for 0.23)
Line 1: Line 1:
{{Part config|Z-200 Rechargable Battery Bank}}
+
{{Part config|Z-200 Rechargeable Battery Bank|2=PART {
<pre>PART {
 
  
 
name = batteryBankMini
 
name = batteryBankMini
Line 13: Line 12:
 
node_attach = 0.0, 0.0, 0.3125, 0.0, 1.0, 0.0
 
node_attach = 0.0, 0.0, 0.3125, 0.0, 1.0, 0.0
  
cost = 160
+
TechRequired = electrics
 +
entryCost = 3200
 +
cost = 360
 
category = Utility
 
category = Utility
 
subcategory = 0
 
subcategory = 0
title = Z-200 Rechargable Battery Bank
+
title = Z-200 Rechargeable Battery Bank
 
manufacturer = Zaltonic Electronics
 
manufacturer = Zaltonic Electronics
 
description = The Z-200 is a stackable variant of the Z-100 battery pack, with increased capacity. In emergency situations, please refrain from "reversing the polarity".  
 
description = The Z-200 is a stackable variant of the Z-100 battery pack, with increased capacity. In emergency situations, please refrain from "reversing the polarity".  
Line 37: Line 38:
 
}
 
}
  
}</pre>
+
}
 +
}}

Revision as of 13:10, 24 January 2014

This is the configuration file for Z-200 Rechargeable Battery Bank.
PART {

name = batteryBankMini
module = Part
author = Squad

mesh = model.mu
rescaleFactor = 1.0

node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, 0
node_attach = 0.0, 0.0, 0.3125, 0.0, 1.0, 0.0

TechRequired = electrics
entryCost = 3200
cost = 360
category = Utility
subcategory = 0
title = Z-200 Rechargeable Battery Bank
manufacturer = Zaltonic Electronics
description = The Z-200 is a stackable variant of the Z-100 battery pack, with increased capacity. In emergency situations, please refrain from "reversing the polarity". 

attachRules = 1,0,1,1,0

mass = 0.01
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 3200

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

}