Skip to content

Instantly share code, notes, and snippets.

@DeltaDizzy
Created May 25, 2019 05:03
Show Gist options
  • Save DeltaDizzy/fbbf6ab50c4fefc1f923437c8e360d7f to your computer and use it in GitHub Desktop.
Save DeltaDizzy/fbbf6ab50c4fefc1f923437c8e360d7f to your computer and use it in GitHub Desktop.
//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