Skip to content

Commit

Permalink
Merge pull request #1542 from BobPalmer/main
Browse files Browse the repository at this point in the history
Thumbs and pylon deprecation
  • Loading branch information
BobPalmer authored Sep 9, 2021
2 parents d149d0a + 506a20c commit 56803d9
Show file tree
Hide file tree
Showing 41 changed files with 1,816 additions and 43 deletions.
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.
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.
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.
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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.0 - TBD
112.0 - 2021.09.19
------------------
Added stock inventory storage to the Salamander and Scout-II
All Ranger parts may now be stored in the stock inventory system.
Expand Down
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.
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
@PART[PotatoRoid]
{
MODULE
{
name = ModuleAsteroidResource
resourceName = Water
presenceChance = 100
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = MetallicOre
presenceChance = 80
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Substrate
presenceChance = 80
lowRange = 50
highRange = 75
}
MODULE
{
name = ModuleAsteroidResource
resourceName = Silicates
presenceChance = 80
lowRange = 50
highRange = 75
}
MODULE
{
name = ModuleAsteroidResource
resourceName = Hydrates
presenceChance = 80
lowRange = 50
highRange = 75
}
MODULE
{
name = ModuleAsteroidResource
resourceName = Minerals
presenceChance = 25
lowRange = 1
highRange = 10
}
MODULE
{
name = ModuleAsteroidResource
resourceName = Gypsum
presenceChance = 25
lowRange = 1
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Uraninite
presenceChance = 25
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = XenonGas
presenceChance = 80
lowRange = 1
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
resourceName = ExoticMinerals
presenceChance = 80
lowRange = 1
highRange = 30
}
MODULE
{
name = ModuleAsteroidResource
resourceName = RareMetals
presenceChance = 80
lowRange = 1
highRange = 30
}

MODULE
{
name = ModuleAsteroidResource
highRange = 95
lowRange = 80
presenceChance = 100
resourceName = Rock
}
}
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 = 97 // 95 - Relative atmospheric scaling applied
MaxAbundance = 100 // 97 - Relative atmospheric scaling applied
Variance = 0
}
}
PLANETARY_RESOURCE
{
ResourceName = CarbonDioxide
ResourceType = 2
PlanetName = Kerbin

Distribution
{
PresenceChance = 100
MinAbundance = 1 // 1 - Relative atmospheric scaling applied
MaxAbundance = 2 // 2 - Relative atmospheric scaling applied
Variance = 0
}
}
PLANETARY_RESOURCE
{
ResourceName = CarbonDioxide
ResourceType = 2
PlanetName = Duna

Distribution
{
PresenceChance = 100
MinAbundance = 97 // 95 - Relative atmospheric scaling applied
MaxAbundance = 100 // 97 - Relative atmospheric scaling applied
Variance = 0
}
}
PLANETARY_RESOURCE
{
ResourceName = CarbonDioxide
ResourceType = 2
PlanetName = Laythe

Distribution
{
PresenceChance = 100
MinAbundance = 5 // 5 - Relative atmospheric scaling applied
MaxAbundance = 11 // 10 - Relative atmospheric scaling applied
Variance = 0
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
//
// 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 = Dirt
ResourceType = 0
PlanetName = Jool

Distribution
{
PresenceChance = 0
MinAbundance = 0
MaxAbundance = 0
Variance = 0
Dispersal = 0
}
}

GLOBAL_RESOURCE
{
ResourceName = Dirt
ResourceType = 0

Distribution
{
PresenceChance = 100
MinAbundance =20
MaxAbundance = 50
Variance = 50
Dispersal = 3
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
//
// 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 = ExoticMinerals
ResourceType = 0
PlanetName = Jool

Distribution
{
PresenceChance = 0
MinAbundance = 0
MaxAbundance = 0
Variance = 0
Dispersal = 0
}
}

GLOBAL_RESOURCE
{
ResourceName = ExoticMinerals
ResourceType = 0

Distribution
{
PresenceChance = 50
MinAbundance = .001
MaxAbundance = 10
Variance = 50
Dispersal = 10
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
//
// 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 = Gypsum
ResourceType = 0
PlanetName = Jool

Distribution
{
PresenceChance = 0
MinAbundance = 0
MaxAbundance = 0
Variance = 0
Dispersal = 0
}
}

GLOBAL_RESOURCE
{
ResourceName = Gypsum
ResourceType = 0

Distribution
{
PresenceChance = 70
MinAbundance = .001
MaxAbundance = 10
Variance = 50
Dispersal = 3
}
}
PLANETARY_RESOURCE
{
ResourceName = Gypsum
ResourceType = 0
PlanetName = Kerbin

Distribution
{
PresenceChance = 100
MinAbundance = .001
MaxAbundance = 10
Variance = 50
Dispersal = 3
}
}
Loading

0 comments on commit 56803d9

Please sign in to comment.