notovny

Untitled

Aug 20th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. @PART[FuelCellArray]{
  2.  
  3.  
  4. MODULE
  5. {
  6. name = ModuleResourceConverter
  7. ConverterName = Open Cycle Cell
  8. StartActionName = Start Open Cycle Cell
  9. StopActionName = Stop Open Cycle Cell
  10. ToggleActionName = Toggle Open Cycle Cell
  11. FillAmount = 0.95
  12. AutoShutdown = false
  13. GeneratesHeat = false
  14. UseSpecialistBonus = false
  15.  
  16.  
  17. INPUT_RESOURCE
  18. {
  19. ResourceName = LiquidFuel
  20. Ratio = 0.0016875
  21. FlowMode = STAGE_PRIORITY_FLOW
  22. }
  23. INPUT_RESOURCE
  24. {
  25. ResourceName = IntakeAir
  26. Ratio = 0.0020625
  27. FlowMode = STAGE_PRIORITY_FLOW
  28. }
  29. OUTPUT_RESOURCE
  30. {
  31. ResourceName = ElectricCharge
  32. Ratio = 1.5
  33. DumpExcess = false
  34. }
  35. }
  36.  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment