Difference between revisions of "Parts/Electrical/z-400Battery/z-400Battery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (Auto: Built-in filters (Review RC#25758)) |
m (Update config) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Part config|Z-400 Rechargeable Battery|2=PART | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | + | name = ksp_r_largeBatteryPack | |
− | + | module = Part | |
− | + | author = Squad | |
+ | mesh = model.mu | ||
+ | rescaleFactor = 1 | ||
+ | node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | ||
+ | TechRequired = advElectrics | ||
+ | entryCost = 3200 | ||
+ | cost = 550 | ||
+ | category = Electrical | ||
+ | subcategory = 0 | ||
+ | title = #autoLOC_500397 //#autoLOC_500397 = Z-400 Rechargeable Battery | ||
+ | manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics | ||
+ | description = #autoLOC_500398 //#autoLOC_500398 = The Z-400 battery pack is a versatile, compact electrical charge storage solution designed for heavier loads than AAAA batteries can handle. Holds one E-size battery with a maximum of 400 units of charge. | ||
+ | attachRules = 0,1,0,0,0 | ||
+ | mass = 0.02 | ||
+ | dragModelType = default | ||
+ | maximum_drag = 0.2 | ||
+ | minimum_drag = 0.2 | ||
+ | angularDrag = 1 | ||
+ | crashTolerance = 8 | ||
+ | maxTemp = 1200 // = 3200 | ||
+ | PhysicsSignificance = 1 | ||
+ | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500399 //#autoLOC_500399 = bank capacitor cell charge e/c elect pack power volt watt | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | amount = 400 | ||
+ | maxAmount = 400 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 125 | ||
+ | } | ||
} | } | ||
− | + | }} |
Latest revision as of 07:33, 15 October 2024
PART { name = ksp_r_largeBatteryPack module = Part author = Squad mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 TechRequired = advElectrics entryCost = 3200 cost = 550 category = Electrical subcategory = 0 title = #autoLOC_500397 //#autoLOC_500397 = Z-400 Rechargeable Battery manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics description = #autoLOC_500398 //#autoLOC_500398 = The Z-400 battery pack is a versatile, compact electrical charge storage solution designed for heavier loads than AAAA batteries can handle. Holds one E-size battery with a maximum of 400 units of charge. attachRules = 0,1,0,0,0 mass = 0.02 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 1200 // = 3200 PhysicsSignificance = 1 bulkheadProfiles = srf tags = #autoLOC_500399 //#autoLOC_500399 = bank capacitor cell charge e/c elect pack power volt watt RESOURCE { name = ElectricCharge amount = 400 maxAmount = 400 } MODULE { name = ModuleCargoPart packedVolume = 125 } }