Difference between revisions of "Parts/Electrical/z-400Battery/z-400Battery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (!new lines;) |
(Updated for 0.23) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Part config|Z-400 Rechargeable Battery|2=PART |
− | + | { | |
// --- general parameters --- | // --- general parameters --- | ||
name = ksp_r_largeBatteryPack | name = ksp_r_largeBatteryPack | ||
Line 15: | Line 15: | ||
// --- editor parameters --- | // --- editor parameters --- | ||
− | cost = | + | TechRequired = advElectrics |
+ | entryCost = 3200 | ||
+ | cost = 550 | ||
category = Utility | category = Utility | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Z-400 | + | title = Z-400 Rechargeable Battery |
manufacturer = Zaltonic Electronics | manufacturer = Zaltonic Electronics | ||
− | description = The Z-400 battery pack is a versatile, compact electrical charge storage solution designed for heavier loads | + | description = The Z-400 battery pack is a versatile, compact electrical charge storage solution designed for heavier loads than AAAA batteries can handle. Holds one E-size battery with a maximum of 400 units of charge. |
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
Line 40: | Line 42: | ||
maxAmount = 400 | maxAmount = 400 | ||
} | } | ||
− | + | } | |
+ | }} |
Revision as of 13:11, 24 January 2014
PART { // --- general parameters --- name = ksp_r_largeBatteryPack module = Part author = Squad // --- 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 = advElectrics entryCost = 3200 cost = 550 category = Utility subcategory = 0 title = Z-400 Rechargeable Battery manufacturer = Zaltonic Electronics description = The Z-400 battery pack is a versatile, compact electrical charge storage solution designed for heavier loads than AAAA batteries can handle. Holds one E-size battery with a maximum of 400 units of charge. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,0 // --- standard part parameters --- mass = 0.02 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 3200 RESOURCE { name = ElectricCharge amount = 400 maxAmount = 400 } }