-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from BobPalmer/DEVELOP
Develop
- Loading branch information
Showing
14 changed files
with
133 additions
and
35 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
Binary file not shown.
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
68 changes: 68 additions & 0 deletions
68
GameData/CommunityResourcePack/ResourceConfigs/CarbonDioxide.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,68 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: | ||
// | ||
//Resource types: | ||
// 0 = Crustal (Stuff you dig up) | ||
// 1 = Oceanic (Stuff in the oceans) | ||
// 2 = Atmospheric (Stuff in the air, varies with pressure) | ||
// 3 = Interplanetary (Stuff you find between planets) | ||
// | ||
//Express all numbers as percentages 0.0-100.0, not 0.0-1.0! | ||
// | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = CarbonDioxide | ||
ResourceType = 2 | ||
PlanetName = Eve | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 95 | ||
MaxAbundance = 97 | ||
Variance = 0 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = CarbonDioxide | ||
ResourceType = 2 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 1 | ||
MaxAbundance = 2 | ||
Variance = 0 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = CarbonDioxide | ||
ResourceType = 2 | ||
PlanetName = Duna | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 95 | ||
MaxAbundance = 97 | ||
Variance = 0 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = CarbonDioxide | ||
ResourceType = 2 | ||
PlanetName = Laythe | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = 5 | ||
MaxAbundance = 10 | ||
Variance = 0 | ||
} | ||
} |
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
Binary file not shown.
Binary file not shown.
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
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