Difference between revisions of "Parts/Resources/FuelCell/FuelCellArray.cfg"
From Kerbal Space Program Wiki
< Parts
(+added in 1.0;) |
m (Update config) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
entryCost = 13500 | entryCost = 13500 | ||
cost = 4500 | cost = 4500 | ||
− | category = | + | category = Electrical |
subcategory = 0 | subcategory = 0 | ||
− | title = Fuel Cell Array | + | title = #autoLOC_500649 //#autoLOC_500649 = Fuel Cell Array |
− | manufacturer = Zaltonic Electronics | + | manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics |
− | description = Why have just one fuel cell when you can have six? The fuel cell array is ideal for situations where you need a large source of reliable power. Like the smaller fuel cells, this array operates by converting fuel and oxidizer into energy. | + | description = #autoLOC_500650 //#autoLOC_500650 = Why have just one fuel cell when you can have six? The fuel cell array is ideal for situations where you need a large source of reliable power. Like the smaller fuel cells, this array operates by converting fuel and oxidizer into energy. |
attachRules = 0,1,0,0,0 | attachRules = 0,1,0,0,0 | ||
Line 31: | Line 31: | ||
crashTolerance = 7 | crashTolerance = 7 | ||
maxTemp = 2000 // = 3000 | maxTemp = 2000 // = 3000 | ||
− | + | bulkheadProfiles = srf | |
+ | tags = #autoLOC_500651 //#autoLOC_500651 = array bank charge convert e/c elect energ pack power volt watt | ||
MODULE | MODULE | ||
{ | { | ||
name = ModuleResourceConverter | name = ModuleResourceConverter | ||
− | ConverterName = Fuel Cell | + | ConverterName = #autoLOC_502022 //#autoLOC_502022 = Fuel Cell |
− | StartActionName = Start Fuel Cell | + | StartActionName = #autoLOC_502023 //#autoLOC_502023 = Start Fuel Cell |
− | StopActionName = Stop Fuel Cell | + | StopActionName = #autoLOC_502024 //#autoLOC_502024 = Stop Fuel Cell |
+ | ToggleActionName = #autoLOC_502025 //#autoLOC_502025 = Toggle Fuel Cell | ||
FillAmount = 0.95 | FillAmount = 0.95 | ||
+ | AutoShutdown = false | ||
+ | GeneratesHeat = false | ||
+ | UseSpecialistBonus = false | ||
− | |||
− | |||
− | |||
− | |||
− | |||
INPUT_RESOURCE | INPUT_RESOURCE | ||
Line 72: | Line 72: | ||
amount = 300 | amount = 300 | ||
maxAmount = 300 | maxAmount = 300 | ||
+ | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 650 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 07:28, 15 October 2024
PART { name = FuelCellArray module = Part author = RoverDude MODEL { model = Squad/Parts/Resources/FuelCell/FuelCellArray } rescaleFactor = 1 node_attach = .05, 0, 0, 1, 0, 0, 0 TechRequired = specializedElectrics entryCost = 13500 cost = 4500 category = Electrical subcategory = 0 title = #autoLOC_500649 //#autoLOC_500649 = Fuel Cell Array manufacturer = #autoLOC_501636 //#autoLOC_501636 = Zaltonic Electronics description = #autoLOC_500650 //#autoLOC_500650 = Why have just one fuel cell when you can have six? The fuel cell array is ideal for situations where you need a large source of reliable power. Like the smaller fuel cells, this array operates by converting fuel and oxidizer into energy. attachRules = 0,1,0,0,0 // --- standard part parameters --- mass = 0.24 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 2000 // = 3000 bulkheadProfiles = srf tags = #autoLOC_500651 //#autoLOC_500651 = array bank charge convert e/c elect energ pack power volt watt MODULE { name = ModuleResourceConverter ConverterName = #autoLOC_502022 //#autoLOC_502022 = Fuel Cell StartActionName = #autoLOC_502023 //#autoLOC_502023 = Start Fuel Cell StopActionName = #autoLOC_502024 //#autoLOC_502024 = Stop Fuel Cell ToggleActionName = #autoLOC_502025 //#autoLOC_502025 = Toggle Fuel Cell FillAmount = 0.95 AutoShutdown = false GeneratesHeat = false UseSpecialistBonus = false INPUT_RESOURCE { ResourceName = LiquidFuel Ratio = 0.02025 FlowMode = STAGE_PRIORITY_FLOW } INPUT_RESOURCE { ResourceName = Oxidizer Ratio = 0.02475 FlowMode = STAGE_PRIORITY_FLOW } OUTPUT_RESOURCE { ResourceName = ElectricCharge Ratio = 18 DumpExcess = false } } RESOURCE { name = ElectricCharge amount = 300 maxAmount = 300 } MODULE { name = ModuleCargoPart packedVolume = 650 } }