-
Notifications
You must be signed in to change notification settings - Fork 2
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 #9 from BobPalmer/DEVELOP
Develop
- Loading branch information
Showing
23 changed files
with
286 additions
and
26 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,16 @@ | ||
@PART[*]:HAS[!MODULE[ModuleLogisticsConsumer],@MODULE[ModuleCommand]] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleLogisticsConsumer | ||
} | ||
} | ||
|
||
@PART[*]:HAS[!MODULE[ModuleLogisticsConsumer],@MODULE[KerbalSeat]] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleLogisticsConsumer | ||
} | ||
} | ||
|
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
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
122 changes: 122 additions & 0 deletions
122
FOR_RELEASE/GameData/CommunityResourcePack/ResourceConfigs/Alumina.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,122 @@ | ||
// | ||
// Community Resource Pack | ||
// Resource: Alumina | ||
// | ||
//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 = Alumina | ||
ResourceType = 0 | ||
PlanetName = Jool | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 0 | ||
MinAbundance = 0 | ||
MaxAbundance = 0 | ||
Variance = 0 | ||
Dispersal = 0 | ||
} | ||
} | ||
|
||
GLOBAL_RESOURCE | ||
{ | ||
ResourceName = Alumina | ||
ResourceType = 0 | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 70 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Alumina | ||
ResourceType = 0 | ||
PlanetName = Kerbin | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .001 | ||
MaxAbundance = 10 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Alumina | ||
ResourceType = 0 | ||
PlanetName = Mun | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .01 | ||
MaxAbundance = 50 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Alumina | ||
ResourceType = 0 | ||
PlanetName = Moho | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .01 | ||
MaxAbundance = 50 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Alumina | ||
ResourceType = 0 | ||
PlanetName = Duna | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .001 | ||
MaxAbundance = 1 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} | ||
|
||
PLANETARY_RESOURCE | ||
{ | ||
ResourceName = Alumina | ||
ResourceType = 0 | ||
PlanetName = Dres | ||
|
||
Distribution | ||
{ | ||
PresenceChance = 100 | ||
MinAbundance = .01 | ||
MaxAbundance = 50 | ||
Variance = 50 | ||
Dispersal = 3 | ||
} | ||
} |
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.