Created
May 25, 2019 05:03
-
-
Save DeltaDizzy/fbbf6ab50c4fefc1f923437c8e360d7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Convert Propellium and Oxium to LqdHydrogen and Oxidizer | |
| OMNICONVERTER | |
| { | |
| templateTags = lab | |
| TechRequired = advScienceTech | |
| ConverterName = Hydron Recoverer | |
| description = Convert Propellium into LqdHydrogen | |
| StartActionName = Start Recovery | |
| StopActionName = Stop Recovery | |
| Autoshutdown = false | |
| UseSpecialistBonus = true | |
| SpecialistEfficiencyFactor = 0.2 | |
| SpecialistBonusBase = 0.05 | |
| ExperienceEffect = ScienceSkill | |
| EfficiencyBonus = 1 | |
| INPUT_RESOURCE | |
| { | |
| ResourceName = Propellium | |
| Ratio = 1 | |
| FlowMode = ALL_VESSEL | |
| } | |
| INPUT_RESOURCE | |
| { | |
| ResourceName = ElectricCharge | |
| Ratio = 22 | |
| FlowMode = ALL_VESSEL | |
| } | |
| INPUT_RESOURCE | |
| { | |
| ResourceName = Oxium | |
| Ratio = 1 | |
| FlowMode = ALL_VESSEL | |
| } | |
| OUTPUT_RESOURCE | |
| { | |
| ResourceName = LqdHydrogen | |
| Ratio = 1 | |
| DumpExcess = true | |
| FlowMode = ALL_VESSEL | |
| } | |
| OUTPUT_RESOURCE | |
| { | |
| ResourceName = Oxidizer | |
| Ratio = 1 | |
| DumpExcess = true | |
| FlowMode = ALL_VESSEL | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment