﻿##############################VANILLA##############################

# Hudson Bay Company
TRY_REPLACE:company_hbc = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/hbc.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_MANITOBA }

	building_types = {
		building_fishing_wharf
		building_logging_camp
	}

	extension_building_types = {
		building_port
		building_food_industry
	}

	possible_prestige_goods = {
		prestige_good_generic_fish
	}

	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_fish_complete_tt
			has_variable = prestige_good_generic_fish_var
		}
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}

	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_MANITOBA
			}
		}
	}

	possible = {
		any_scope_state = {
			state_region = s:STATE_MANITOBA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		state_colony_growth_creation_factor = 0.1
		building_textile_mill_throughput_add = 0.05
	}

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

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_MANITOBA
			}
		}
	}

	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}
}

##############################DLC-MP1##############################

# Massey-Harris Limited
TRY_REPLACE:company_massey_harris = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/company_massey_harris.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_ONTARIO }

	building_types = {
		building_motor_industry
		building_tooling_workshop
	}

	extension_building_types = {
		building_iron_mine
	}

	possible_prestige_goods = {
		prestige_good_generic_tools
	}

	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_tools_complete_tt
			has_variable = prestige_good_generic_tools_var
		}
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}

	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			s:STATE_ONTARIO = {
				any_scope_state = {
					owner = root
				}
			}
		}
	}

	possible = {
		has_technology_researched = railways
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_group_bg_agriculture_throughput_add = 0.15
	}

	ai_will_do = {
		has_technology_researched = railways
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_motor_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ONTARIO
			}
		}
	}

	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}
}

##############################MODDED##############################

# Bell Telephone Company of Canada
company_BTCC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/bellcanada.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}
	
	building_types = {  #24
		building_electrics_industry
	}
	
	extension_building_types = {
		building_lead_mine
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_electrics_industry
				level >= 3
			}
		}
		AND = { 
			exists = c:USA
			c:USA = { relations:root >= relations_threshold:amicable }
	    }
	}
	
	prosperity_modifier = { 
		state_infrastructure_mult = 0.1 #20
		state_infrastructure_from_population_add = 2 #4
	}


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

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

# Labatt Brewing Company
company_Labatt = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/labatt.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_wheat.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	category = shopkeeper_owned
	
	possible_prestige_goods = {
		#prestige_good_generic_new_world_liquor
		prestige_good_bacardi_rum
	}

	building_types = {  #25
		building_wheat_farm
		building_food_industry
	}
	
	extension_building_types = {
		building_vineyard
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_wheat_farm
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		state_radicals_from_political_movements_mult = -0.14 #18
		state_lower_strata_expected_sol_add = -0.45
		state_middle_strata_expected_sol_add = -0.9
		state_upper_strata_expected_sol_add = -1.35
		interest_group_ig_rural_folk_pop_attraction_mult = 0.1 #+5
		interest_group_ig_rural_folk_approval_add = 3 #12
	}


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

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

# Grand Trunk Railway
company_GTR = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/gtrailway.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_railways.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	building_types = {  #23
		building_railway
	}
	
	extension_building_types = {
		building_steel_mill
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_railway
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		state_infrastructure_from_population_max_add = 15 #10
		state_migration_pull_mult = 0.09 #12
	}


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

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

# Gray-Dort Motors
company_GrayDort = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/graydort.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MANITOBA }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}
	
	building_types = {  #24
		building_automotive_industry
	}
	
	extension_building_types = {
		building_motor_industry
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_MANITOBA
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MANITOBA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_automotive_industry
				level >= 3
			}
		}
	}
	
	prosperity_modifier = { 
		interest_group_ig_trade_unions_approval_add = 2 #8
		interest_group_ig_trade_unions_pop_attraction_mult = 0.04 #2
		building_urban_center_throughput_add = 0.1 #14
	}


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

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

# Farr Alpaca Company
company_Farr = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/faf.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	possible_prestige_goods = {
		prestige_good_generic_clothes
	}
	
	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_clothes_complete_tt
			has_variable = prestige_good_generic_clothes_var
		}
	}
	
	building_types = {  #24
		building_textile_mill
		building_livestock_ranch
	}
	
	extension_building_types = {
		building_cotton_plantation
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_textile_mill
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		unit_supply_consumption_mult = -0.05 #14
		interest_group_ig_trade_unions_pop_attraction_mult = 0.20 #10
	}


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

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

