# +1 minerals per asteroid
d_xt_extraction_4 = {
    resources = {
		category = orbital_mining_deposits
		produces = {
			minerals = 1
		}
	}
	station = shipclass_mining_station
	is_for_colonizeable = no

	potential = {
		is_asteroid = yes
	}

	drop_weight = {
		weight = 0
	}
}
# +4 minerals per molten world
d_xt_extraction_3 = {
	resources = {
		category = orbital_mining_deposits
		produces = {
			minerals = 4
		}
	}
	station = shipclass_mining_station
	is_for_colonizable = no

	potential = {
		is_planet_class = pc_molten
	}
	drop_weight = {
		weight = 0
	}
}

@xt_delicacydeposit = 0.1

# Agriculture local delicacy deposit - Hot Planets - Rare Crystals - Glistening Lizard Colonies
d_xt_agriculture_hot_1 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_rare_crystals_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_arid
			is_planet_class = pc_desert
			is_planet_class = pc_savannah
		}
	}
}
# Agriculture local delicacy deposit - Hot Planets - Volatile Motes - Scorching Sand Cacti
d_xt_agriculture_hot_2 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_volatile_motes_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_arid
			is_planet_class = pc_desert
			is_planet_class = pc_savannah
		}
	}
}
# Agriculture local delicacy deposit - Savanna - Exotic Gases - Vaporous Rodents
d_xt_agriculture_hot_3 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_exotic_gases_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_arid
			is_planet_class = pc_desert
			is_planet_class = pc_savannah
		}
	}
}
# Agriculture local delicacy deposit - Alpine - Rare Crystals - Shimmering Night Birds
d_xt_agriculture_cold_1 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_rare_crystals_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_alpine
			is_planet_class = pc_arctic
			is_planet_class = pc_tundra
		}
	}
}
# Agriculture local delicacy deposit - Arctic - Volatile Motes - Incendiary Ice Grazers
d_xt_agriculture_cold_2 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_volatile_motes_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_alpine
			is_planet_class = pc_arctic
			is_planet_class = pc_tundra
		}
	}
}
# Agriculture local delicacy deposit - Tundra - Exotic Gases - Gaseous Moss Vines
d_xt_agriculture_cold_3 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_exotic_gases_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_alpine
			is_planet_class = pc_arctic
			is_planet_class = pc_tundra
		}
	}
}
# Agriculture local delicacy deposit - Continental - Rare Crystals - Crystalback Herds
d_xt_agriculture_wet_1 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_rare_crystals_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_continental
			is_planet_class = pc_ocean
			is_planet_class = pc_tropical
		}
	}
}
# Agriculture local delicacy deposit - Ocean - Volatile Motes - Explosive Fish Schools
d_xt_agriculture_wet_2 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_volatile_motes_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_continental
			is_planet_class = pc_ocean
			is_planet_class = pc_tropical
		}
	}
}
# Agriculture local delicacy deposit - Tropical - Exotic Gases - Giant Spore Ferns
d_xt_agriculture_wet_3 = {
	category = deposit_cat_rare_resource

	planet_modifier = {
		district_farming_max = 1
		planet_farmers_exotic_gases_produces_add = @xt_delicacydeposit
	}
	potential = {
		or = {
			is_planet_class = pc_continental
			is_planet_class = pc_ocean
			is_planet_class = pc_tropical
		}
	}
}

d_xt_generation_1 = {
	resources = {
		category = orbital_mining_deposits
		produces = {
			energy = 1
		}
	}
	station = shipclass_mining_station
	is_for_colonizeable = no

	potential = {
		is_star = yes
	}

	drop_weight = {
		weight = 0
	}
}
