﻿##############################MODDED##############################

# Hamoud Boualem
company_HamoudBoualem = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/hamoudboualem.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ALGIERS }
	

	possible_prestige_goods = {
		prestige_good_generic_groceries
	}

	
	building_types = { #27
		building_food_industry
	}
	
	extension_building_types = {
		building_wheat_farm
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_north_africa
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ALGIERS
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ALGIERS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		country_prestige_mult = 0.1 #10
		state_loyalists_from_political_movements_mult = 0.08 #10
		state_lower_strata_expected_sol_add = -0.25
		state_middle_strata_expected_sol_add = -0.5
		state_upper_strata_expected_sol_add = -0.75
		country_ship_group_supply_ships_construction_efficiency_add = 0.10 #7
	}	
	

	ai_will_do = {
		any_scope_state = {
			state_region = s:STATE_ALGIERS
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ALGIERS
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}
}

# Barid Aljazayir
company_BaridAljazayir = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/algerieposte.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ALGIERS }
	
	category = bureaucrat_owned

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #26
		building_paper_mill
	}
	
	extension_building_types = {
		building_logging_camp
		building_synthetics_plant
		building_sulfur_mine
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_north_africa
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ALGIERS
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ALGIERS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_paper_mill
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		country_bureaucracy_mult = 0.15 #20
		country_ship_group_supply_ships_construction_efficiency_add = 0.09 #6
	}	
	

	ai_will_do = {
		any_scope_state = {
			state_region = s:STATE_ALGIERS
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_paper_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ALGIERS
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}
}