# McLaughlin
company_McLaughlin = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/mclaughlin.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	category = aristocrat_owned
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	building_types = {  #24
		building_automotive_industry
	}
	
	extension_building_types = {
		building_motor_industry
		building_livestock_ranch
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = { 
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_automotive_industry
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		country_ship_group_supply_ships_construction_efficiency_add = 0.15 #10
		building_urban_center_throughput_add = 0.1 #14
	}


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

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

company_Royal_Bank_of_Canada = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/rbc.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_BRUNSWICK }
	
	category = bureaucrat_owned
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}
	
	building_types = {
		building_paper_mill
		building_logging_camp
		building_fishing_wharf
	}
	
	extension_building_types = {	
		building_tooling_workshop
		building_iron_mine
		building_steel_mill
		building_textile_mill
	}
	
	potential = {
		has_game_rule = banks_enabled
		has_interest_marker_in_region = sr:region_atlantic_coast
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_NEW_BRUNSWICK
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_BRUNSWICK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 20
			}
		}
		OR = {
			AND = {
				exists = c:GBR
				c:GBR = { relations:root >= relations_threshold:amicable }
				has_technology_researched = central_banking
				has_technology_researched = joint_stock_companies
			}
			has_technology_researched = investment_banks
		}
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		interest_group_ig_rural_folk_approval_add = 2
		country_loan_interest_rate_mult = -0.025
        country_private_construction_allocation_mult = 0.1		
		
		state_farmers_investment_pool_contribution_add = 0.04 #<---
		state_shopkeepers_investment_pool_contribution_add = 0.015 
		state_clergymen_investment_pool_contribution_add = 0.04 
		state_aristocrats_investment_pool_contribution_add = 0.04
		state_capitalists_investment_pool_contribution_add = 0.065
		
		building_nationalization_investment_return_add = 0.05
		country_government_dividends_reinvestment_add = 0.05
		country_government_dividends_efficiency_add = 0.05
		
		country_max_companies_add = 1
	}
	
	ai_will_do = {
		OR = {
			AND = {
				exists = c:GBR
				c:GBR = { relations:root >= relations_threshold:amicable }
				has_technology_researched = central_banking
				has_technology_researched = joint_stock_companies
			}
			has_technology_researched = investment_banks
		}
		any_scope_state = {
			state_region = s:STATE_NEW_BRUNSWICK
			is_incorporated = yes
		}
		unique_companies_has_bank = no
	}

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

