﻿pm_base_embassy = {
	texture = "gfx/interface/budget/budget_set_very_low.dds"
	
	country_modifiers = {
		workforce_scaled = { 
			country_infamy_decay_mult = 0.01
		}
	}
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_tea_add = 30
			goods_input_services_add = 30
		}
		
		level_scaled = {
			building_employment_clerks_add = 5000
			building_employment_bureaucrats_add = 800
		}
	}
}

pm_advanced_embassy = {
	texture = "gfx/interface/budget/budget_set_medium.dds"
	
	unlocking_technologies = {
		realism
	}				
	
	country_modifiers = {
		workforce_scaled = { 
			country_infamy_decay_mult = 0.02
		} 
	}
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_tea_add = 30
			goods_input_wine_add = 30
			goods_input_services_add = 45
		}
		
		level_scaled = {
			building_employment_clerks_add = 6000
			building_employment_bureaucrats_add = 800
		}					
	}
}

pm_high_advanced_embassy = { 
	texture = "gfx/interface/budget/budget_set_very_high.dds"
	
	unlocking_technologies = {
		camera
	}				
	
	country_modifiers = {
		workforce_scaled = { 
			country_infamy_decay_mult = 0.03
		}
	}
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_meat_add = 30
			goods_input_tea_add = 30
			goods_input_wine_add = 30
			goods_input_services_add = 55
		}
		
		level_scaled = {
			building_employment_clerks_add = 7000
			building_employment_bureaucrats_add = 800
		}					
	}
}



######



pm_embassy_basic = {
	texture = "gfx/interface/icons/production_method_icons/unused/personal_files.dds"
	
	country_modifiers = {
		workforce_scaled = { 
			country_influence_mult = 0.005
		}
	}
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_paper_add = 15
		}
	}
}


pm_embassy_telephone = {
	texture = "gfx/interface/icons/production_method_icons/unused/radio_stations.dds"

	unlocking_technologies = {
		telephone
	}
	
	country_modifiers = {
		workforce_scaled = { 
			country_influence_mult = 0.01
		}
	}
	
	building_modifiers = {
		workforce_scaled = {
			goods_input_paper_add = 10
			goods_input_telephones_add = 10
		}
	}
}