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

Create RN_Salyut.cfg, add basic habitat and comfort info #162

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions GameData/KerbalismConfig/Support/RN_Salyut.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
@PART[salyut1-4|salyut6|salyut7|almaz3-5]:NEEDS[RN_Salyut]:AFTER[RN_Salyut]
{
@MODULE[Habitat]
{
%volume = 90 //https://www.hq.nasa.gov/pao/History/SP-4225/documentation/mhh/mirheritage.pdf Almaz 3 was actually slightly larger at 100 m3
%surface = 149.6 //estimate based off the multiple cylinders of a Salyut/Almaz. 2*pi*1*3 + 2*pi*1.45*3.8 + 2*pi*2.075*5.3 + 2*pi*2.075^2
}

//Salyut and Almaz stations had treadmills https://www.russianspaceweb.com/salyut1-design.html (and previous source)
MODULE:NEEDS[FeatureComfort]
{
name = Comfort
bonus = exercise
desc = A treadmill designed to permit exercise in zero-g is included. The crew will love it.
}

MODULE:NEEDS[FeatureReliability]
{
name = Reliability
type = Comfort
title = Treadmill
repair = Engineer
mtbf = 36288000
extra_cost = 0.25
extra_mass = 0.05
}
@tags ^= :$: comfort:
}
Loading