Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 41 additions & 2 deletions Distribution/GameData/CommunityResourcePack/Asteroid.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,37 @@
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
Expand Down Expand Up @@ -72,6 +95,23 @@
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
Expand All @@ -89,5 +129,4 @@
presenceChance = 100
resourceName = Rock
}

}
Original file line number Diff line number Diff line change
@@ -1,65 +0,0 @@
@PART[SurfaceScanner]
{
MODULE
{
name = ModuleAnalysisResource
resourceName = Water
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = MetallicOre
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Substrate
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Minerals
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Karbonite
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Karborundum
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = Uraninite
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = XenonGas
abundance = 0
}

MODULE
{
name = ModuleAnalysisResource
resourceName = ArgonGas
abundance = 0
}
}
14 changes: 14 additions & 0 deletions Distribution/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.6.6 - 2017.02.04
------------------
Added common resource Sodium a potential high efficient electric propellant
Added common resource Caesium a rare but dense and highly efficient electric propellant
ResourceLode value set to zero to prevent exploits.

0.6.5 - (2017.01.01)
--------------------
Updated asteroid and scanner settings

0.6.4 - (KSP 1.2.2)
-------------------
Added Decaborane as a resource

0.6.3 - (KSP 1.2.1)
-------------------
Adjusted cost Fluorine (KSPI-E) to cost LqdFluorine (Realfuels)
Expand Down
6 changes: 3 additions & 3 deletions Distribution/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":3,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":1
"PATCH":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -26,6 +26,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":2,
"PATCH":1
"PATCH":2
}
}
92 changes: 92 additions & 0 deletions Distribution/GameData/CommunityResourcePack/CommonResources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ RESOURCE_DEFINITION
volume = 1
}


RESOURCE_DEFINITION
{
name = Dirt
Expand Down Expand Up @@ -525,6 +526,18 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
name = ResourceLode
density = 0.005
flowMode = ALL_VESSEL
transfer = NONE
unitCost = 0
isTweakable = true
isVisible = true
volume = 1
}

RESOURCE_DEFINITION
{
name = DepletedUranium // Depleted fuel to preserve mass when burned, can be recycled
Expand Down Expand Up @@ -667,6 +680,19 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = Cs
name = Caesium
density = 0.00193
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 77
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = C
Expand All @@ -693,6 +719,18 @@ RESOURCE_DEFINITION
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/ChargedParticles
}

RESOURCE_DEFINITION
{
abbreviation = DeBo
name = Decaborane
density = 0.00094
flowMode = STAGE_PRIORITY_FLOW
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 3.252
}

RESOURCE_DEFINITION
{
abbreviation = D
Expand Down Expand Up @@ -989,6 +1027,33 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = Na
name = Sodium
density = 0.000968
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 1.4
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = PVC
name = PolyvinylChloride
density = 0.00149
hsp = 7981
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 1
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = Pu238
Expand All @@ -1003,6 +1068,20 @@ RESOURCE_DEFINITION
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/Plutonium-238
}


RESOURCE_DEFINITION
{
abbreviation = R
name = Regolith
density = 0.002
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 0.355
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = UF4
Expand Down Expand Up @@ -1043,6 +1122,19 @@ RESOURCE_DEFINITION
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = SW
name = SolarWind
density = 0.00000124725
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 0.001
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = ThP
Expand Down
Loading