##########################################################################
# Modifiers
##########################################################################

### Natural Ascension
mod_esap_garden = {
	planet_jobs_food_produces_mult = 0.25
	logistic_growth_mult = 0.25
	planet_resettlement_unemployed_destination_mult = 0.50
	# district_farming_max = 3
	planet_farmers_unity_produces_add = 0.5
	pop_environment_tolerance = 0.10
	planet_jobs_minerals_produces_mult = -0.25
	planet_jobs_alloys_produces_mult = -0.25
	planet_jobs_consumer_goods_produces_mult = -0.25
	planet_housing_mult = -0.25
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_garden.dds"
	icon_frame = 2	
}

### Industrial Ascension ###
mod_esap_mining = {
	pop_environment_tolerance = -0.10
	pop_happiness = -0.10

	icon = "gfx/interface/icons/planet_modifiers/pm_esap_mining.dds"
	icon_frame = 3
}

mod_esap_industry = {
	planet_jobs_minerals_produces_mult = 0.25
	job_foundry_per_pop = 0.05
	job_artisan_per_pop = 0.05
	planet_jobs_food_produces_mult = -0.50
	logistic_growth_mult = -0.20
	pop_environment_tolerance = -0.20
	planet_resettlement_unemployed_destination_mult = -0.50
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_industry.dds"
	icon_frame = 2	
}
mod_esap_industry_hive = {
	planet_jobs_minerals_produces_mult = 0.25
	job_alloy_drone_per_pop = 0.066
	planet_jobs_food_produces_mult = -0.50
	logistic_growth_mult = -0.20
	pop_environment_tolerance = -0.20
	planet_resettlement_unemployed_destination_mult = -0.50
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_industry.dds"
	icon_frame = 2	
}
mod_esap_industry_machines = {
	planet_jobs_minerals_produces_mult = 0.25
	job_fabricator_per_pop = 0.066
	planet_jobs_food_produces_mult = -0.50
	logistic_growth_mult = -0.20
	pop_environment_tolerance = -0.20
	planet_resettlement_unemployed_destination_mult = -0.50
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_industry.dds"
	icon_frame = 2	
}

### Combination Paths ###
mod_esap_ct2_expansion_diplomacy = {
	planet_building_build_speed_mult = 1.0
	logistic_growth_mult = 0.50
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_ct2_expansion_diplomacy.dds"
	icon_frame = 1	
}

mod_esap_ct1_infrastructure = {
	planet_housing_mult = 0.15
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_ct1_infrastructure.dds"
	icon_frame = 1	
}

mod_esap_cornucopia_beacon = {
	planet_amenities_add = 25
	planet_stability_add = 10
	planet_resettlement_unemployed_destination_mult = 0.70

	icon = "gfx/interface/icons/planet_modifiers/pm_esap_ct1_expansion.dds"
	icon_frame = 1	
}


### Ethics Ascension Perks ###
mod_esap_egalitarian_1 = {
	logistic_growth_mult = 0.10
	planet_jobs_unity_produces_mult = 0.10
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_egalitarian_1.dds"
	icon_frame = 1	
}