# Locomotive and Machine Company of Montreal Limited
company_LaMCoML = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/lamcoml.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	building_types = {  #26
		building_motor_industry
	}
	
	extension_building_types = {
		building_automotive_industry
		building_artillery_foundry
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 3
			}
		}
		has_technology_researched = steel_railway_cars
	}
	
	prosperity_modifier = {
		building_railway_throughput_add = 0.15 #20
		state_infrastructure_mult = 0.03 #6
	}


	ai_will_do = {
		has_technology_researched = steel_railway_cars
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_motor_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
company_Bank_of_Montreal = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/bank_of_montreal.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}
	
	building_types = {
		building_paper_mill
		building_shipyard
		building_railway
	}
	
	extension_building_types = {
		building_wheat_farm
		building_coal_mine
		building_logging_camp
		building_oil_rig
	}
	
	potential = {
		has_game_rule = banks_enabled
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 15
			}
		}
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		country_bureaucracy_investment_cost_factor_mult = -0.05
	
		country_loan_interest_rate_mult = -0.025
        country_private_construction_allocation_mult = 0.1		
		
		state_farmers_investment_pool_contribution_add = 0.015
		state_shopkeepers_investment_pool_contribution_add = 0.015
		state_clergymen_investment_pool_contribution_add = 0.04
		state_aristocrats_investment_pool_contribution_add = 0.04
		state_capitalists_investment_pool_contribution_add = 0.07 #<--
		
		building_nationalization_investment_return_add = 0.05
		country_government_dividends_reinvestment_add = 0.05
		country_government_dividends_efficiency_add = 0.05
		
		country_max_companies_add = 1
	}
	
	ai_will_do = {
	    unique_companies_has_bank = no
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_paper_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 5 # Higher base value for flavored companies
	}
	
}
company_Molson_Brewery = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/molson_brewery.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	category = shopkeeper_owned
	
	possible_prestige_goods = {
		prestige_good_generic_beer
	}
	
	building_types = {  #20
		building_food_industry
		building_logging_camp
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	extension_building_types = {
		building_shipyard
	}

	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		building_urban_center_throughput_add = 0.06 #8
		state_radicals_from_political_movements_mult = -0.09 #12
		state_lower_strata_expected_sol_add = -0.3
		state_middle_strata_expected_sol_add = -0.6
		state_upper_strata_expected_sol_add = -0.9
		
	}


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

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
company_John_Booth_lumber_mills = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/johnbooth.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_railways.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}
	
	building_types = {  #18
		building_logging_camp
		building_railway
	}
	
	extension_building_types = {
		building_shipyard
		building_paper_mill
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_logging_camp
				level >= 3
			}
		}
		has_technology_researched = railways
	}
	
	prosperity_modifier = {
		building_trade_center_throughput_add = 0.06 #6
		interest_group_ig_rural_folk_approval_add = 1 #4
		interest_group_ig_industrialists_approval_add = 2 #8
	}


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

	ai_construction_targets = {
		building_logging_camp = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
company_William_Davies_Company = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/william_davies_company.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		prestige_good_generic_meat
	}
	
	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_meat_complete_tt
			has_variable = prestige_good_generic_meat_var
		}
	}
	
	building_types = {  #29
		building_food_industry
		building_livestock_ranch
	}
	
	extension_building_types = {
		building_furniture_manufactory
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
		has_technology_researched = vacuum_canning
	}
	
	prosperity_modifier = {
		country_prestige_mult = 0.11 #11
		state_loyalists_from_political_movements_mult = 0.14 #18
		state_lower_strata_expected_sol_add = -0.45
		state_middle_strata_expected_sol_add = -0.9
		state_upper_strata_expected_sol_add = -1.35
		
	}


	ai_will_do = {
		has_technology_researched = vacuum_canning
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Montreal Rolling Mills Co.
company_Montreal_RMC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/montreal_rmc.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	possible_prestige_goods = {
		prestige_good_generic_steel
	}
	
	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_steel_complete_tt
			has_variable = prestige_good_generic_steel_var
		}
	}

	building_types = {  #16
		building_steel_mill
		building_tooling_workshop
	}
	
	extension_building_types = {
		building_iron_mine
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 3
			}
		}
		has_technology_researched = mutual_funds
	}
	
	prosperity_modifier = {
		country_production_tech_spread_mult = 0.10 #10
		state_trade_advantage_mult = 0.09 #6
	}


	ai_will_do = {
		has_technology_researched = mutual_funds
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ONTARIO
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
company_Davie_Shipbuilding = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/davie_shipbuilding.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_harbor_shipbuilding.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	category = shopkeeper_owned
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}
	
	building_types = {  #23
		building_shipyard
	}
	
	extension_building_types = {
		building_oil_rig
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}			
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_shipyard
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		country_ship_group_supply_ships_construction_efficiency_add = 0.15 #10
		ship_armor_mult = 0.035 #14
	}	
	

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

	ai_construction_targets = {
		building_shipyard = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ONTARIO
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}
}
# Montmorency Cotton Mills Co.
company_Montmorency_CMC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/montmorency_cmc.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	building_types = {  #26
		building_textile_mill
	}
	
	extension_building_types = {
		building_cotton_plantation
		building_power_plant
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_power_plant
				level >= 2
			}
		}
	}
	
	prosperity_modifier = {
		building_cotton_plantation_throughput_add = 0.09 #12
		building_power_plant_throughput_add = 0.11 #14
	}


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

	ai_construction_targets = {
		building_power_plant = {
			level = 2
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
		building_textile_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Montreal Light, Heat and Power Company
company_Montreal_LHPC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/montreal_lhp.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	category = bureaucrat_owned
	
	possible_prestige_goods = {
		prestige_good_hydroelectricity
	}

	building_types = {  #19
		building_power_plant
		building_coal_mine
	}
	
	extension_building_types = {
		building_electrics_industry
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_power_plant
				level >= 5
			}
		}
		has_technology_researched = steam_turbine
	}
	
	prosperity_modifier = {
		state_pollution_reduction_health_mult = -0.08 #10
		building_power_plant_throughput_add = 0.06 #8
	}


	ai_will_do = {
		has_technology_researched = steam_turbine
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_power_plant = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Dominion Steel and Coal Corporation
company_DOSCO = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/dosco.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_BRUNSWICK }
	
	category = aristocrat_owned
	
	possible_prestige_goods = {
		prestige_good_generic_steel
	}
	
	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_steel_complete_tt
			has_variable = prestige_good_generic_steel_var
		}
	}
	
	building_types = {  #10
		building_steel_mill
		building_coal_mine
		building_iron_mine
	}
	
	extension_building_types = {
		building_railway
	}

	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_NEW_BRUNSWICK
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_BRUNSWICK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
		has_technology_researched = corporate_management
	}
	
	prosperity_modifier = {
		building_railway_throughput_add = 0.08 #10
	}


	ai_will_do = {
		has_technology_researched = corporate_management
		any_scope_state = {
			state_region = s:STATE_NEW_BRUNSWICK
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_NEW_BRUNSWICK
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Price Brothers and Company
company_Price_BaC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/price_bac.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	building_types = {  #19
		building_paper_mill
		building_logging_camp
	}
	
	extension_building_types = {
		building_furniture_manufactory
		building_synthetics_plant
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_paper_mill
				level >= 3
			}
		}
		has_technology_researched = chemical_bleaching
	}
	
	prosperity_modifier = {
		state_migration_pull_mult = 0.1 #14
		building_power_plant_throughput_add = 0.05 #6
	}


	ai_will_do = {
		has_technology_researched = chemical_bleaching
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_paper_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Redpath Sugar Ltd.
company_Redpath_Sugar = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/redpath_sugar.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}
	
	building_types = {  #27
		building_sugar_plantation
		building_wheat_farm
	}
	
	extension_building_types = {
		building_food_industry
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
		has_technology_researched = baking_powder
	}
	
	prosperity_modifier = {
		building_food_industry_throughput_add = 0.18 #20
		state_trade_advantage_mult = 0.12 #8
	}


	ai_will_do = {
		has_technology_researched = baking_powder
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Joseph E. Seagram & Sons.
company_Seagram = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/seagram.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	possible_prestige_goods = {
		#prestige_good_generic_new_world_liquor
		prestige_good_bacardi_rum
	}

	building_types = {  #27
		building_food_industry
	}
	
	extension_building_types = {
		building_wheat_farm
		building_livestock_ranch
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
		has_technology_researched = fractional_distillation
	}
	
	prosperity_modifier = {
		state_radicals_from_political_movements_mult = -0.14 #18
		state_lower_strata_expected_sol_add = -0.45
		state_middle_strata_expected_sol_add = -0.9
		state_upper_strata_expected_sol_add = -1.35
		interest_group_ig_industrialists_pop_attraction_mult = 0.15 #10
	}


	ai_will_do = {
		has_technology_researched = fractional_distillation
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ONTARIO
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Boswell Brewery
company_Boswell_Brewery = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/boswell.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	category = shopkeeper_owned
	
	possible_prestige_goods = {
		prestige_good_generic_beer
	}

	building_types = {  #27
		building_food_industry
	}
	
	extension_building_types = {
		building_wheat_farm
		building_vineyard
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
		has_technology_researched = fractional_distillation
	}
	
	prosperity_modifier = {
		state_radicals_from_political_movements_mult = -0.05 #6
		state_lower_strata_expected_sol_add = -0.15
		state_middle_strata_expected_sol_add = -0.3
		state_upper_strata_expected_sol_add = -0.45
		country_ship_group_supply_ships_construction_efficiency_add = 0.15 #10
		interest_group_ig_petty_bourgeoisie_pop_attraction_mult = 0.2 #10
	}


	ai_will_do = {
		has_technology_researched = fractional_distillation
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# Canadian Vicker Ltd.
company_Canadian_Vickers = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/canadian_vickers.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	building_types = {  #21
		building_shipyard
		building_automotive_industry
	}
	
	extension_building_types = {
		building_motor_industry
	}

	potential = {
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_shipyard
				level >= 3
			}
		}
		has_technology_researched = floating_harbor
		has_technology_researched = ironclad_tech
	}
	
	prosperity_modifier = {
		ship_ship_type_submarine_hull_damage_mult = 0.075 #10
		ship_armor_mult = 0.05 #10
	}


	ai_will_do = {
		has_technology_researched = floating_harbor
		has_technology_researched = ironclad_tech
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_shipyard = {
			level = 5
			state_trigger = {
				state_region = s:STATE_QUEBEC
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}	
}
# J.D. Irving, Limited
company_Irving = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/irving.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_oil_drills.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_BRUNSWICK }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}
	
	building_types = {  #17
		building_logging_camp
		building_oil_rig
	}
	
	extension_building_types = {
		building_paper_mill
		building_shipyard
		building_port
	}

	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_NEW_BRUNSWICK
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_BRUNSWICK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_logging_camp
				level >= 5
			}
		}
		has_technology_researched = electrical_generation
	}
	
	prosperity_modifier = {
		building_group_bg_light_industry_throughput_add = 0.05 #18
	}


	ai_will_do = {
		has_technology_researched = electrical_generation
		any_scope_state = {
			state_region = s:STATE_NEW_BRUNSWICK
			is_incorporated = yes
		}
	}

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

