diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/ChangeLog.txt b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/ChangeLog.txt index f3e6566..2c77481 100644 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/ChangeLog.txt +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/ChangeLog.txt @@ -1,4 +1,4 @@ -1.5.0 - TBD +112.0 - 2021.09.19 ------------------ CryoTanks are now available in USILS allowing you to freeze Kerbals for long journeys diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/LSModule.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/LSModule.cfg new file mode 100644 index 0000000..73174f2 --- /dev/null +++ b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/LSModule.cfg @@ -0,0 +1,134 @@ +@PART[crewCabin] +{ + MODULE + { + name = USI_SwapController + } + MODULE + { + name = USI_SwappableBay + bayName = Bay 1 + moduleIndex = 0 + } + MODULE + { + name = USI_Converter + UseSpecialistBonus = false + } + MODULE + { + name = USILS_HabitationSwapOption + ConverterName = Habitat + StartActionName = Start Habitat + StopActionName = Stop Habitat + + BaseKerbalMonths = 21 + CrewCapacity = 4 + BaseHabMultiplier = 0 + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 0.525 + } + } +} + +@PART[cupola] +{ + MODULE + { + name = USI_SwapController + } + MODULE + { + name = USI_SwappableBay + bayName = Bay 1 + moduleIndex = 0 + } + MODULE + { + name = USI_Converter + UseSpecialistBonus = false + } + MODULE + { + name = USILS_HabitationSwapOption + ConverterName = Habitat + StartActionName = Start Habitat + StopActionName = Stop Habitat + + BaseKerbalMonths = 0 + CrewCapacity = 2 + BaseHabMultiplier = 1.65 + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 0.0825 + } + } +} + +@PART[Large_Crewed_Lab] +{ + MODULE + { + name = USI_SwapController + } + MODULE + { + name = USI_SwappableBay + bayName = Bay 1 + moduleIndex = 0 + } + MODULE + { + name = USI_Converter + UseSpecialistBonus = false + } + MODULE + { + name = USILS_LifeSupportRecyclerSwapOption + ConverterName = Life Support + StartActionName = Start Life Support + StopActionName = Stop Life Support + + CrewCapacity = 4 + RecyclePercent = 0.5 + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 1 + } + } +} + +@PART[MiniISRU] +{ + MODULE + { + name = ModuleResourceConverter + ConverterName = Fertilizer + StartActionName = Start ISRU [Ore -> Fertilizer] + StopActionName = Stop ISRU [Ore -> Fertilizer] + + INPUT_RESOURCE + { + ResourceName = Ore + Ratio = 2.5 + } + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 30 + } + OUTPUT_RESOURCE + { + ResourceName = Fertilizer + Ratio = 0.0025 + DumpExcess = False + } + } +} diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/LifeSupportMiniPack_icon.png b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/LifeSupportMiniPack_icon.png new file mode 100644 index 0000000..986cd0d Binary files /dev/null and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/LifeSupportMiniPack_icon.png differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.Cupola_icon.png b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.Cupola_icon.png new file mode 100644 index 0000000..e92880d Binary files /dev/null and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.Cupola_icon.png differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.MiniCupola_icon.png b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.MiniCupola_icon.png new file mode 100644 index 0000000..670546d Binary files /dev/null and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.MiniCupola_icon.png differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.LgRecycler_icon.png b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.LgRecycler_icon.png new file mode 100644 index 0000000..0bb3fe4 Binary files /dev/null and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.LgRecycler_icon.png differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Recycler_icon.png b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Recycler_icon.png new file mode 100644 index 0000000..0ceb5f0 Binary files /dev/null and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Recycler_icon.png differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.SmCupola_icon.png b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.SmCupola_icon.png new file mode 100644 index 0000000..670546d Binary files /dev/null and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.SmCupola_icon.png differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.ViewingCupola_icon.png b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.ViewingCupola_icon.png new file mode 100644 index 0000000..27875f1 Binary files /dev/null and b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.ViewingCupola_icon.png differ diff --git a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Patches/USILS_TweakScale.cfg b/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Patches/USILS_TweakScale.cfg deleted file mode 100644 index 30fa8ad..0000000 --- a/FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Patches/USILS_TweakScale.cfg +++ /dev/null @@ -1,39 +0,0 @@ -//1.25m parts -@PART[Fert_Tank_125|LS_Tank_125|USILS_ViewingCupola|USILS_SmCupola|USILS_Greenhouse_MiniCupola]:FOR[USILifeSupport]:NEEDS[TweakScale] -{ - MODULE - { - name = TweakScale - type = stack - defaultScale = 1.25 - } -} -//2.5m parts -@PART[Fert_Tank_250|LS_Tank_250|USILS_Greenhouse_Cupola|USILS_LgRecycler|USILS_Greenhouse_Inline]:FOR[USILifeSupport]:NEEDS[TweakScale] -{ - MODULE - { - name = TweakScale - type = stack - defaultScale = 2.5 - } -} -//3.75m parts -@PART[Fert_Tank_375|LS_Tank_375]:FOR[USILifeSupport]:NEEDS[TweakScale] -{ - MODULE - { - name = TweakScale - type = stack - defaultScale = 3.75 - } -} -//minipacks -@PART[LifeSupportMiniPack|FertilizerMiniPack|MulchMiniPack|USILS_Recycler]:FOR[USILifeSupport]:NEEDS[TweakScale] -{ - MODULE - { - name = TweakScale - type = free - } -}