\\ adds fertilizer to all isrus. @PART[*]:HAS[@MODULE[ModuleResourceConverter]:HAS[@OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]]]]:NEEDS[UmbraSpaceIndustries] { +MODULE[ModuleResourceConverter]:HAS[@OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]]&@INPUT_RESOURCE:HAS[#ResourceName[Ore]]] { @name = ModuleResourceConverter @ConverterName = Fertilizer @StartActionName = Start ISRU [Ore -> Fertilizer] @StopActionName = Stop ISRU [Ore -> Fertilizer] @Specialty = Engineer @INPUT_RESOURCE:HAS[#ResourceName[Ore]] { @ResourceName = Ore FlowMode = STAGE_PRIORITY_FLOW } @INPUT_RESOURCE:HAS[#ResourceName[ElectricCharge]] { @ResourceName = ElectricCharge } @OUTPUT_RESOURCE:HAS[#ResourceName[MonoPropellant]] { @ResourceName = Fertilizer @Ratio *= .005 @DumpExcess = false } } }