Difference between revisions of "Parts/Electrical/z-4kBattery/z-4kBattery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (*update to 1.0;) |
m (Update config) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
rescaleFactor = 1.0 | rescaleFactor = 1.0 | ||
node_stack_top = 0.0, 0.11, 0.0, 0.0, 1.0, 0.0, 2 | node_stack_top = 0.0, 0.11, 0.0, 0.0, 1.0, 0.0, 2 | ||
− | node_stack_bottom = 0.0, -0. | + | node_stack_bottom = 0.0, -0.142, 0.0, 0.0, -1.0, 0.0, 2 |
TechRequired = specializedElectrics | TechRequired = specializedElectrics | ||
entryCost = 12200 | entryCost = 12200 | ||
cost = 4500 | cost = 4500 | ||
− | category = | + | category = Electrical |
subcategory = 0 | subcategory = 0 | ||
− | title = Z-4K Rechargeable Battery Bank | + | title = #autoLOC_500400 //#autoLOC_500400 = Z-4K Rechargeable Battery Bank |
− | manufacturer = Zaltonic Electronics | + | manufacturer = #autoLOC_501636 //#autoLOC_501636 = 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. | + | description = #autoLOC_500401 //#autoLOC_500401 = 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 | attachRules = 1,0,1,1,0 | ||
mass = 0.2 | mass = 0.2 | ||
Line 25: | Line 25: | ||
maxTemp = 2000 // = 3200 | maxTemp = 2000 // = 3200 | ||
bulkheadProfiles = size2 | bulkheadProfiles = size2 | ||
+ | tags = #autoLOC_500402 //#autoLOC_500402 = capacitor cell charge e/c elect pack power volt watt | ||
RESOURCE | RESOURCE | ||
{ | { | ||
Line 30: | Line 31: | ||
amount = 4000 | amount = 4000 | ||
maxAmount = 4000 | maxAmount = 4000 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | stackableQuantity = 1 | ||
+ | packedVolume = -1 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 07:34, 15 October 2024
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.142, 0.0, 0.0, -1.0, 0.0, 2 TechRequired = specializedElectrics entryCost = 12200 cost = 4500 category = Electrical subcategory = 0 title = #autoLOC_500400 //#autoLOC_500400 = Z-4K Rechargeable Battery Bank manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics description = #autoLOC_500401 //#autoLOC_500401 = 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 tags = #autoLOC_500402 //#autoLOC_500402 = capacitor cell charge e/c elect pack power volt watt RESOURCE { name = ElectricCharge amount = 4000 maxAmount = 4000 } MODULE { name = ModuleCargoPart stackableQuantity = 1 packedVolume = -1 } }