# Possible Deposit Variables
# modifier - weight, will replace the weight value
# modifier - factor, will multiply the weight value
# resources, resource and amount
# station = station class in orbit to gather
# if you mix resources that are not supposed to be collected by an orbital station remember to put is_orbital_slot = no

# The Mining Perk, extra mining districts from decision.
d_esap_mining = {
	is_for_colonizable = no
	use_for_min_max_adjustments = yes
	
	category = deposit_cat_minerals
	
	use_weights_for_terraforming_swap_types = no
	should_swap_deposit_on_terraforming = no
	
	planet_modifier = { 
		district_mining_max_add = 1
		planet_miners_minerals_produces_add = 0.25
	}
	
	potential = {
		OR = {
			is_planet_class = pc_ocean
			is_planet_class = pc_alpine
			is_planet_class = pc_arctic
			is_planet_class = pc_arid
			is_planet_class = pc_tundra
			is_planet_class = pc_nuked
			is_planet_class = pc_gaia
			is_planet_class = pc_relic
		}
	}
	
	drop_weight = {
		weight = 0
	}
}
