Difference between revisions of "Parts/Electrical/z-4kBattery/z-4kBattery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (*update to 0.25;) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
− | {{Part config|Z-4K Rechargeable Battery Bank|2=PART | + | {{Part config|Z-4K Rechargeable Battery Bank|2=PART |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | + | name = batteryBankLarge | |
− | + | module = Part | |
− | + | author = Squad | |
+ | mesh = model.mu | ||
+ | rescaleFactor = 1.0 | ||
+ | node_stack_top = 0.0, 0.11, 0.0, 0.0, 1.0, 0.0, 2 | ||
+ | node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 2 | ||
+ | TechRequired = specializedElectrics | ||
+ | entryCost = 12200 | ||
+ | cost = 4500 | ||
+ | category = Utility | ||
+ | subcategory = 0 | ||
+ | title = Z-4K Rechargeable Battery Bank | ||
+ | manufacturer = Zaltonic Electronics | ||
+ | description = New advances in surge control technology made The Z-4K, the largest battery pack ever put into production a reality. While Zaltonic admits intense electrical discharges can be really cool, shorting the Z-4K's contacts should probably be avoided. | ||
+ | attachRules = 1,0,1,1,0 | ||
+ | mass = 0.2 | ||
+ | dragModelType = default | ||
+ | maximum_drag = 0.2 | ||
+ | minimum_drag = 0.2 | ||
+ | angularDrag = 1 | ||
+ | crashTolerance = 8 | ||
+ | maxTemp = 2000 // = 3200 | ||
+ | bulkheadProfiles = size2 | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | amount = 4000 | ||
+ | maxAmount = 4000 | ||
+ | } | ||
+ | } | ||
− | |||
}} | }} |
Revision as of 18:41, 29 April 2015
PART { name = batteryBankLarge module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_stack_top = 0.0, 0.11, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 2 TechRequired = specializedElectrics entryCost = 12200 cost = 4500 category = Utility subcategory = 0 title = Z-4K Rechargeable Battery Bank manufacturer = Zaltonic Electronics description = New advances in surge control technology made The Z-4K, the largest battery pack ever put into production a reality. While Zaltonic admits intense electrical discharges can be really cool, shorting the Z-4K's contacts should probably be avoided. attachRules = 1,0,1,1,0 mass = 0.2 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 2000 // = 3200 bulkheadProfiles = size2 RESOURCE { name = ElectricCharge amount = 4000 maxAmount = 4000 } }