Skip to content

Commit

Permalink
Merge pull request #264 from BobPalmer/main
Browse files Browse the repository at this point in the history
Moved old CRP configs to EXTRAS folder before they do a vanishing act
  • Loading branch information
BobPalmer authored May 30, 2022
2 parents 2f646b0 + 85f01c3 commit f90c6b5
Show file tree
Hide file tree
Showing 27 changed files with 3,249 additions and 0 deletions.
132 changes: 132 additions & 0 deletions EXTRAS/Asteroid.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
@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 = Karbonite
presenceChance = 25
lowRange = 50
highRange = 75
}

MODULE
{
name = ModuleAsteroidResource
resourceName = Karborundum
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
resourceName = ArgonGas
presenceChance = 80
lowRange = 1
highRange = 10
}

MODULE
{
name = ModuleAsteroidResource
highRange = 95
lowRange = 80
presenceChance = 100
resourceName = Rock
}
}
Loading

0 comments on commit f90c6b5

Please sign in to comment.