# Walkerville Wagon Works later Ford Motor Company of Canada
company_ford_motor_canada = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/walkerville.png" 
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ONTARIO }
	
	possible_prestige_goods = {
		prestige_good_ford_automobiles
	}

	building_types = {  #28
		building_automotive_industry
	}
	
	extension_building_types = {
		building_motor_industry
	}

	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ONTARIO
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_automotive_industry
				level >= 5
			}
		}
		has_technology_researched = combustion_engine
	}
	
	prosperity_modifier = {
	    goods_output_automobiles_mult = 0.15 #12
		unit_supply_consumption_mult = -0.05 #14
		state_pop_qualifications_mult = 0.02 #2
	}	
	

	ai_will_do = {
		has_technology_researched = combustion_engine
		any_scope_state = {
			state_region = s:STATE_ONTARIO
			is_incorporated = yes
		}
	}

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

# Caisses Desjardins
company_Bank_Desjardins = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/desjardins.png" 
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_QUEBEC }
	
	category = shopkeeper_owned
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}
	
	building_types = {
		building_paper_mill
		building_livestock_ranch
		building_wheat_farm
	}
	
	extension_building_types = {	
		building_food_industry
		building_tooling_workshop
		building_textile_mill
		building_power_plant
	}
	
	potential = {
		has_game_rule = banks_enabled
		has_interest_marker_in_region = sr:region_canada
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_QUEBEC
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 20
			}
		}
		has_technology_researched = investment_banks
		has_technology_researched = socialism
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		interest_group_ig_trade_unions_pop_attraction_mult = 0.1
		state_dependent_political_participation_add = 0.05
	
		country_loan_interest_rate_mult = -0.025
        country_private_construction_allocation_mult = 0.1	
		
		state_farmers_investment_pool_contribution_add = 0.03 #<--
		state_shopkeepers_investment_pool_contribution_add = 0.02 #<--
		state_clergymen_investment_pool_contribution_add = 0.04
		state_aristocrats_investment_pool_contribution_add = 0.04
		state_capitalists_investment_pool_contribution_add = 0.055 #<-- less
		
		building_nationalization_investment_return_add = 0.05
		country_government_dividends_reinvestment_add = 0.05
		country_government_dividends_efficiency_add = 0.05
		
		country_max_companies_add = 1
	}
	
	ai_will_do = {
	    unique_companies_has_bank = no
		has_technology_researched = investment_banks
		has_technology_researched = socialism
		any_scope_state = {
			state_region = s:STATE_QUEBEC
			is_incorporated = yes
		}
	}

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

# R. Dunsmuir & Sons.
company_Dunsmuir = {
	icon = "gfx/interface/icons/company_icons/basic_metal_mining.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_mining.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_BRITISH_COLUMBIA }
	
	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	building_types = {  #24
		building_coal_mine
	}
	
	extension_building_types = {
		building_furniture_manufactory
		building_steel_mill
		building_railway
		building_port
	}

	potential = {
		has_interest_marker_in_region = sr:region_pacific_coast
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_BRITISH_COLUMBIA
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_BRITISH_COLUMBIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_coal_mine
				level >= 3
			}
		}
		has_technology_researched = watertube_boiler
		has_technology_researched = railways
	}
	
	prosperity_modifier = {
		state_radicalism_increases_violent_hostility_mult = 0.3 #+10
		state_radicalism_increases_cultural_erasure_mult = 0.2
		state_radicalism_increases_open_prejudice_mult = 0.1
		state_migration_pull_mult = 0.1 #14
		building_railway_throughput_add = 0.15 #20
	}


	ai_will_do = {
		has_technology_researched = watertube_boiler
		has_technology_researched = railways
		any_scope_state = {
			state_region = s:STATE_BRITISH_COLUMBIA
			is_incorporated = yes
		}
	}

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