-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move mod comfort configs away from the stock comfort config file (#177)
* 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
Showing
5 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters