Difference between revisions of "Parts/Electrical/z-400Battery/z-400Battery.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (BobBot moved page Parts/Electrical/ksp r largeBatteryPack/part.cfg to Parts/Electrical/z-400Battery/z-400Battery.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Z-400 Rechargeable Battery|2=PART | {{Part config|Z-400 Rechargeable Battery|2=PART | ||
{ | { | ||
− | + | name = ksp_r_largeBatteryPack | |
− | name = ksp_r_largeBatteryPack | + | module = Part |
− | module = Part | + | author = Squad |
− | author = Squad | + | mesh = model.mu |
− | + | rescaleFactor = 1 | |
− | + | node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | |
− | mesh = model.mu | + | TechRequired = advElectrics |
− | rescaleFactor = 1 | + | entryCost = 3200 |
− | + | cost = 550 | |
− | + | category = Utility | |
− | + | subcategory = 0 | |
− | node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | + | title = Z-400 Rechargeable Battery |
− | + | manufacturer = Zaltonic Electronics | |
− | + | description = 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. | |
− | TechRequired = advElectrics | + | attachRules = 0,1,0,0,0 |
− | entryCost = 3200 | + | mass = 0.02 |
− | cost = 550 | + | dragModelType = default |
− | category = Utility | + | maximum_drag = 0.2 |
− | subcategory = 0 | + | minimum_drag = 0.2 |
− | title = Z-400 Rechargeable Battery | + | angularDrag = 1 |
− | manufacturer = Zaltonic Electronics | + | crashTolerance = 8 |
− | description = 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. | + | maxTemp = 1200 // = 3200 |
− | + | PhysicsSignificance = 1 | |
− | + | bulkheadProfiles = srf | |
− | attachRules = 0,1,0,0,0 | + | RESOURCE |
− | + | { | |
− | + | name = ElectricCharge | |
− | mass = 0.02 | + | amount = 400 |
− | dragModelType = default | + | maxAmount = 400 |
− | maximum_drag = 0.2 | + | } |
− | minimum_drag = 0.2 | ||
− | angularDrag = 1 | ||
− | crashTolerance = 8 | ||
− | maxTemp = 3200 | ||
− | |||
− | PhysicsSignificance = 1 | ||
− | |||
− | RESOURCE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 18:47, 29 April 2015
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 = Utility subcategory = 0 title = Z-400 Rechargeable Battery manufacturer = Zaltonic Electronics description = 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 RESOURCE { name = ElectricCharge amount = 400 maxAmount = 400 } }