﻿d_ASP_a_bedroom_planet_deposit = {
	is_for_colonizable = yes
	category = deposit_cat_rare
	potential = { always = no }

	planet_modifier = {
		planet_max_districts_add = 4
		pop_housing_usage_mult = -0.10
	}

	drop_weight = {
		weight = 0
	}
}

d_ASP_a_bedroom_planet_blocker = {
	time = 360
	is_for_colonizable = yes
	category = deposit_cat_rare_blocker
	potential = { always = no }
	use_weights_for_blocker_swap_types = no

	planet_modifier = {
		planet_max_districts_add = -1
	}

	blocker_swap_types = {
		d_ASP_a_bedroom_planet_deposit
	}

	resources = {
		category = deposit_blockers
		cost = {
			energy = 750
			minerals = 250
		}
	}
}
aspmod_d_society_20 = {
	is_for_colonizable = yes
	icon = d_metal_boneyard

	resources = {
		category = planet_deposits
		produces = {
			society_research = 20
		}
    }

	drop_weight = {
		weight = 0
	}
}
#ASP_site_rain_world
aspmod_d_small_creature_memorial = {
	is_for_colonizable = yes
	icon = d_alien_pets_deposit
	category = deposit_cat_rare

	resources = {
		category = planet_deposits
		produces = {
			unity = 30
		}
	}

	planet_modifier = {
		planet_jobs_unity_produces_mult = 0.5
		job_bureaucrat_add = 100
	}

	drop_weight = {
		weight = 0
	}
}
aspmod_d_creature_hunting_ground = {
	is_for_colonizable = yes
	icon = d_dangerous_wildlife_blocker
	category = deposit_cat_rare

	resources = {
		category = planet_deposits
		produces = {
			unity = 20
		}
	}

	planet_modifier = {
		planet_jobs_consumer_goods_produces_mult = 0.15
		planet_jobs_unity_produces_mult = 0.15
	}

	drop_weight = {
		weight = 0
	}
}
#ASP_site_strangely_fertile_world
aspmod_d_plants_coverd_city = {
	is_for_colonizable = yes
	icon = d_city_ruins
	category = deposit_cat_blockers
	can_be_cleared = { always = no }

	planet_modifier = {
		planet_max_districts_add = -1
	}

	drop_weight = {
		weight = 0
	}
}
aspmod_d_plants_coverd_city_2 = {
	is_for_colonizable = yes
	icon = d_city_ruins
	category = deposit_cat_blockers

	resources = {
		category = deposit_blockers
		cost = {
			energy = 1000
		}
	}

	planet_modifier = {
		planet_max_districts_add = -1
	}

	use_weights_for_blocker_swap_types = no

	blocker_swap_types = {
		aspmod_d_controlled_underground_lab
	}

	drop_weight = {
		weight = 0
	}
}
aspmod_d_controlled_underground_lab = {
	is_for_colonizable = yes
	icon = d_mining_tunnels
	category = deposit_cat_rare

	triggered_planet_modifier = {
		potential = {
			exists = owner
			owner = { NOT = { has_ethic = ethic_gestalt_consciousness } }
		}
		modifier = {
			job_physicist_add = 200
			job_biologist_add = 200
			job_engineer_add = 200
		}
		pop_government_ethic_attraction = -0.5
		pop_ethic_spiritualist_attraction_mult = 0.5
	}

	triggered_planet_modifier = {
		potential = {
			exists = owner
			owner = { has_authority = auth_hive_mind }
		}
		modifier = {
			job_calculator_physicist_add = 200
			job_calculator_biologist_add = 200
			job_calculator_engineer_add = 200
		}
	}

	triggered_planet_modifier = {
		potential = {
			exists = owner
			owner = { has_authority = auth_machine_intelligence }
		}
		modifier = {
			job_calculator_physicist_add = 200
			job_calculator_biologist_add = 200
			job_calculator_engineer_add = 200
		}
	}

	planet_modifier = {
		planet_jobs_unity_produces_mult = 0.25
	}

	drop_weight = {
		weight = 0
	}
}

# ASP_site_tomb_of_dead_whale — modern gas-extraction job reward
aspmod_d_exotic_gases_layers = {
	is_for_colonizable = yes
	icon = d_gaseous_eruption
	category = deposit_cat_rare

	triggered_planet_modifier = {
		potential = {
			exists = owner
			owner = {
				is_regular_empire = yes
				has_technology = tech_mine_exotic_gases
			}
		}
		modifier = { job_gas_extractor_add = 300 }
	}
	triggered_planet_modifier = {
		potential = {
			exists = owner
			owner = {
				is_gestalt = yes
				has_technology = tech_mine_exotic_gases
			}
		}
		modifier = { job_gas_extraction_drone_add = 300 }
	}

	drop_weight = { weight = 0 }
}
