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

Move mod comfort configs away from the stock comfort config file #177

Merged
merged 7 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions GameData/KerbalismConfig/Support/RN_Skylab.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@PART[skylab]:NEEDS[FeatureComfort]:FOR[Kerbalism]
{
MODULE
{
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:
}
17 changes: 17 additions & 0 deletions GameData/KerbalismConfig/Support/ROCapsules.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,23 @@
%volume = 8.95
%surface = 35
}
MODULE
{
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
}
}
@PART[ROC-CSTCM]:NEEDS[ROCapsules,FeatureHabitat]:AFTER[zzzKerbalism]
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/KerbalismConfig/Support/SXT.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[SXTDLK83EHabitat]:NEEDS[SXT,FeatureComfort]
@PART[SXTDLK83EHabitat|SXTISSHabISK3|STXCANIOT|SXTSPKTRCabin]:NEEDS[SXT,FeatureComfort]
{
MODULE
{
Expand Down
22 changes: 22 additions & 0 deletions GameData/KerbalismConfig/Support/Ven_Stock_Revamp.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@PART[InflatableHAB]:NEEDS[VenStockRevamp,FeatureComfort]:FOR[Kerbalism]
{
MODULE
{
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:
}
2 changes: 1 addition & 1 deletion GameData/KerbalismConfig/System/Comfort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}


@PART[crewCabin|SXTISSHabISK30|Large_Crewed_Lab|STXCANIOT|InflatableHAB|SXTSPKTRCabin|SXTDLK83EHabitat|skylab|ROC-OrionCM]:NEEDS[FeatureComfort]:FOR[Kerbalism]
@PART[crewCabin|Large_Crewed_Lab]:NEEDS[FeatureComfort]:FOR[Kerbalism]
{
MODULE
{
Expand Down