Skip to content

Commit

Permalink
Merge pull request #282 from BobPalmer/main
Browse files Browse the repository at this point in the history
Thumbs and Resources
  • Loading branch information
BobPalmer authored Sep 9, 2021
2 parents 7857934 + 14b45c5 commit 051f473
Show file tree
Hide file tree
Showing 18 changed files with 351 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
112.0 - 2021.09.19
------------------
Karborundum is now on Moho
Karborundum exospheric band moved to be in line with (roughly) Moho's orbit
Oceanic Karborundum on Eve

1.4.0 - 2020.12.20
------------------
KSP 1.11 Compatibility
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.
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
@@ -0,0 +1,11 @@
@PART[PotatoRoid]
{
MODULE
{
name = ModuleAsteroidResource
resourceName = Karbonite
presenceChance = 25
lowRange = 50
highRange = 75
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
//
// 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!
//

GLOBAL_RESOURCE
{
ResourceName = Karbonite
ResourceType = 0

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

GLOBAL_RESOURCE
{
ResourceName = Karbonite
ResourceType = 1

Distribution
{
PresenceChance = 80
MinAbundance = 5 // 1 - Relative atmospheric scaling applied
MaxAbundance = 50 // 10 - Relative atmospheric scaling applied
Variance = 20
Dispersal = 3
}
}

GLOBAL_RESOURCE
{
ResourceName = Karbonite
ResourceType = 2

Distribution
{
PresenceChance = 80
MinAbundance = .001
MaxAbundance = 5 // 1 - Relative atmospheric scaling applied
Variance = 50 //Karbonite plumes venting
Dispersal = 3
}
}
GLOBAL_RESOURCE
{
ResourceName = Karbonite
ResourceType = 3

Distribution
{
PresenceChance = 20
MinAbundance = .001
MaxAbundance = 50 // 0.5 - Relative atmospheric scaling applied
MinAltitude = .2
MaxAltitude = 2
MinRange = .01
MaxRange = .5
}
}

PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 2
PlanetName = Jool

Distribution
{
PresenceChance = 100
MinAbundance = 100 // 80 - Relative atmospheric scaling applied
MaxAbundance = 100 // 80 - Relative atmospheric scaling applied
Variance = 50
}
}
PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 1
PlanetName = Eve

Distribution
{
PresenceChance = 100
MinAbundance = 75 // 60 - Relative atmospheric scaling applied
MaxAbundance = 75 //60 - Relative atmospheric scaling applied
Variance = 10
}
}
PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 0
PlanetName = Kerbin

Distribution
{
PresenceChance = 100
MinAbundance = 2
MaxAbundance = 2
Variance = 10
}
}
PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 1
PlanetName = Kerbin

Distribution
{
PresenceChance = 100
MinAbundance = .001
MaxAbundance = .001
Variance = 10
}
}

PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 2
PlanetName = Kerbin

Distribution
{
PresenceChance = 100
MinAbundance = .001
MaxAbundance = .001
Variance = 10
}
}

PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 3
PlanetName = Kerbin

Distribution
{
PresenceChance = 100
MinAbundance = .001 // 0.001 - Relative atmospheric scaling applied
MaxAbundance = .001 // 0.001 - Relative atmospheric scaling applied
MinAltitude = .245
MaxAltitude = .245
MinRange = .01
MaxRange = .01
}
}

PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 0
PlanetName = Jool

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

PLANETARY_RESOURCE
{
ResourceName = Karbonite
ResourceType = 3
PlanetName = Jool

Distribution
{
PresenceChance = 100
MinAbundance = 100 // 1 - Relative atmospheric scaling applied
MaxAbundance = 100 // 1 - Relative atmospheric scaling applied
MinAltitude = .1
MaxAltitude = .1
MinRange = .1
MaxRange = .1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@PART[SurfaceScanner]
{
MODULE
{
name = ModuleResourceScanner
ScannerType = 0
ResourceName = Karbonite
MaxAbundanceAltitude = 1000
RequiresUnlock = false
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
@PART[KA_Drill_Radial_04]
{
MODULE
{
name = USI_Harvester
HarvesterType = 0
Efficiency = .2
ResourceName = Karborundum
ConverterName = Karborundum Drill
StartActionName = Start Karborundum Drill
StopActionName = Stop Karborundum Drill

AutoShutdown = true
SpecialistEfficiencyFactor = 0.2
SpecialistBonusBase = 0.05
EfficiencyBonus = 1
GeneratesHeat = true

TemperatureModifier
{
key = 0 10000
key = 250 5000
key = 500 2500
key = 750 250
key = 1000 0
}
ThermalEfficiency
{
key = 0 0.1
key = 250 .1
key = 500 1
key = 750 .1
key = 1000 0
}

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 2
}
}
}

@PART[KA_Drill_Radial_01]
{
MODULE
{
name = USI_Harvester
HarvesterType = 0
Efficiency = 1
ResourceName = Karborundum
ConverterName = Karborundum Drill
StartActionName = Start Karborundum Drill
StopActionName = Stop Karborundum Drill

AutoShutdown = true
SpecialistEfficiencyFactor = 0.2
SpecialistBonusBase = 0.05
EfficiencyBonus = 1
GeneratesHeat = true

TemperatureModifier
{
key = 0 10000
key = 250 5000
key = 500 2500
key = 750 250
key = 1000 0
}
ThermalEfficiency
{
key = 0 0.1
key = 250 .1
key = 500 1
key = 750 .1
key = 1000 0
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 6
}
}
}

@PART[KA_Drill_125_01]
{
MODULE
{
name = USI_Harvester
HarvesterType = 0
Efficiency = 1
ResourceName = Karborundum
ConverterName = Karborundum Drill
StartActionName = Start Karborundum Drill
StopActionName = Stop Karborundum Drill

AutoShutdown = true
SpecialistEfficiencyFactor = 0.2
SpecialistBonusBase = 0.05
EfficiencyBonus = 1
GeneratesHeat = true

TemperatureModifier
{
key = 0 10000
key = 250 5000
key = 500 2500
key = 750 250
key = 1000 0
}
ThermalEfficiency
{
key = 0 0.1
key = 250 .1
key = 500 1
key = 750 .1
key = 1000 0
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 6
}
}
}

0 comments on commit 051f473

Please sign in to comment.