Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1370 - the life support settings on the Karibou crew cab aren't right #1371

Merged
merged 1 commit into from Mar 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -23,7 +23,7 @@ PART
subcategory = 0
title = Karibou Crew Cab
manufacturer = Umbra Space Industries
description = Useable both as a long term rigid habitation module as well as additional passenger space, this ruggedized crew cabin can keep four Kerbals comfortable for over five years.
description = This ruggedized crew cabin can keep four Kerbals comfortable, after a fashion.
attachRules =1,0,1,1,0
mass = 3
dragModelType = default
Expand Down Expand Up @@ -78,23 +78,19 @@ PART
evaOnlyStorage = True
storageRange = 2.0
}



MODULE
{
name = USIAnimation
animationName = Deploy
}

MODULE
{
name = ModuleLight
lightName = Lamp
useAnimationDim = true
lightBrightenSpeed = 1
lightDimSpeed = 1
resourceAmount = 0.01
useAnimationDim = true
lightBrightenSpeed = 1
lightDimSpeed = 1
resourceAmount = 0.01
animationName = CrewCabLights
useResources = true
}
Expand All @@ -113,12 +109,20 @@ PART
maxAmount = 500
isTweakable = True
}


MODULE
{
name = ModuleHabitation
KerbalMonths = 0
HabMultiplier = 3
BaseKerbalMonths = 21
CrewCapacity = 4
BaseHabMultiplier = 0
ConverterName = Habitat
StartActionName = Start Habitat
StopActionName = Stop Habitat
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 0.525
}
}
}