//
//	Community Resource Pack
//	Resource: Antimatter
//
//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!
//

// Kerbin Exo
PLANETARY_RESOURCE
{
	ResourceName = Antimatter
	ResourceType = 3
	PlanetName = Kerbin
	Distribution
	{
		PresenceChance = 100
		MinAbundance = 0.001 //  - Relative atmospheric scaling applied
		MaxAbundance = 0.002 //  - Relative atmospheric scaling applied
		MinAltitude = 1
		MaxAltitude = 2
		MinRange = 0.25
		MaxRange = 0.3
		Variance = 0
	}
}

// Jool exo
PLANETARY_RESOURCE
{
	ResourceName = Antimatter
	ResourceType = 3
	PlanetName = Jool
	Distribution
	{
		PresenceChance = 100
		MinAbundance = 50 //  - Relative atmospheric scaling applied
		MaxAbundance = 100 //  - Relative atmospheric scaling applied
		MinAltitude = 1
		MaxAltitude = 3
		MinRange = 1
		MaxRange = 1
		Variance = 0
	}
}
