Skip to content

Commit

Permalink
Updated USI-LS config to support USI-LS version
Browse files Browse the repository at this point in the history
Changed converters to new ones and added required modules.
  • Loading branch information
dlrk2 authored Mar 8, 2019
1 parent 4924f38 commit 8d1c103
Showing 1 changed file with 64 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@
{
MODULE
{
name = ModuleLifeSupportRecycler
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_LifeSupportRecyclerSwapOption
CrewCapacity = 3
RecyclePercent = .25
ConverterName = #LOC_NFSpacecraft_Action_ConverterName
Expand All @@ -26,7 +41,22 @@
{
MODULE
{
name = ModuleLifeSupportRecycler
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_LifeSupportRecyclerSwapOption
CrewCapacity = 6
RecyclePercent = .5
ConverterName = #LOC_NFSpacecraft_Action_ConverterName
Expand All @@ -47,7 +77,22 @@
{
MODULE
{
name = ModuleLifeSupportRecycler
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_LifeSupportRecyclerSwapOption
CrewCapacity = 7
RecyclePercent = .5
ConverterName = #LOC_NFSpacecraft_Action_ConverterName
Expand All @@ -72,7 +117,22 @@

MODULE
{
name = ModuleHabitation
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_HabitationSwapOption
BaseKerbalMonths = #$/mass$
@BaseKerbalMonths *= 10
@BaseKerbalMonths -= #$/CrewCapacity$
Expand Down

0 comments on commit 8d1c103

Please sign in to comment.