Skip to content

Commit

Permalink
Move mod comfort configs away from the stock comfort config file (#177)
Browse files Browse the repository at this point in the history
* Update SXT.cfg

* Update ROCapsules.cfg

* Update Comfort.cfg

* Create RN_Skylabk.cfg

* Rename RN_Skylabk.cfg to RN_Skylab.cfg

* Create Ven_Stock_Revamp.cfg

* idek what mod this comes from
  • Loading branch information
Clayell authored Feb 15, 2025
1 parent b5ce0a2 commit d7792ac
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 2 deletions.
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

0 comments on commit d7792ac

Please sign in to comment.