Difference between revisions of "Parts/Electrical/z-100Battery/z-100Battery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
Nilesrogoff (talk | contribs) (Page created) |
(*update to 0.23;) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|Z-100 Rechargeable Battery Pack|2=PART | |
+ | { | ||
// --- general parameters --- | // --- general parameters --- | ||
name = batteryPack | name = batteryPack | ||
Line 14: | Line 15: | ||
// --- editor parameters --- | // --- editor parameters --- | ||
+ | TechRequired = scienceTech | ||
+ | entryCost = 800 | ||
cost = 80 | cost = 80 | ||
category = Utility | category = Utility | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Z-100 | + | title = Z-100 Rechargeable Battery Pack |
manufacturer = Zaltonic Electronics | 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. | 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. | ||
Line 39: | Line 42: | ||
maxAmount = 100 | maxAmount = 100 | ||
} | } | ||
− | + | } | |
+ | }} |
Revision as of 18:17, 20 December 2013
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 --- TechRequired = scienceTech entryCost = 800 cost = 80 category = Utility subcategory = 0 title = Z-100 Rechargeable 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 amount = 100 maxAmount = 100 } }