-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
486 additions
and
16 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes.
12 changes: 9 additions & 3 deletions
12
...SpaceIndustries/LifeSupport/ChangeLog.txt → ...SpaceIndustries/LifeSupport/ChangeLog.txt
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
72 changes: 72 additions & 0 deletions
72
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/Greenhouse.cfg
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,72 @@ | ||
PART | ||
{ | ||
name = USILS_Greenhouse | ||
module = Part | ||
author = RoverDude | ||
rescaleFactor = 1 | ||
node_attach = 0,-.15,0,0,-1,0 | ||
node_stack_bottom = 0,-.25,0,0,-1,0 | ||
TechRequired = survivability | ||
entryCost = 1000 | ||
cost = 100 | ||
category = Utility | ||
subcategory = 0 | ||
title = Nom-O-Matic 5000 | ||
manufacturer = Umbra Space Industries | ||
description = The Nom-O-Matic offers the latest in automated gardening and food generation. Simply toss in mulch (not included!) and harvest bland but mildly nutritions noms. | ||
attachRules = 1,1,0,0,0 | ||
mass = 1.5 | ||
dragModelType = default | ||
maximum_drag = 0.25 | ||
minimum_drag = 0.25 | ||
angularDrag = .5 | ||
crashTolerance = 45 | ||
breakingForce = 280 | ||
breakingTorque = 280 | ||
maxTemp = 1700 | ||
bulkheadProfiles = size1,srf | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/Greenhouse | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Mulch | ||
amount = 0 | ||
maxAmount = 100 | ||
} | ||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 100 | ||
maxAmount = 100 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleResourceConverter | ||
ConverterName = Greenhouse | ||
tag = Greenhouse | ||
StartActionName = Start Greenhouse | ||
StopActionName = Stop Greenhouse | ||
|
||
INPUT_RESOURCE | ||
{ | ||
ResourceName = Mulch | ||
Ratio = 0.00005 | ||
} | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 3 | ||
} | ||
OUTPUT_RESOURCE | ||
{ | ||
ResourceName = Supplies | ||
Ratio = 0.000025 | ||
DumpExcess = False | ||
} | ||
} | ||
} |
File renamed without changes.
108 changes: 108 additions & 0 deletions
108
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/JumboGreenhouse.cfg
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,108 @@ | ||
PART | ||
{ | ||
name = USILS_Greenhouse_LG | ||
module = Part | ||
author = RoverDude | ||
rescaleFactor = 1 | ||
node_attach = 0,-.15,0,0,-1,0 | ||
node_stack_bottom = 0,-.25,0,0,-1,0 | ||
TechRequired = survivability | ||
entryCost = 1000 | ||
cost = 5000 | ||
category = Utility | ||
subcategory = 0 | ||
title = Nom-O-Matic 25000 | ||
manufacturer = Umbra Space Industries | ||
description = The Nom-O-Matic offers the latest in automated gardening and food generation. Simply toss in mulch (not included!) and harvest bland but mildly nutritions noms. Now in a larger, more efficient model! | ||
attachRules = 1,1,0,0,0 | ||
mass = 4.5 | ||
dragModelType = default | ||
maximum_drag = 0.25 | ||
minimum_drag = 0.25 | ||
angularDrag = .5 | ||
crashTolerance = 45 | ||
breakingForce = 280 | ||
breakingTorque = 280 | ||
maxTemp = 1700 | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/JumboGreenhouse | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Mulch | ||
amount = 0 | ||
maxAmount = 500 | ||
} | ||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 500 | ||
maxAmount = 500 | ||
} | ||
RESOURCE | ||
{ | ||
name = Fertilizer | ||
amount = 500 | ||
maxAmount = 500 | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleResourceConverter | ||
tag = Greenhouse | ||
ConverterName = Greenhouse | ||
StartActionName = Start Greenhouse | ||
StopActionName = Stop Greenhouse | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = Mulch | ||
Ratio = 0.0002 | ||
} | ||
OUTPUT_RESOURCE | ||
{ | ||
ResourceName = Supplies | ||
Ratio = 0.0001 | ||
DumpExcess = False | ||
} | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 12 | ||
} | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleResourceConverter | ||
tag = Agroponics | ||
ConverterName = Agroponics | ||
StartActionName = Start Agroponics | ||
StopActionName = Stop Agroponics | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = Mulch | ||
Ratio = 0.0002 | ||
} | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = Fertilizer | ||
Ratio = 0.00004 | ||
|
||
} | ||
OUTPUT_RESOURCE | ||
{ | ||
ResourceName = Supplies | ||
Ratio = 0.00024 | ||
DumpExcess = False | ||
} | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 12 | ||
} | ||
} | ||
|
||
} |
File renamed without changes.
File renamed without changes.
39 changes: 39 additions & 0 deletions
39
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/MiniPak_01.cfg
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,39 @@ | ||
PART | ||
{ | ||
name = LifeSupportMiniPack | ||
module = Part | ||
author = RoverDude | ||
rescaleFactor = 1 | ||
node_attach = 0,0,.15,0,0,-1 | ||
TechRequired = survivability | ||
entryCost = 1000 | ||
cost = 100 | ||
category = Utility | ||
subcategory = 0 | ||
title = Life Support MiniPak (Supplies) | ||
manufacturer = Umbra Space Industries | ||
description = While we firmly believe you can never have enough snacks, the engineers and load planners disagreed, and provided this smaller, more conveniently sized supply container. | ||
attachRules = 0,1,0,0,0 | ||
mass = 0.02 | ||
dragModelType = default | ||
maximum_drag = 0.25 | ||
minimum_drag = 0.25 | ||
angularDrag = .5 | ||
crashTolerance = 45 | ||
breakingForce = 280 | ||
breakingTorque = 280 | ||
maxTemp = 1700 | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/MiniPak | ||
texture = miniPak, UmbraSpaceIndustries/LifeSupport/Parts/miniPak_01 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 100 | ||
maxAmount = 100 | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/MiniPak_02.cfg
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,39 @@ | ||
PART | ||
{ | ||
name = FertilizerMiniPack | ||
module = Part | ||
author = RoverDude | ||
rescaleFactor = 1 | ||
node_attach = 0,0,.15,0,0,-1 | ||
TechRequired = survivability | ||
entryCost = 1000 | ||
cost = 100 | ||
category = Utility | ||
subcategory = 0 | ||
title = Life Support MiniPak (Fertilizer) | ||
manufacturer = Umbra Space Industries | ||
description = For the larger Nom-O-Matic, provided a starter (Fertilizer) to dramatically extend life support capabilities. | ||
attachRules = 0,1,0,0,0 | ||
mass = 0.02 | ||
dragModelType = default | ||
maximum_drag = 0.25 | ||
minimum_drag = 0.25 | ||
angularDrag = .5 | ||
crashTolerance = 45 | ||
breakingForce = 280 | ||
breakingTorque = 280 | ||
maxTemp = 1700 | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/MiniPak | ||
texture = miniPak, UmbraSpaceIndustries/LifeSupport/Parts/miniPak_03 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Fertilizer | ||
amount = 100 | ||
maxAmount = 100 | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/MiniPak_03.cfg
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,39 @@ | ||
PART | ||
{ | ||
name = MulchMiniPack | ||
module = Part | ||
author = RoverDude | ||
rescaleFactor = 1 | ||
node_attach = 0,0,.15,0,0,-1 | ||
TechRequired = survivability | ||
entryCost = 1000 | ||
cost = 100 | ||
category = Utility | ||
subcategory = 0 | ||
title = Life Support MiniPak (Mulch) | ||
manufacturer = Umbra Space Industries | ||
description = When tossing stuff out the airlock is simply not an option. | ||
attachRules = 0,1,0,0,0 | ||
mass = 0.02 | ||
dragModelType = default | ||
maximum_drag = 0.25 | ||
minimum_drag = 0.25 | ||
angularDrag = .5 | ||
crashTolerance = 45 | ||
breakingForce = 280 | ||
breakingTorque = 280 | ||
maxTemp = 1700 | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/MiniPak | ||
texture = miniPak, UmbraSpaceIndustries/LifeSupport/Parts/miniPak_02 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Mulch | ||
amount = 0 | ||
maxAmount = 100 | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
53 changes: 53 additions & 0 deletions
53
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/Tank_125.cfg
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,53 @@ | ||
PART | ||
{ | ||
name = LS_Tank_125 | ||
module = Part | ||
author = RoverDude | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/Tank_125 | ||
} | ||
|
||
rescaleFactor = 1 | ||
|
||
node_attach = 0,0,0.6,0,0,-1,1 | ||
node_stack_top = 0.0, .25, 0.0, 0.0, 1.0, 0.0, 1 | ||
node_stack_bottom = 0.0, -.25, 0.0, 0.0, -1.0, 0.0, 1 | ||
|
||
|
||
TechRequired = survivability | ||
entryCost = 3000 | ||
cost = 500 | ||
category = Utility | ||
subcategory = 0 | ||
title = Life Support Tank (1.25) | ||
manufacturer = Umbra Space Industries | ||
description = A tank filled to the brim with Nutritional Organic Meal Substitutes (N.O.M.S.). | ||
attachRules = 1,1,1,1,0 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.1 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 7 | ||
maxTemp = 2000 // = 3000 | ||
bulkheadProfiles = size1,srf | ||
|
||
RESOURCE | ||
{ | ||
name = Supplies | ||
amount = 500 | ||
maxAmount = 500 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Mulch | ||
amount = 0 | ||
maxAmount = 10 | ||
} | ||
|
||
} |
File renamed without changes.
Oops, something went wrong.