Difference between revisions of "Parts/Electrical/z-1kBattery/z-1kBattery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (BobBot moved page Parts/Electrical/batteryBank/part.cfg to Parts/Electrical/z-1kBattery/z-1kBattery.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Z-1k Rechargeable Battery Bank|2=PART | {{Part config|Z-1k Rechargeable Battery Bank|2=PART | ||
{ | { | ||
− | + | name = batteryBank | |
− | name = batteryBank | + | module = Part |
− | module = Part | + | author = NovaSilisko |
− | author = NovaSilisko | + | mesh = model.mu |
− | + | rescaleFactor = 1 | |
− | + | 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 = Utility |
− | + | subcategory = 0 | |
− | + | title = Z-1k Rechargeable Battery Bank | |
− | TechRequired = largeElectrics | + | manufacturer = Zaltonic Electronics |
− | entryCost = 8200 | + | description = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100. |
− | cost = 880 | + | attachRules = 1,0,1,1,0 |
− | category = Utility | + | mass = 0.05 |
− | subcategory = 0 | + | dragModelType = default |
− | title = Z-1k Rechargeable Battery Bank | + | maximum_drag = 0.2 |
− | manufacturer = Zaltonic Electronics | + | minimum_drag = 0.2 |
− | description = The Z-1k is a stackable battery bank, with ten times the power capacity of the Z-100. | + | angularDrag = 1 |
− | + | crashTolerance = 8 | |
− | + | maxTemp = 2000 // = 3200 | |
− | attachRules = 1,0,1,1,0 | + | bulkheadProfiles = size1 |
− | + | RESOURCE | |
− | + | { | |
− | mass = 0.05 | + | name = ElectricCharge |
− | dragModelType = default | + | amount = 1000 |
− | maximum_drag = 0.2 | + | maxAmount = 1000 |
− | minimum_drag = 0.2 | + | } |
− | angularDrag = 1 | ||
− | crashTolerance = 8 | ||
− | maxTemp = 3200 | ||
− | |||
− | RESOURCE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 18:47, 29 April 2015
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 = 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. 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 RESOURCE { name = ElectricCharge amount = 1000 maxAmount = 1000 } }