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

### Natural Ascension
mod_esap_garden = {
	planet_housing_mult = -0.05
	pop_environment_tolerance = 0.05
	logistic_growth_mult = 0.05
	planet_jobs_food_produces_mult = 0.10
	planet_buildings_energy_upkeep_mult = 0.10
	deposit_blockers_natural_unity_produces_add = 10
	planet_resettlement_unemployed_destination_mult = 0.50
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_garden.dds"
	icon_frame = 2	
}

### Industrial Ascension ###
mod_esap_mining = {
	pop_environment_tolerance = -0.20
	# Deactivated since happiness does not apply to gestalts
	# pop_happiness = -0.10

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

mod_esap_industry = {
	pop_environment_tolerance = -0.20
	logistic_growth_mult = -0.05
	# job_foundry_per_pop = 0.05
	# job_artisan_per_pop = 0.05
	pop_artisan_bonus_workforce_mult = 0.10
	pop_foundry_bonus_workforce_mult = 0.10
	planet_artisans_minerals_upkeep_add = 0.25
	planet_artisans_consumer_goods_produces_add = 0.50
	planet_metallurgists_minerals_upkeep_add = 0.25
	planet_metallurgists_alloys_produces_add = 0.50
	planet_resettlement_unemployed_destination_mult = -0.50
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_industry.dds"
	icon_frame = 2	
}
mod_esap_industry_hive = {
	pop_environment_tolerance = -0.20
	logistic_growth_mult = -0.05
	# job_alloy_drone_per_pop = 0.066
	pop_alloy_drone_bonus_workforce_mult = 0.10
	planet_metallurgists_minerals_upkeep_add = 0.25
	planet_metallurgists_alloys_produces_add = 0.50
	planet_resettlement_unemployed_destination_mult = -0.50
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_industry.dds"
	icon_frame = 2	
}
mod_esap_industry_machines = {
	# job_fabricator_per_pop = 0.066
	pop_environment_tolerance = -0.20
	planet_pop_assembly_mult = -0.05
	pop_fabricator_bonus_workforce_mult = 0.10
	pop_artisan_drone_bonus_workforce_mult = 0.10
	planet_metallurgists_minerals_upkeep_add = 0.25
	planet_metallurgists_alloys_produces_add = 0.50
	planet_artisans_minerals_upkeep_add = 0.25
	planet_artisans_consumer_goods_produces_add = 0.50	
	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.25
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_ct2_expansion_diplomacy.dds"
	icon_frame = 1	
}

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

mod_esap_cornucopia_beacon = {
	planet_amenities_add = 500
	planet_stability_add = 5
	logistic_growth_mult = 0.05
	planet_resettlement_unemployed_destination_mult = 0.75

	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.05
	planet_jobs_unity_produces_mult = 0.05
	planet_jobs_specialist_produces_mult = 0.025
	
	icon = "gfx/interface/icons/planet_modifiers/pm_esap_egalitarian_1.dds"
	icon_frame = 1	
}

