Difference between revisions of "Parts/Electrical/z-200Battery/z-200Battery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
(Updated for 0.23) |
m (Update config) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Part config|Z-200 Rechargeable Battery Bank|2=PART | + | {{Part config|Z-200 Rechargeable Battery Bank|2=PART |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | + | name = batteryBankMini | |
− | + | module = Part | |
− | + | author = Squad | |
− | } | + | mesh = model.mu |
− | + | rescaleFactor = 1.0 | |
+ | node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 0 | ||
+ | node_stack_bottom = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0, 0 | ||
+ | node_attach = 0.0, 0.0, 0.3125, 0.0, 1.0, 0.0 | ||
+ | TechRequired = electrics | ||
+ | entryCost = 3200 | ||
+ | cost = 360 | ||
+ | category = Electrical | ||
+ | subcategory = 0 | ||
+ | title = #autoLOC_500394 //#autoLOC_500394 = Z-200 Rechargeable Battery Bank | ||
+ | manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics | ||
+ | description = #autoLOC_500395 //#autoLOC_500395 = The Z-200 is a stackable variant of the Z-100 battery pack, with increased capacity. In emergency situations, please refrain from "reversing the polarity". | ||
+ | attachRules = 1,0,1,1,0 | ||
+ | mass = 0.01 | ||
+ | dragModelType = default | ||
+ | maximum_drag = 0.2 | ||
+ | minimum_drag = 0.2 | ||
+ | angularDrag = 1 | ||
+ | crashTolerance = 8 | ||
+ | maxTemp = 2000 // = 3200 | ||
+ | bulkheadProfiles = size0 | ||
+ | tags = #autoLOC_500396 //#autoLOC_500396 = bank capacitor cell charge e/c elect pack power volt watt | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | amount = 200 | ||
+ | maxAmount = 200 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 80 | ||
+ | } | ||
} | } | ||
}} | }} |
Latest revision as of 07:33, 15 October 2024
PART { name = batteryBankMini module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 0 node_stack_bottom = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0, 0 node_attach = 0.0, 0.0, 0.3125, 0.0, 1.0, 0.0 TechRequired = electrics entryCost = 3200 cost = 360 category = Electrical subcategory = 0 title = #autoLOC_500394 //#autoLOC_500394 = Z-200 Rechargeable Battery Bank manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics description = #autoLOC_500395 //#autoLOC_500395 = The Z-200 is a stackable variant of the Z-100 battery pack, with increased capacity. In emergency situations, please refrain from "reversing the polarity". attachRules = 1,0,1,1,0 mass = 0.01 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 2000 // = 3200 bulkheadProfiles = size0 tags = #autoLOC_500396 //#autoLOC_500396 = bank capacitor cell charge e/c elect pack power volt watt RESOURCE { name = ElectricCharge amount = 200 maxAmount = 200 } MODULE { name = ModuleCargoPart packedVolume = 80 } }