Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @PART[TacLifeSupportMFTContainer]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- @MODULE[ModuleFuelTanks]
- {
- @volume = 265.5
- @type = LifeSupportAll
- }
- @description = Standard size tank that can be resized to fit your needs.
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackHollow
- defaultScale = 1.25
- }
- }
- @PART[TacLifeSupportMFTContainerLarge]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- @MODULE[ModuleFuelTanks]
- {
- @volume = 2212.5
- @type = LifeSupportAll
- }
- @description = Large size tank that can be resized to fit your needs.
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackHollow
- defaultScale = 2.5
- }
- }
- @PART[TacLifeSupportMFTContainerSmall]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- @MODULE[ModuleFuelTanks]
- {
- @volume = 29.5
- @type = LifeSupportAll
- }
- @description = Small size tank that can be resized to fit your needs.
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackHollow
- defaultScale = 0.625
- }
- }
- @PART[HexCanMFTLifeSupportLarge]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- @description = Large hex tank that can be resized to fit your needs.
- @MODULE[ModuleFuelTanks]
- {
- @volume = 737.5
- @type = LifeSupportAll
- }
- }
- @PART[HexCanMFTLifeSupport]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- @description = Standard hex tank that can be resized to fit your needs.
- @MODULE[ModuleFuelTanks]
- {
- @volume = 103.25
- @type = LifeSupportAll
- }
- }
- @PART[HexCanMFTLifeSupportSmall]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- @description = Small hex tank that can be resized to fit your needs.
- @MODULE[ModuleFuelTanks]
- {
- @volume = 14.75
- @type = LifeSupportAll
- }
- }
- @PART[TacAirFilter]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 1.25
- }
- @mass = 0.015
- @description = A life support module that filters Oxygen out of the air. Requires IntakeAir and oxygen atmosphere. Rated for 3 people.
- @MODULE[TacGenericConverter]
- {
- @conversionRate = 3.0 // # of people - Figures based on per/person
- @inputResources = IntakeAir, 0.035, ElectricCharge, 0.010
- @outputResources = Oxygen, 0.0073, true
- }
- }
- @PART[TacCarbonExtractor]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 1.25
- }
- @mass = 0.025
- @title = TACLS CO2 Scrubber (Lithium Peroxide)
- @description = A simple CO2 scrubber using lithium peroxide. Absorbs CO2, and releases O2 and lithium carbonate (waste). Requires small electric charge to run air pump. Figure 0.5L of LithiumPeroxide/person/day. Rated for 3 people. Resources for 14days.
- @MODULE[TacGenericConverter]
- {
- @converterName = CO2 Scrubber
- @conversionRate = 3.0 // # of people - Figures based on per/person
- @inputResources = CarbonDioxide, 0.0062500000, ElectricCharge, 0.010, LithiumPeroxide, 0.0000051872
- @outputResources = Oxygen, 0.0029240301, true, Waste, 0.0000191062, false
- }
- !RESOURCE[CarbonDioxide]
- {
- }
- RESOURCE
- {
- name = LithiumPeroxide
- amount = 21
- maxAmount = 21
- }
- }
- +PART[TacCarbonExtractor]:FINAL
- {
- @name = RO_TACLithiumHydroxide
- @title = TACLS CO2 Scrubber (LithiumHydroxide)
- @description = A simple CO2 scrubber using lithium hydroxide. Absorbs CO2, and releases water and lithium carbonate (waste). Requires small electric charge to run air pump. Figure 0.75L of LithiumHydroxide/person/day. Rated for 3 people. Resources for 14days.
- @MODULE[TacGenericConverter]
- {
- @converterName = CO2 Scrubber
- @conversionRate = 3.0 // # of people - Figures based on per/person
- @inputResources = CarbonDioxide, 0.0062500000, ElectricCharge, 0.010, LithiumHydroxide, 0.0000085683
- @outputResources = Water, 0.0032924498, true, Waste, 0.0000191062, false
- }
- @RESOURCE[LithiumPeroxide]
- {
- @name = LithiumHydroxide
- @amount = 31.5
- @maxAmount = 31.5
- }
- }
- +PART[TacCarbonExtractor]:FINAL
- {
- @name = RO_TACPotassiumSuperoxide
- @title = TACLS CO2 Scrubber (PotassiumSuperoxide)
- @description = A simple CO2 scrubber using potassium superoxide. Absorbs CO2, and releases water and carbon (waste). Requires small electric charge to run air pump. Figure 0.75L of PotassiumSuperoxide/person/day. Rated for 3 people. Resources for 14days.
- @MODULE[TacGenericConverter]
- {
- @converterName = CO2 Scrubber
- @conversionRate = 3.0 // # of people - Figures based on per/person
- @inputResources = CarbonDioxide, 0.0062500000, Water, 0.0000023525, ElectricCharge, 0.010, PotassiumSuperoxide, 0.0000086769
- @outputResources = Oxygen, 0.0043860452, true, Waste, 0.0000258874, false
- }
- @RESOURCE[LithiumPeroxide]
- {
- @name = PotassiumSuperoxide
- @amount = 31.5
- @maxAmount = 31.5
- }
- }
- @PART[TacCarbonExtractorLarge]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 2.5
- }
- @mass = 0.150
- @title = TACLS Bosch Carbon Reactor
- @description = Using the Bosch reaction, a substantial amount of electricity is used to produce the heat needed to react CO2 and H2 to form carbon (waste) and water vapor. Rated for 3 people.
- @MODULE[TacGenericConverter]
- {
- @converterName = Bosch Reactor
- @conversionRate = 3.0 // # of people - Figures based on per/person
- @inputResources = CarbonDioxide, 0.0062500000, ElectricCharge, 2.5, Hydrogen, 0.0117123855
- @outputResources = Water, 0.0000094098, true, Waste, 0.0000031058, false
- }
- !RESOURCE[CarbonDioxide]
- {
- }
- }
- @PART[TacSabatierRecycler]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 1.25
- }
- @mass = 0.065
- @description = Using the Sabatier reaction to reclaim water from carbon dioxide and hydrogen. Produces 1kg LqdMethane/day.
- @MODULE[TacGenericConverter]
- {
- @converterName = Sabatier Reactor
- @conversionRate = 1.0 // Amount LqdMethane/Day
- @inputResources = CarbonDioxide, 0.0172683775, ElectricCharge, 0.7, Hydrogen, 0.0647212460
- @outputResources = LqdMethane, 0.0000273865, true, Water, 0.0000259988, true
- }
- !RESOURCE[CarbonDioxide]
- {
- }
- }
- @PART[TacSabatierRecyclerLarge]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 2.5
- }
- @mass = 0.1
- @title = KSP2Mars Water Based, Electrolysis Supplemented, Sabatier Reactor
- @description = Using the Sabatier reaction to reclaim breathable oxygen from carbon dioxide. Generates it's own hydrogen from water. Works for up to 4 people.
- @MODULE[TacGenericConverter]
- {
- @converterName = Sabatier Reactor
- @conversionRate = 1.7 // Conversion Rate Scale
- @inputResources = CarbonDioxide, 0.0172683775, ElectricCharge, 1.4, Water, 0.00002599835
- @outputResources = LqdMethane, 0.0000273865, true, Oxygen, 0.034696367, true
- }
- !RESOURCE[CarbonDioxide]
- RESOURCE
- {
- name = LqdMethane
- amount = 0
- maxAmount = 1
- }
- }
- +PART[TacSabatierRecyclerLarge]:FINAL
- {
- @name = KSP2Mars_SabatierElectrolysis
- @title = KSP2Mars Electrolysis Supplemented Sabatier Reactor
- @description = Using the Sabatier reaction to reclaim breathable oxygen from carbon dioxide. Needs a supply of hydrogen to function. Works for up to 4 people.
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 1.25
- }
- @mass = 0.09
- @MODULE[TacGenericConverter]
- {
- @converterName = Sabatier Reactor
- @conversionRate = 1.7 // Conversion Rate Scale
- @inputResources = CarbonDioxide, 0.0172683775, ElectricCharge, 0.8, Hydrogen, 0.03472177
- @outputResources = LqdMethane, 0.0000273870, true, Oxygen, 0.01734818, true
- }
- !RESOURCE[CarbonDioxide]
- RESOURCE
- {
- name = Hydrogen
- amount = 500000
- maxAmount = 500000
- }
- }
- @PART[TacWaterPurifier]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 1.25
- }
- @description = Get the most from your pee. Recycle. Rated for 1 person
- @mass = 0.2
- @MODULE[TacGenericConverter]
- {
- @conversionRate = 1.0 // # of people - Figures based on per/person
- @inputResources = WasteWater, 0.0000403538, ElectricCharge, 0.1
- @outputResources = Water, 0.0000383361, false, Waste, 0.0000020177, true
- }
- !RESOURCE[WasteWater]
- {
- }
- }
- @PART[TacWaterPurifierLarge]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 2.5
- }
- @title = TACLS Water Purifier
- @description = Get the most from your pee. Recycle. Rated for 4 people.
- @mass = 0.5
- @MODULE[TacGenericConverter]
- {
- @conversionRate = 4.0 // # of people - Figures based on per/person
- @inputResources = WasteWater, 0.0000403538, ElectricCharge, 0.1
- @outputResources = Water, 0.0000383361, false, Waste, 0.0000020177, true
- }
- !RESOURCE[WasteWater]
- {
- }
- }
- @PART[TacWaterSplitter]:FOR[RealismOverhaul]
- {
- %RSSROConfig = True
- MODULE
- {
- name = TweakScale
- type = RealismOverhaulStackSolid
- defaultScale = 1.25
- }
- @description = Using electroysis, split water into hydrogen and oxygen. Rated for 2 people.
- @MODULE[TacGenericConverter]
- {
- @conversionRate = 2.0 // # of people - Figures based on per/person
- @inputResources = Water, 0.0000053129, ElectricCharge, 0.5
- @outputResources = Hydrogen, 0.0066129570, true, Oxygen, 0.0033018868, true
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment