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

# Standard Oil
TRY_REPLACE:company_standard_oil = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/american_standard_oil.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_oil_drills.dds"

	flavored_company = yes

	building_types = {
		building_oil_rig
		building_railway
	}

	extension_building_types = {
		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 = {
				region = sr:region_atlantic_coast
			}
		}
	}

	possible = {
		has_technology_researched = pumpjacks
		any_scope_state = {
			region = sr:region_atlantic_coast
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_oil_rig
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_railway_throughput_add = 0.2
	}

	ai_will_do = {
		has_technology_researched = pumpjacks
		any_scope_state = {
			region = sr:region_atlantic_coast
			is_incorporated = yes
			has_potential_resource = building_oil_rig
		}
	}

	ai_construction_targets = {
		building_oil_rig = {
			level = 5
			state_trigger = {
				region = sr:region_atlantic_coast
				is_incorporated = yes
			}
		}
	}

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

# United Fruit Company
TRY_REPLACE:company_united_fruit = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/american_united_fruit_co.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_plantation.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_LOUISIANA }

	building_types = {
		building_sugar_plantation
		building_banana_plantation
	}

	extension_building_types = {
		building_railway
	}

	possible_prestige_goods = {
		prestige_good_gros_michel_banana
	}

	potential = {
		OR = {
			country_has_primary_culture = cu:yankee
			country_has_primary_culture = cu:dixie
		}
	}

	possible = {
		any_scope_state = {
			state_region = s:STATE_LOUISIANA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_sugar_plantation
				level >= 5
			}
		}
		any_state_in_latin_america = {
			any_scope_building = {
				is_building_type = building_banana_plantation
				levels_owned_by_country = {
					target = ROOT
					value >= 5
				}
			}
		}
	}

	prosperity_modifier = {
		building_group_bg_plantations_throughput_add = 0.2
		country_infamy_decay_mult = -0.25
	}

	ai_will_do = {
		OR = {
			any_scope_state = {
				OR = {
					is_in_geographic_region = geographic_region_central_america_old
					is_in_geographic_region = geographic_region_south_america
				}
				has_potential_resource = building_banana_plantation
			}
			any_subject_or_below = {
				any_scope_state = {
					OR = {
						is_in_geographic_region = geographic_region_central_america_old
						is_in_geographic_region = geographic_region_south_america
					}
					has_potential_resource = building_banana_plantation
				}
			}
		}
	}

	ai_construction_targets = {
		building_sugar_plantation = {
			level = 5
			state_trigger = {
				state_region = s:STATE_LOUISIANA
			}
		}
		building_banana_plantation = {
			level = 5
			state_trigger = {
				OR = {
					is_in_geographic_region = geographic_region_central_america_old
					is_in_geographic_region = geographic_region_south_america
				}
			}
		}
	}

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

# Carnegie Steel Co. #Merged into US Steel
TRY_REPLACE:company_us_steel = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/american_carnegie_steel.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_PENNSYLVANIA }

	building_types = { #8
		building_steel_mill
		building_iron_mine
		building_coal_mine
	}

	extension_building_types = {
		building_art_academy
	}

	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
		}
	}

	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		NOT = {
			has_company = company_type:company_us_steel_corp
		}
	}

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

	possible = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_railway_throughput_add = 0.04 #4
		building_shipyard_throughput_add = 0.07 #5
	}

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_PENNSYLVANIA
			}
		}
	}

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

# General Electric
TRY_REPLACE:company_general_electric = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/american_general_electric.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_MASSACHUSETTS STATE_NEW_YORK }

	building_types = {
		building_electrics_industry
		building_power_plant
	}

	extension_building_types = {
		building_motor_industry
	}

	possible_prestige_goods = {
		prestige_good_radiola_radios
	}

	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 = {
				OR = {
					state_region = s:STATE_MASSACHUSETTS
					state_region = s:STATE_NEW_YORK
				}
			}
		}
	}

	possible = {
		has_technology_researched = telephone
		any_scope_state = {
			OR = {
				state_region = s:STATE_MASSACHUSETTS
				state_region = s:STATE_NEW_YORK
			}
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_electrics_industry
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_motor_industry_throughput_add = 0.1
		country_weekly_innovation_mult = 0.05
	}

	ai_will_do = {
		has_technology_researched = telephone
		any_scope_state = {
			OR = {
				state_region = s:STATE_MASSACHUSETTS
				state_region = s:STATE_NEW_YORK
			}
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_electrics_industry = {
			level = 5
			state_trigger = {
				OR = {
					state_region = s:STATE_MASSACHUSETTS
					state_region = s:STATE_NEW_YORK
				}
				is_incorporated = yes
			}
		}
	}

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

# William Cramp & Sons
TRY_REPLACE:company_william_cramp = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/american_william_and_sons.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_harbor_shipbuilding.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_NEW_JERSEY STATE_DELAWARE STATE_MARYLAND }

	building_types = {
		building_shipyard
		building_motor_industry
	}

	extension_building_types = {
		building_artillery_foundry
	}

	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 = {
				OR = {
					state_region = s:STATE_NEW_JERSEY # This Should be Philly, but due to map issues that won't work
					state_region = s:STATE_DELAWARE
					state_region = s:STATE_MARYLAND
				}
			}
		}
	}

	possible = {
		has_technology_researched = gantry_cranes
		any_scope_state = {
			OR = {
				state_region = s:STATE_NEW_JERSEY # This Should be Philly, but due to map issues that won't work
				state_region = s:STATE_DELAWARE
				state_region = s:STATE_MARYLAND
			}
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_shipyard
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		ship_hull_damage_mult = 0.025
		ship_armor_mult = 0.025
	}

	ai_will_do = {
		has_technology_researched = gantry_cranes
		any_scope_state = {
			OR = {
				state_region = s:STATE_NEW_JERSEY # This Should be Philly, but due to map issues that won't work
				state_region = s:STATE_DELAWARE
				state_region = s:STATE_MARYLAND
			}
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_shipyard = {
			level = 5
			state_trigger = {
				OR = {
					state_region = s:STATE_NEW_JERSEY # This Should be Philly, but due to map issues that won't work
					state_region = s:STATE_DELAWARE
					state_region = s:STATE_MARYLAND
				}
				is_incorporated = yes
			}
		}
	}

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

# Ford Motor Company
TRY_REPLACE:company_ford_motor = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/american_ford.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_MICHIGAN }

	building_types = {
		building_motor_industry
		building_automotive_industry
	}

	extension_building_types = {
		building_steel_mill
		building_rubber_plantation
	}

	possible_prestige_goods = {
		prestige_good_ford_automobiles
	}

	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_MICHIGAN
			}
		}
	}

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

	prosperity_modifier = {
		building_motor_industry_throughput_add = 0.15
		building_automotive_industry_throughput_add = 0.05
	}

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

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

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

# Lee Wilson & Company
TRY_REPLACE:company_lee_wilson = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/company_lee_wilson.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_plantation.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_ARKANSAS }

	building_types = {
		building_cotton_plantation
		building_logging_camp
		building_wheat_farm
	}

	extension_building_types = {
		building_railway
	}

	possible_prestige_goods = {
		prestige_good_sea_island_cotton
	}

	potential = {
		has_dlc_feature = mp1_content
		has_interest_marker_in_region = sr:region_atlantic_coast
	}

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

	possible = {
		any_scope_state = {
			state_region = s:STATE_ARKANSAS
			is_incorporated = yes
			any_scope_building = {
				OR = {
					is_building_type = building_cotton_plantation
					is_building_type = building_logging_camp
				}
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_power_plant_throughput_add = 0.05
		building_textile_mill_throughput_add = 0.1
	}

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

	ai_construction_targets = {
		building_cotton_plantation = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ARKANSAS
			}
		}
		building_logging_camp = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ARKANSAS
			}
		}
	}

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


# Colt's Patent Firearms Manufacturing Company
TRY_REPLACE:company_colt_firearms = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/company_colt_firearms.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_CONNECTICUT }

	building_types = {
		building_arms_industry
	}

	extension_building_types = {
		building_munition_plant
	}

	possible_prestige_goods = {
		prestige_good_colt_revolvers
	}

	potential = {
		has_dlc_feature = mp1_content
		has_interest_marker_in_region = sr:region_atlantic_coast
	}

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

	possible = {
		any_scope_state = {
			state_region = s:STATE_CONNECTICUT
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_arms_industry
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_arms_industry_throughput_add = 0.1
		unit_army_offense_mult = 0.1
	}

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

	ai_construction_targets = {
		building_arms_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_CONNECTICUT
			}
		}
	}

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

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

# Coca Cola Company
company_CocaCola = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/cocacola.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_GEORGIA }
	

	possible_prestige_goods = {
		prestige_good_generic_groceries
	}

	
	building_types = { #17
		building_food_industry
		building_sugar_plantation
		building_opium_plantation
	}
	
	extension_building_types = {
		building_banana_plantation
	}
	
	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_GEORGIA
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_GEORGIA
			is_incorporated = yes
			any_scope_building = {
			    OR = {
					is_building_type = building_food_industry
					is_building_type = building_sugar_plantation
				}
				level >= 3
			}	
		}
		has_technology_researched = distillation
	}
	
	prosperity_modifier = {
		state_radicals_from_political_movements_mult = -0.04 #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_influence_mult = 0.15 #10
	}	
	

	ai_will_do = {
		has_technology_researched = distillation
		any_scope_state = {
			state_region = s:STATE_GEORGIA
			is_incorporated = yes
		}
	}

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

}

# John Deere 
company_JohnDeere = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/johndeere.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ILLINOIS }

	possible_prestige_goods = {
		#prestige_good_generic_tractors
		prestige_good_generic_compound_engines
		prestige_good_oerlikon_engines
	}

	
	building_types = { #20
		building_tooling_workshop
		building_motor_industry
	}
	
	extension_building_types = {
		building_automotive_industry
		building_steel_mill
	}
	
	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_ILLINOIS
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ILLINOIS
			is_incorporated = yes
			any_scope_building = {
			    OR = {
					is_building_type = building_tooling_workshop
					is_building_type = building_motor_industry
				}
				level >= 5
			}	
		}
		has_technology_researched = combustion_engine
	}
	
	prosperity_modifier = {
		building_group_bg_agriculture_throughput_add = 0.05 #18
		interest_group_ig_rural_folk_approval_add = 2 #8
		interest_group_ig_rural_folk_pop_attraction_mult = 0.1 #+5
	}	
	

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

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

# Jack Daniels
company_JackDaniels = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/jackdaniels.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_TENNESSEE }
	

	possible_prestige_goods = {
		#prestige_good_generic_new_world_liquor
		prestige_good_bacardi_rum
	}

	
	building_types = { #27
		building_food_industry
	}
	
	extension_building_types = {
		building_maize_farm
	}
	
	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_TENNESSEE
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_TENNESSEE
			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.11 #14
		state_lower_strata_expected_sol_add = -0.35
		state_middle_strata_expected_sol_add = -0.7
		state_upper_strata_expected_sol_add = -1.05
		interest_group_ig_rural_folk_approval_add = 3 #12
	}
	

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

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

# Remington
company_Remington = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/remington.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	

	possible_prestige_goods = {
		prestige_good_remington
	}

	
	building_types = { #17
		building_munition_plant
		building_explosives_factory
		building_arms_industry
	}
	
	extension_building_types = {
		building_artillery_foundry
		building_chemical_plant
	}
	
	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_YORK
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
			    OR = {
					is_building_type = building_munition_plant
					is_building_type = building_arms_industry
				}
				level >= 3
			}
		}
		has_technology_researched = rifling
	}
	
	prosperity_modifier = {
		building_government_administration_throughput_add = 0.05 #3
		interest_group_ig_armed_forces_pop_attraction_mult = 0.12 #6
		interest_group_ig_armed_forces_approval_add = 2 #8
	}

	ai_will_do = {
		has_technology_researched = rifling
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# DuPont
company_DuPont = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/dupont.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	
	possible_prestige_goods = {
		prestige_good_generic_explosives
	}

	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_explosives_complete_tt
			has_variable = prestige_good_generic_explosives_var
		}
	}

	
	building_types = { #18
		building_munition_plant
		building_explosives_factory
		building_synthetics_plant
	}
	
	extension_building_types = {
		building_chemical_plant
		building_lead_mine
	}
	
	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_YORK
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
			    OR = {
					is_building_type = building_munition_plant
					is_building_type = building_explosives_factory
				}
			    level >= 3
			}
		}
		has_technology_researched = nitroglycerin
	}
	
	prosperity_modifier = {
		country_military_goods_cost_mult = -0.05 #10
		building_arms_industry_throughput_add = 0.13 #8
	}

	ai_will_do = {
		has_technology_researched = nitrogen_fixation
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# International Paper Company 
company_IPC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/internationalpapercompany.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_TENNESSEE }

	possible_prestige_goods = {
		prestige_good_generic_paper
	}

	
	building_types = { #26
		building_paper_mill
	}
	
	extension_building_types = {
		building_shipyard
		building_port
		building_synthetics_plant
	}
	
	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_TENNESSEE
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_TENNESSEE
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_paper_mill
				level >= 3
			}
		}
		has_technology_researched = chemical_bleaching
	}
	
	prosperity_modifier = {
		country_ship_group_supply_ships_construction_efficiency_add = 0.15 #10
		interest_group_ig_industrialists_approval_add = 2 #8
		state_trade_advantage_mult = 0.12 #8
	}
	

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

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

# Levi Strauss
company_Levi = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/levistrauss.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_CALIFORNIA }
	

	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 = { #28
		building_textile_mill
	}
	
	extension_building_types = {
		building_cotton_plantation
		building_silk_plantation
	}
	
	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_CALIFORNIA
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_textile_mill
				level >= 3
			}
		}
		has_technology_researched = vulcanization
	}
	
	prosperity_modifier = {
		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
		country_influence_mult = 0.15 #10
		country_prestige_mult = 0.06 #6
	}
	

	ai_will_do = {
		has_technology_researched = vulcanization
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
		}
	}

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

# American Smelting and Refining Company
company_ASARCO = {
    icon = "gfx/interface/icons/company_icons/historical_company_icons/american_smelting.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_mining.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ARIZONA }
	

	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_lead_mine
		building_steel_mill
		building_iron_mine
	}
	
	extension_building_types = {
		building_coal_mine
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_pacific_coast
		country_has_primary_culture = cu:yankee
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_ARIZONA
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ARIZONA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_iron_mine
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		state_migration_pull_mult = 0.05 #6
		building_lead_mine_throughput_add = 0.03 #4
	}
	

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

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

# Tyson Foods
company_Tyson_foods = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/tyson_foods.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ARKANSAS }
	

	possible_prestige_goods = {
		prestige_good_generic_groceries
	}

	
	building_types = { #31
		building_food_industry
		building_livestock_ranch
	}
	
	extension_building_types = {
		building_maize_farm
	}
	
	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_ARKANSAS
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ARKANSAS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
		has_technology_researched = pasteurization
	}
	
	prosperity_modifier = {
		state_birth_rate_mult = 0.05 #20
		interest_group_ig_devout_pop_attraction_mult = 0.06 #+3
		interest_group_ig_devout_approval_add = 2 #8
		unit_morale_recovery_mult = 0.03 #6
	}
	

	ai_will_do = {
		has_technology_researched = pasteurization
		any_scope_state = {
			state_region = s:STATE_ARKANSAS
			is_incorporated = yes
		}
	}

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

# Ball Corporation
company_Ball = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/ball.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_COLORADO }
	

	possible_prestige_goods = {
		prestige_good_generic_glass_jars
	}

	
	building_types = { #24
		building_glassworks
	}
	
	extension_building_types = {
		building_lead_mine
	}
	
	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_COLORADO
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_COLORADO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_glassworks
				level >= 3
			}
		}
		has_technology_researched = vacuum_canning
	}
	
	prosperity_modifier = {
		state_loyalists_from_political_movements_mult = 0.03 #4
		state_lower_strata_expected_sol_add = -0.1
		state_middle_strata_expected_sol_add = -0.2
		state_upper_strata_expected_sol_add = -0.3
		building_food_industry_throughput_add = 0.18 #20
	}
	

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

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

# Coors Brewing Company
company_Coors = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/coors.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_COLORADO }
	

	possible_prestige_goods = {
		prestige_good_generic_beer
	}

	
	building_types = { #29
		building_food_industry
	}
	
	extension_building_types = {
		building_maize_farm
	}
	
	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_COLORADO
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_COLORADO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
		has_technology_researched = vacuum_canning
	}
	
	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
		state_assimilation_mult = 0.20 #10
	}
	

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

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

# VF Corporation / Reading Glove and Mitten Manufacturing Company
company_VFC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/vf.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_COLORADO }
	

	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 = { #26
		building_textile_mill
	}
	
	extension_building_types = {
		building_silk_plantation
	}
	
	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_COLORADO
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_COLORADO
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_textile_mill
				level >= 3
			}
		}
		has_technology_researched = mechanized_workshops
	}
	
	prosperity_modifier = {
		interest_group_ig_rural_folk_approval_add = 2 #8
		building_silk_plantation_throughput_add = 0.06 #8
		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
	}
	

	ai_will_do = {
		has_technology_researched = mechanized_workshops
		any_scope_state = {
			state_region = s:STATE_COLORADO
			is_incorporated = yes
		}
	}

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

# McIlhenny Company 
company_McIlhenny = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/mcilhenny.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_LOUISIANA }
	

	possible_prestige_goods = {
		prestige_good_generic_groceries
	}

	
	building_types = { #27
		building_food_industry
	}
	
	extension_building_types = {
		building_livestock_ranch
		building_maize_farm
	}
	
	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_LOUISIANA
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_LOUISIANA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		state_migration_pull_mult = 0.1 #14
		country_influence_mult = 0.14 #9
		state_loyalists_from_political_movements_mult = 0.03 #4
		state_lower_strata_expected_sol_add = -0.1
		state_middle_strata_expected_sol_add = -0.2
		state_upper_strata_expected_sol_add = -0.3
	}
	

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

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

# 3M
company_3M = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/3m.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MINNESOTA }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #26
		building_paper_mill
		building_sulfur_mine
	}
	
	extension_building_types = {
		building_logging_camp
		building_coal_mine
	}
	
	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_MINNESOTA
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MINNESOTA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_paper_mill
				level >= 3
			}
		}
		has_technology_researched = plastics
	}
	
	prosperity_modifier = {
		building_motor_industry_throughput_add = 0.12 #16
		country_production_tech_spread_mult = 0.10 #10
	}	
	

	ai_will_do = {
		has_technology_researched = plastics
		any_scope_state = {
			state_region = s:STATE_MINNESOTA
			is_incorporated = yes
		}
	}

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

# Leggett & Platt
company_Leggett = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/leggett.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MISSOURI }
	

	possible_prestige_goods = {
		prestige_good_generic_spring_beds
	}

	
	building_types = { #28
		building_furniture_manufactory
	}
	
	extension_building_types = {
		building_logging_camp
		building_iron_mine
	}
	
	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_MISSOURI
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MISSOURI
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_furniture_manufactory
				level >= 3
			}
		}
		has_technology_researched = rotary_valve_engine
	}
	
	prosperity_modifier = {
		building_furniture_manufactory_throughput_add = 0.07 #5
		building_motor_industry_throughput_add = 0.1 #13
		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
	}	
	

	ai_will_do = {
		has_technology_researched = rotary_valve_engine
		any_scope_state = {
			state_region = s:STATE_MISSOURI
			is_incorporated = yes
		}
	}

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

# Disney
company_Disney = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/disney.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_CALIFORNIA }
	

	possible_prestige_goods = {
		prestige_good_generic_animation
	}

	
	building_types = { #32
		building_art_academy
	}
	
	extension_building_types = {
		building_paper_mill
	}
	
	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_CALIFORNIA
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_art_academy
				level >= 3
			}
		}
		has_technology_researched = film
	}
	
	prosperity_modifier = {
		country_influence_mult = 0.24 #16
		state_migration_pull_mult = 0.05 #6
		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
	}	
	

	ai_will_do = {
		has_technology_researched = film
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
		}
	}

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

# Hasbro
company_Hasbro = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/hasbro.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_RHODE_ISLAND }
	

	possible_prestige_goods = {
		prestige_good_generic_toys
	}

	
	building_types = { #30
		building_furniture_manufactory
	}
	
	extension_building_types = {
		building_logging_camp
	}
	
	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_RHODE_ISLAND
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_RHODE_ISLAND
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_furniture_manufactory
				level >= 3
			}
		}
		has_technology_researched = plastics
	}
	
	prosperity_modifier = {
		state_loyalists_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
		country_prestige_mult = 0.06 #6
		state_education_access_wealth_add = 0.003 #12
	}	
	

	ai_will_do = {
		has_technology_researched = plastics
		any_scope_state = {
			state_region = s:STATE_RHODE_ISLAND
			is_incorporated = yes
		}
	}

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

# F.C. Ziegler Company
company_Ziegler_company = {
	icon = "gfx/interface/icons/company_icons/basic_home_goods.dds"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_OKLAHOMA }
	

	possible_prestige_goods = {
		prestige_good_generic_religious_icons
	}

	
	building_types = { #20
		building_steel_mill
		building_textile_mill
	}
	
	extension_building_types = {
		building_furniture_manufactory
		building_coal_mine
		building_art_academy
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		OR = {
			country_has_state_religion = rel:catholic
			country_has_state_religion = rel:protestant
		}
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_OKLAHOMA
			}		
		}
	}		
	
	possible = { 
		any_scope_state = {
			state_region = s:STATE_OKLAHOMA
			is_incorporated = yes
			any_scope_building = {			
				is_building_type = building_steel_mill
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		unit_morale_recovery_mult = 0.04 #8
		interest_group_ig_devout_approval_add = 2 #8
		interest_group_ig_armed_forces_approval_add = 1 #4
	}


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

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

# Dow Chemical Company
company_Dow = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/dow.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MICHIGAN }
	


	possible_prestige_goods = {
		prestige_good_generic_fertilizer
	}

	
	building_types = { #21
		building_chemical_plant
		building_synthetics_plant
		building_explosives_factory
	}
	
	extension_building_types = {
		building_sulfur_mine
		building_lead_mine
	}
	
	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_MICHIGAN
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_chemical_plant
				level >= 3
			}
		}
		has_technology_researched = nitrogen_fixation
	}
	
	prosperity_modifier = {
		building_group_bg_agriculture_throughput_add = 0.05 #18
		state_trade_advantage_mult = 0.05 #3
	}	
	

	ai_will_do = {
		has_technology_researched = nitrogen_fixation
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
		}
	}

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

# Bechtel
company_Bechtel = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/bechtel.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_CALIFORNIA }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #16
		building_steel_mill
		building_tooling_workshop
	}
	
	extension_building_types = {
		building_explosives_factory
		building_iron_mine
	}
	
	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_CALIFORNIA
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_construction_sector
				level >= 3
			}
		}
		has_technology_researched = steel_frame_buildings
	}
	
	prosperity_modifier = {
		building_railway_throughput_add = 0.08 #10
		country_max_weekly_construction_progress_add = 5 #6
	}	
	

	ai_will_do = {
		has_technology_researched = steel_frame_buildings
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
		}
	}

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

# Turner Construction Company
company_TurnerConstruction = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/turner.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #24
		building_steel_mill
	}
	
	extension_building_types = {
		building_explosives_factory
		building_iron_mine
		building_tooling_workshop
	}
	
	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_YORK
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_construction_sector
				level >= 3
			}
		}
		has_technology_researched = steel_frame_buildings
	}
	
	prosperity_modifier = {
		building_urban_center_throughput_add = 0.05 #6
		state_construction_mult = 0.05 #18
	}	
	

	ai_will_do = {
		has_technology_researched = steel_frame_buildings
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# C&E Cooper Company
company_CooperCompany = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/cooper.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_OHIO }
	

	possible_prestige_goods = {
		prestige_good_generic_machine_parts
	}

	
	building_types = { #18
		building_tooling_workshop
		building_furniture_manufactory
	}
	
	extension_building_types = {
		building_logging_camp
		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_OHIO
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_OHIO
			is_incorporated = yes
			any_scope_building = {
			    OR = {
					is_building_type = building_tooling_workshop
					is_building_type = building_furniture_manufactory
				}
				level >= 3
			}	
		}
	}
	
	prosperity_modifier = {
		building_motor_industry_throughput_add = 0.14 #18
	}	
	

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

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

}

# Imperial Sugar Company
company_ImperialSugar = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/imperialsugar.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_plantation.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_TEXAS }
	

	possible_prestige_goods = {
		prestige_good_generic_molasses
	}

	
	building_types = { #27 
		building_sugar_plantation
	}
	
	extension_building_types = {
		building_port
		building_shipyard
	}
	
	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_TEXAS
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_TEXAS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_sugar_plantation
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		state_loyalists_from_political_movements_mult = 0.15 #20
		state_lower_strata_expected_sol_add = -0.5
		state_middle_strata_expected_sol_add = -1
		state_upper_strata_expected_sol_add = -1.5
		country_prestige_mult = 0.07 #7
	}	
	

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

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

# Kimberly-Clark
company_KimberlyClark = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/kimberlyclark.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_WISCONSIN }
	

	possible_prestige_goods = {
		prestige_good_generic_paper
	}

	
	building_types = { #26
		building_paper_mill
	}
	
	extension_building_types = {
		building_sulfur_mine
		building_synthetics_plant
		building_cotton_plantation
	}
	
	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_WISCONSIN
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_WISCONSIN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_paper_mill
				level >= 3
			}
		}
		has_technology_researched = mechanized_workshops
	}
	
	prosperity_modifier = {
		building_chemical_plant_throughput_add = 0.16 #16
		unit_morale_recovery_mult = 0.05 #10
	}	
	

	ai_will_do = {
		has_technology_researched = mechanized_workshops
		any_scope_state = {
			state_region = s:STATE_WISCONSIN
			is_incorporated = yes
		}
	}

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

# Hamilton Shirts
company_HamiltonShirts = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/hamiltonshirts.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_TEXAS }
	

	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 = { #26
		building_textile_mill
	}
	
	extension_building_types = {
		building_cotton_plantation
	}
	
	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_TEXAS
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_TEXAS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_textile_mill
				level >= 3
			}
		}
		has_technology_researched = mechanized_workshops
	}
	
	prosperity_modifier = {
		building_cotton_plantation_throughput_add = 0.05 #6
		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
	}	
	

	ai_will_do = {
		has_technology_researched = mechanized_workshops
		any_scope_state = {
			state_region = s:STATE_TEXAS
			is_incorporated = yes
		}
	}

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

# Buffalo Forge Company
company_BuffaloForge = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/buffaloforge.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #26
		building_motor_industry
	}
	
	extension_building_types = {
		building_steel_mill
		building_tooling_workshop
	}
	
	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_YORK
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 3
			}
		}
		has_technology_researched = pumpjacks
	}
	
	prosperity_modifier = {
		building_group_bg_mining_throughput_add = 0.06 #16
		state_pollution_reduction_health_mult = 0.03
		building_group_bg_oil_extraction_throughput_add = 0.05 #10
	}

	ai_will_do = {
		has_technology_researched = pumpjacks
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# Carrier Engineering Corporation
company_CarrierEng = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/carriereng.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_JERSEY }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #28
		building_motor_industry
	}
	
	extension_building_types = {
		building_steel_mill
		building_coal_mine
	}
	
	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_JERSEY
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_JERSEY
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_urban_center
				level >= 25
			}
		}
		has_technology_researched = pasteurization
	}
	
	prosperity_modifier = {
		building_urban_center_throughput_add = 0.05 #6
		building_food_industry_throughput_add = 0.11 #10
		state_loyalists_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 = {
		has_technology_researched = pasteurization
		any_scope_state = {
			state_region = s:STATE_NEW_JERSEY
			is_incorporated = yes
		}
	}

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

# C. J. Smith and Sons
company_SmithAndSons = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/smithasons.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_WISCONSIN }
	

	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 = { #24
		building_steel_mill
	}
	
	extension_building_types = {
		building_iron_mine
		building_coal_mine
	}
	
	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_WISCONSIN
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_WISCONSIN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 3
			}
		}
		has_technology_researched = rotary_valve_engine
	}
	
	prosperity_modifier = {
		building_urban_center_throughput_add = 0.05 #6
		building_motor_industry_throughput_add = 0.14 #18
	}

	ai_will_do = {
		has_technology_researched = rotary_valve_engine
		any_scope_state = {
			state_region = s:STATE_WISCONSIN
			is_incorporated = yes
		}
	}

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

# Abbott Alkaloidal Company
company_Abbott = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/abbott.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_ILLINOIS }
	

	possible_prestige_goods = {
		prestige_good_generic_medicine
	}

	
	building_types = { #27
		building_chemical_plant
	}
	
	extension_building_types = {
		building_sulfur_mine
	}
	
	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_ILLINOIS
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_ILLINOIS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_chemical_plant
				level >= 3
			}
		}
		has_technology_researched = quinine
	}
	
	prosperity_modifier = {
		state_colony_growth_speed_mult = 0.08 #8
		state_colony_growth_creation_factor = 0.08 #8
		state_mortality_wealth_mult = -0.002 #10
		
	}

	ai_will_do = {
		has_technology_researched = quinine
		any_scope_state = {
			state_region = s:STATE_ILLINOIS
			is_incorporated = yes
		}
	}

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

# Boeing
company_Boeing = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/boeing.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_WASHINGTON }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #32 
		building_automotive_industry
	}
	
	extension_building_types = {
		building_steel_mill
	}
	
	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_WASHINGTON
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_WASHINGTON
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_automotive_industry
				level >= 3
			}
		}
		has_technology_researched = zeppelins
	}
	
	prosperity_modifier = {
		building_urban_center_throughput_add = 0.1 #14
		building_automotive_industry_throughput_add = 0.14 #18
	}

	ai_will_do = {
		has_technology_researched = zeppelins
		any_scope_state = {
			state_region = s:STATE_WASHINGTON
			is_incorporated = yes
		}
	}

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

company_Bank_JP_Morgan = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/jpmorgan.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}
	
	building_types = {  
		building_paper_mill
		building_chemical_plant
		building_steel_mill
	}
	
	extension_building_types = {	
		building_railway
		building_iron_mine
		building_shipyard
		building_wheat_farm
	}
	
	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_YORK
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 15
			}
		}
		has_technology_researched = investment_banks
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {		
		country_minting_mult = 0.05 #<---first billion dollar company, supplied the US-Government with a lot of funds, and much more
		building_group_bg_heavy_industry_throughput_add = 0.05 #invested a lot in heavy industries, steel railways, war...
		
        country_private_construction_allocation_mult = 0.1		
		
		state_farmers_investment_pool_contribution_add = 0.01 
		state_shopkeepers_investment_pool_contribution_add = 0.01 
		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 = {
		unique_companies_has_bank = no
		has_technology_researched = investment_banks
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# Singer Manufacturing Company
company_Singer_MC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/singer_mc.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	

	possible_prestige_goods = {
		prestige_good_generic_machine_parts
	}

	
	building_types = { #20
		building_tooling_workshop
		building_munition_plant
	}
	
	extension_building_types = {
		building_steel_mill
		building_iron_mine
	}
	
	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 = {
				OR = {
					state_region = s:STATE_NEW_YORK
					state_region = s:STATE_DELHI
					state_region = s:STATE_CAPE_COLONY
					state_region = s:STATE_LOWLANDS
					state_region = s:STATE_NORTH_ISLAND
				}
			}
		}
	}
	
	possible = {
		any_scope_state = {
			OR = {
				state_region = s:STATE_NEW_YORK
				state_region = s:STATE_DELHI
				state_region = s:STATE_CAPE_COLONY
				state_region = s:STATE_LOWLANDS
				state_region = s:STATE_NORTH_ISLAND
			}
			is_incorporated = yes
			any_scope_building = {
			    is_building_type = building_tooling_workshop
				level >= 3
			}
		}
		has_technology_researched = mechanized_workshops
	}
	
	prosperity_modifier = {
		building_textile_mill_throughput_add = 0.18 #20
	}
	

	ai_will_do = {
		has_technology_researched = mechanized_workshops
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_tooling_workshop = {
			level = 5
			state_trigger = {
				state_region = s:STATE_NEW_YORK
			}
		}
	}
	ai_weight = {
		value = 3 # Higher base value for flavored companies
	}
}
# Lackawanna Iron and Coal Company
company_Lackawanna_IaCC = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/lackawanna_iacc.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_PENNSYLVANIA }
	

	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 = { #8
		building_iron_mine
		building_coal_mine
		building_steel_mill
	}
	
	extension_building_types = {
		building_tooling_workshop
	}
	
	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_PENNSYLVANIA
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 3
			}
		}
		has_technology_researched = steel_railway_cars
	}
	
	prosperity_modifier = {
		building_railway_throughput_add = 0.05 #6
		interest_group_ig_industrialists_pop_attraction_mult = 0.12 #8
		interest_group_ig_trade_unions_approval_add = -3 #+6
	}	
	

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

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

# H. J. Heinz Company
company_Heinz_Company = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/heinz_company.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_PENNSYLVANIA }
	

	possible_prestige_goods = {
		prestige_good_generic_groceries
	}

	
	building_types = { #25 
		building_food_industry
		building_maize_farm
	}
	
	extension_building_types = {
		building_livestock_ranch
	}
	
	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_PENNSYLVANIA
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}	
		has_technology_researched = fractional_distillation
	}
	
	prosperity_modifier = {
		state_mortality_mult = -0.05 #14
		state_loyalists_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 = {
		has_technology_researched = fractional_distillation
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_food_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_PENNSYLVANIA
			}
		}
	}
	ai_weight = {
		value = 2 # Higher base value for flavored companies
	}
}
# Westinghouse
company_Westinghouse_conglomerate = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/westinghouse.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	

	possible_prestige_goods = {
		prestige_good_generic_tools
	}

	
	building_types = { #12 
		building_tooling_workshop
		building_electrics_industry
		building_motor_industry
	}
	
	extension_building_types = {
		building_coal_mine
		building_steel_mill
	}
	
	potential = {
		OR = {
			has_interest_marker_in_region = sr:region_atlantic_coast
			has_interest_marker_in_region = sr:region_canada
		}
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				OR = {
					region = sr:region_atlantic_coast
					region = sr:region_canada
				}
			}
		}
	}
	
	possible = {
		any_scope_state = {
			OR = {
				region = sr:region_atlantic_coast
				region = sr:region_canada
			}
			is_incorporated = yes
			any_scope_building = {
				OR = {
					is_building_type = building_tooling_workshop
					is_building_type = building_electrics_industry
					is_building_type = building_motor_industry
				}
				level >= 3
			}
			count >=3
		}
		has_technology_researched = human_rights
	}
	
	prosperity_modifier = {
		country_production_tech_spread_mult = 0.06 #6
		interest_group_ig_trade_unions_pop_attraction_mult = 0.09 #6
	}	
	

	ai_will_do = {
		has_technology_researched = human_rights
		any_scope_state = {
			OR = {
				region = sr:region_atlantic_coast
				region = sr:region_canada
			}
			is_incorporated = yes
		}
	}

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

company_Chase_Bank = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/chase.png" 
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}
	
	building_types = {  
		building_paper_mill
		building_oil_rig
		building_livestock_ranch
	}
	
	extension_building_types = {	
		building_railway
		building_steel_mill
		building_electrics_industry
		building_motor_industry	
	}
	
	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_YORK
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 15
			}
		}
		has_technology_researched = investment_banks
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		interest_group_ig_industrialists_pop_attraction_mult = 0.1
		building_cash_reserves_mult = 0.05
		
		country_minting_mult = 0.025
		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
		has_technology_researched = investment_banks
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# American Bank Note Company
company_americanbanknote = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/usbanknote.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	

	possible_prestige_goods = {
		prestige_good_generic_paper
	}

	
	building_types = { #26 
		building_paper_mill
	}
	
	extension_building_types = {
		building_logging_camp
	}
	
	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_YORK
			}
		}
	}	
	
	possible = { 
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_paper_mill
				level >= 3
			}
		}
		 has_technology_researched = postal_savings
	}
	
	prosperity_modifier = {
		building_art_academy_throughput_add = 0.1 #10
		building_university_throughput_add = 0.2 #10
		country_prestige_mult = 0.06 #6
	}	
	

	ai_will_do = {
		has_technology_researched = postal_savings
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

company_Bank_Goldman_Sachs = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/goldmansachsbank.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
		
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}
	
	building_types = {  
		building_paper_mill
		building_textile_mill
		building_trade_center
	}
	
	extension_building_types = {	
		building_railway
		building_iron_mine
		building_tooling_workshop
		building_maize_farm
	}
	
	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_YORK
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 15
			}
		}
		has_technology_researched = investment_banks
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		building_group_bg_light_industry_throughput_add = 0.05
		
		country_minting_mult = 0.025
		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.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 = {
		unique_companies_has_bank = no
		has_technology_researched = investment_banks
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

company_Bank_Wells_Fargo = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/wellsfargobank.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK STATE_CALIFORNIA }
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}
		
	building_types = {  
		building_paper_mill
		building_trade_center
		building_gold_mine
	}
	
	extension_building_types = {	
		building_oil_rig
		building_railway
		building_explosives_factory
		building_munition_plant
		
	}
	
	potential = {
		has_game_rule = banks_enabled
		OR = {
			has_interest_marker_in_region = sr:region_atlantic_coast
			has_interest_marker_in_region = sr:region_pacific_coast
		}
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				OR = {
					state_region = s:STATE_NEW_YORK
					state_region = s:STATE_CALIFORNIA
				}
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			OR = {
				state_region = s:STATE_NEW_YORK
				state_region = s:STATE_CALIFORNIA
			}
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 15
			}
		}
		has_technology_researched = investment_banks
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		building_cash_reserves_mult = 0.05
		building_urban_center_throughput_add = 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.02 #<--
		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 = {
		unique_companies_has_bank = no
		has_technology_researched = investment_banks
		any_scope_state = {
			OR = {
				state_region = s:STATE_NEW_YORK
				state_region = s:STATE_CALIFORNIA
			}
			is_incorporated = yes
		}
	}

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

company_Bank_American_Express = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/americanexpressbank.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}	
	
	building_types = {  
		building_paper_mill
		building_railway
		building_trade_center
	}
	
	extension_building_types = {	
		building_shipyard
		building_motor_industry
		building_arms_industry
		building_coal_mine
	}
	
	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_YORK
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 15
			}
		}
		has_technology_researched = investment_banks
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		building_urban_center_throughput_add = 0.10
	
		country_minting_mult = 0.025
		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.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 = {
		unique_companies_has_bank = no
		has_technology_researched = investment_banks
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# National Bell Telephone Company
company_NationalBellTelephone = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/bell.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MASSACHUSETTS }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #24
		building_electrics_industry
	}
	
	extension_building_types = {
		building_power_plant
	}
	
	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_MASSACHUSETTS
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MASSACHUSETTS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_electrics_industry
				level >= 3
			}
		}
	}
	
	prosperity_modifier = {
		building_electrics_industry_throughput_add = 0.06 #8
		state_infrastructure_mult = 0.08 #16
	}
	

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

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

# Bethlehem Iron/Steel Company
company_Bethlehem_Iron_Steel = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/bethlehemsteel.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_PENNSYLVANIA }
	

	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 = { #9
		building_iron_mine
		building_steel_mill
		building_shipyard
	}
	
	extension_building_types = {
		building_coal_mine
	}
	
	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_PENNSYLVANIA
			}
		}
	}		
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				OR = {
					is_building_type = building_iron_mine
					is_building_type = building_steel_mill
				}		
				level >= 3
			}
		}
		has_technology_researched = open_hearth_process
	}
	
	prosperity_modifier = {
		ship_armor_mult = 0.025 #10
	}	
	

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
		}
	}

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

# Great Northern Railway (U.S.)
company_GN_railway = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/greatnorthernrailway.png" 
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_railways.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MINNESOTA }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #25
		building_railway
	}
	
	extension_building_types = {
		building_motor_industry
		building_steel_mill
	}
	
	potential = {
		OR = {
			has_interest_marker_in_region = sr:region_atlantic_coast
			has_interest_marker_in_region = sr:region_great_plains
			has_interest_marker_in_region = sr:region_pacific_coast
			
		}
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				OR = {
					region = sr:region_atlantic_coast
					region = sr:region_great_plains
					region = sr:region_pacific_coast
				}
			}
		}
	}		
	
	possible = { 
		any_scope_state = {
			OR = {
				region = sr:region_atlantic_coast
				region = sr:region_great_plains
				region = sr:region_pacific_coast
			}
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_railway
				level >= 5
			}
		}
		has_technology_researched = steel_railway_cars
		has_technology_researched = joint_stock_companies
	}
	
	prosperity_modifier = {
		building_iron_mine_throughput_add = 0.05 #6
		state_migration_pull_mult = 0.05 #6
		building_group_bg_agriculture_throughput_add = 0.03 #14
	}
	

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

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

# General Motors
company_general_motors = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/generalmotors.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MICHIGAN }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #30
		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_MICHIGAN
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 5
			}
		}
		has_technology_researched = combustion_engine
		has_technology_researched = investment_banks
	}
	
	prosperity_modifier = {
	    goods_output_automobiles_mult = 0.13 #10
        country_company_throughput_bonus_add = 0.03 #14
		state_political_strength_from_wealth_mult = 0.06 #6
	}	
	

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

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

# Cadillac Motor Company
company_Cadillac_motor = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/cadillac.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MICHIGAN }
	


	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #30
		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_MICHIGAN
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 5
			}
		}
		has_technology_researched = combustion_engine
		has_technology_researched = investment_banks
	}
	
	prosperity_modifier = {
	    goods_output_automobiles_mult = 0.13 #10
        country_prestige_mult = 0.1 #10
		state_mortality_mult = -0.03 #10
	}	
	

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

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

# Chevrolet Motor Company
company_Chevrolet_motor = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/chevrolet.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MICHIGAN }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #30
		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_MICHIGAN
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 5
			}
		}
		has_technology_researched = combustion_engine
		has_technology_researched = investment_banks
	}
	
	prosperity_modifier = {
	    goods_output_automobiles_mult = 0.13 #10
        country_society_tech_spread_mult = 0.10 #10
		state_trade_advantage_mult = 0.15 #10
	}	
	

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

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

#  Dodge Brothers Motor Vehicle Company
company_Dodge_motor = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/dodgemotor.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MICHIGAN }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #30
		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_MICHIGAN
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 5
			}
		}
		has_technology_researched = combustion_engine
		has_technology_researched = investment_banks
	}
	
	prosperity_modifier = {
	    goods_output_automobiles_mult = 0.13 #10
        unit_occupation_mult = 0.1 #10
		military_formation_army_movement_speed_mult = 0.1 #10
	}	
	

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

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

#  Lincoln Motor Company
company_Lincoln_motor = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/lincoln.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MICHIGAN }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #30
		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_MICHIGAN
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_motor_industry
				level >= 5
			}
		}
		has_technology_researched = combustion_engine
		has_technology_researched = investment_banks
	}
	
	prosperity_modifier = {
	    goods_output_automobiles_mult = 0.13 #10
        building_automotive_industry_throughput_add = 0.14 #18
		country_prestige_mult = 0.02 #2
	}	
	

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

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

# Western Union Telegraph Company
company_Western_Union = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/western_union.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_NEW_YORK }
	

	possible_prestige_goods = {
		#prestige_good_saint_etienne_rifles
	}

	
	building_types = { #24
		building_electrics_industry
	}
	
	extension_building_types = {
		building_power_plant
		building_tooling_workshop
	}
	
	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_YORK
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
			    is_building_type = building_electrics_industry
				level >= 3
			}
		}
		has_technology_researched = telephone
	}
	
	prosperity_modifier = {
		state_political_strength_from_wealth_mult = 0.2 #20
		country_bureaucracy_investment_cost_factor_mult = -0.02 #4
	}

	ai_will_do = {
		has_technology_researched = telephone
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

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

# Winchester Repeating Arms Company
company_winchester_firearms = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/winchester.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_CONNECTICUT }

	building_types = { #26
		building_arms_industry
		building_munition_plant
	}

	extension_building_types = {
		building_furniture_manufactory
	}

	possible_prestige_goods = {
		prestige_good_generic_small_arms
	}
	
	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_small_arms_complete_tt
			has_variable = prestige_good_generic_small_arms_var
		}
	}
	
	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_CONNECTICUT
			}
		}
	}

	possible = {
		any_scope_state = {
			state_region = s:STATE_CONNECTICUT
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_arms_industry
				level >= 5
			}
		}
		has_technology_researched = repeaters
	}

	prosperity_modifier = {
		building_munition_plant_throughput_add = 0.1 #10
		unit_army_offense_mult = 0.08 #16
	}

	ai_will_do = {
		has_technology_researched = repeaters
		any_scope_state = {
			state_region = s:STATE_CONNECTICUT
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_arms_industry = {
			level = 5
			state_trigger = {
				state_region = s:STATE_CONNECTICUT
			}
		}
	}

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

# Smith & Wesson Company
company_smith_wesson_firearms = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/smith_wesson.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_CONNECTICUT STATE_MASSACHUSETTS }

	building_types = { #24
		building_arms_industry
		building_munition_plant
	}

	extension_building_types = {
		building_tooling_workshop
	}

	possible_prestige_goods = {
		prestige_good_generic_small_arms
	}

	prestige_goods_trigger = {
		custom_tooltip = {
			text = je_prestige_goods_small_arms_complete_tt
			has_variable = prestige_good_generic_small_arms_var
		}
	}
	
	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 = {
				OR = {
					state_region = s:STATE_CONNECTICUT
					state_region = s:STATE_MASSACHUSETTS
				}
			}
		}
	}

	possible = {
		any_scope_state = {
			OR = {
				state_region = s:STATE_CONNECTICUT
				state_region = s:STATE_MASSACHUSETTS
			}
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_arms_industry
				level >= 5
			}
		}
		has_technology_researched = rifling
	}

	prosperity_modifier = {
		state_turmoil_effects_mult = -0.1 #10
		unit_army_defense_mult = 0.07 #14
	}

	ai_will_do = {
		has_technology_researched = rifling
		any_scope_state = {
			OR = {
				state_region = s:STATE_CONNECTICUT
				state_region = s:STATE_MASSACHUSETTS
			}
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_arms_industry = {
			level = 5
			state_trigger = {
				OR = {
					state_region = s:STATE_CONNECTICUT
					state_region = s:STATE_MASSACHUSETTS
				}
			}
		}
	}

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

# Battle Creek Toasted Corn Flake Company / Kellogg Toasted Corn Flake Company
company_Kellogg_Company = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/kellogg.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_farm_corn.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_MICHIGAN }
	

	possible_prestige_goods = {
		prestige_good_generic_groceries
	}

	
	building_types = { #29
		building_food_industry
		building_wheat_farm
	}
	
	extension_building_types = {
		building_sugar_plantation
	}
	
	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_MICHIGAN
			}
		}
	}
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}	
		}
		has_technology_researched = vacuum_canning
		has_technology_researched = philosophical_pragmatism
	}
	
	prosperity_modifier = {
		state_mortality_wealth_mult = -0.003 #14
		state_loyalists_from_political_movements_mult = 0.11 #14
		state_lower_strata_expected_sol_add = -0.35
		state_middle_strata_expected_sol_add = -0.7
		state_upper_strata_expected_sol_add = -1.05
	}	
	

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

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

}

# F. Schumacher & Co.
company_textile_schumacher = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/f_schumacher.png" 
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_NEW_YORK }
	
	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 = { #26
		building_textile_mill
		building_livestock_ranch
	}

	extension_building_types = {
		building_cotton_plantation
		building_art_academy
		building_synthetics_plant
	}

	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_YORK
			}
		}
	}

	possible = {
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_textile_mill
				level >= 5
			}
		}
		has_technology_researched = vulcanization
	}

	prosperity_modifier = {
		unit_recovery_rate_add = 0.05 #10
		interest_group_ig_petty_bourgeoisie_approval_add = 1 #4
		interest_group_ig_landowners_approval_add = 1 #4
		interest_group_ig_petty_bourgeoisie_pop_attraction_mult = 0.16 #8
	}

	ai_will_do = {
		has_technology_researched = vulcanization
		any_scope_state = {
			state_region = s:STATE_NEW_YORK
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_textile_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_NEW_YORK
				is_incorporated = yes
			}
		}
	}

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

# Pfaltzgraff Co.
company_Pfaltzgraff = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/pfaltzgraff.png" 
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_PENNSYLVANIA }
	
	possible_prestige_goods = {
		##
	}
	
	building_types = { #22
		building_glassworks
	}

	extension_building_types = {
		building_furniture_manufactory
		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_PENNSYLVANIA
			}
		}
	}

	possible = {
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_glassworks
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		state_loyalists_from_political_movements_mult = 0.11 #14
		state_lower_strata_expected_sol_add = -0.35
		state_middle_strata_expected_sol_add = -0.7
		state_upper_strata_expected_sol_add = -1.05
		interest_group_ig_rural_folk_approval_add = 2 #8
	}

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

	ai_construction_targets = {
		building_textile_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_PENNSYLVANIA
				is_incorporated = yes
			}
		}
	}

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

# Standard Fruit Company
company_standard_fruit = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/standard_fruit.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_plantation.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_LOUISIANA }

	building_types = { #24
		building_banana_plantation
		building_railway
	}

	extension_building_types = {
		building_port
		building_shipyard
	}

	possible_prestige_goods = {
		prestige_good_generic_pineapple
	}

	potential = {
		OR = {
			country_has_primary_culture = cu:yankee
			country_has_primary_culture = cu:dixie
		}
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_LOUISIANA
			}
		}
	}

	possible = {
		any_scope_state = {
			state_region = s:STATE_HAWAIIAN_ISLANDS
			any_scope_building = {
				is_building_type = building_banana_plantation
				level >= 5
			}
		}
		has_technology_researched = mechanized_farming
	}

	prosperity_modifier = {
		country_prestige_mult = 0.2 #20
		country_infamy_decay_mult = -0.1 #+10
		country_infamy_generation_against_unrecognized_mult = -0.05 #5
		country_influence_mult = 0.14 #9
	}

	ai_will_do = {
		OR = {
			any_scope_state = {
				OR = {
					is_in_geographic_region = geographic_region_central_america
					is_in_geographic_region = geographic_region_south_america
				}
				has_potential_resource = building_banana_plantation
			}
			any_subject_or_below = {
				any_scope_state = {
					OR = {
						is_in_geographic_region = geographic_region_central_america
						is_in_geographic_region = geographic_region_south_america
					}
					has_potential_resource = building_banana_plantation
				}
			}
		}
	}

	ai_construction_targets = {
		building_banana_plantation= {
			level = 5
			state_trigger = {
				state_region = s:STATE_HAWAIIAN_ISLANDS
			}
		}	
		building_banana_plantation = {
			level = 5
			state_trigger = {
				OR = {
					is_in_geographic_region = geographic_region_central_america
					is_in_geographic_region = geographic_region_south_america
				}
			}
		}
	}

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

# Arabian-American Oil Company
company_American_Arabian_Oil = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/aramco.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_CALIFORNIA }
	
	possible_prestige_goods = {
		prestige_good_arabian_oil
	}

	building_types = {  #30
		building_oil_rig
	}
	
	extension_building_types = {
		building_chemical_plant
	}

	potential = {
		has_interest_marker_in_region = sr:region_pacific_coast
		OR = {
			country_has_primary_culture = cu:yankee
			country_has_primary_culture = cu:dixie
		}
	}
	
	attainable = {
			any_scope_state = {
				state_region = s:STATE_CALIFORNIA
			}
		
	}			
	
	possible = { 
		any_scope_state = {
			region = sr:region_arabia
			any_scope_building = {
				is_building_type = building_oil_rig
				level >= 3
			}
		}
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
		}
		has_technology_researched = pumpjacks
		has_technology_researched = compression_ignition
	}
	
	prosperity_modifier = {
		country_resource_discovery_chance_mult = 0.20 #10
		state_trade_capacity_mult = 0.05 #10
		state_trade_advantage_mult = 0.15 #10
	}	
	

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

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

# Vance Lumber Company / Hammond Lumber Company
company_Vance_Lumber = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/hammond_lumber.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_plantation.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_CALIFORNIA }

	building_types = { #25
		building_logging_camp
	}

	extension_building_types = {
		building_shipyard
		building_furniture_manufactory
	}

	possible_prestige_goods = {
		prestige_good_redwood
	}

	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_CALIFORNIA
			}
		}
	}

	possible = {
		any_scope_state = {
			state_region = s:STATE_CALIFORNIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_logging_camp
				level >= 3
			}
		}
		has_technology_researched = electrical_generation
	}

	prosperity_modifier = {
		state_migration_pull_mult = 0.10 #14
		state_trade_advantage_mult = 0.15 #10
	}

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

	ai_construction_targets = {
		building_logging_camp = {
			level = 5
			state_trigger = {
				state_region = s:STATE_CALIFORNIA
			}
		}
	}

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

# Pittsburgh Coal Company
company_Pittsburgh_Coal = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/pittsburgh_coal.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_mining.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_PENNSYLVANIA }

	building_types = { #26
		building_coal_mine
	}

	extension_building_types = {
		building_railway
	}

	possible_prestige_goods = {
		prestige_good_generic_anthracite_coal
	}

	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_PENNSYLVANIA
			}
		}
	}

	possible = {
		has_technology_researched = open_hearth_process
		has_technology_researched = pumpjacks
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_coal_mine
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		interest_group_ig_industrialists_pop_attraction_mult = 0.15 #10
		building_coal_mine_throughput_add = 0.10 #16	
	}

	ai_will_do = {
	    has_technology_researched = open_hearth_process
		has_technology_researched = pumpjacks
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_coal_mine = {
			level = 5
			state_trigger = {
				state_region = s:STATE_PENNSYLVANIA
			}
		}
	}

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

# Bishop & Co. (Bank)
company_hawaiian_bank = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/hawaii_bank.png" 
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_light.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_HAWAIIAN_ISLANDS }
	
	possible_prestige_goods = {
		#prestige_good_generic_currency_paper
	}	
	
	building_types = {  
		building_paper_mill
		building_banana_plantation
		building_sugar_plantation
	}
	
	extension_building_types = {	
		building_whaling_station
		building_logging_camp
		building_shipyard
		building_tooling_workshop
	}
	
	potential = {
		has_game_rule = banks_enabled
		has_interest_marker_in_region = sr:region_oceania
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_HAWAIIAN_ISLANDS
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_HAWAIIAN_ISLANDS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_financial_district
				level >= 10
			}
		}
		has_technology_researched = investment_banks
		unique_companies_has_bank = no
	}
	
	prosperity_modifier = {
		state_trade_advantage_mult = 0.10
		building_group_bg_plantations_throughput_add = 0.05
		
		country_minting_mult = 0.025
		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.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 = {
		unique_companies_has_bank = no
		has_technology_researched = investment_banks
		any_scope_state = {
			state_region = s:STATE_HAWAIIAN_ISLANDS
			is_incorporated = yes
		}
	}

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

# United States Steel Corporation
company_us_steel_corp = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/ussteel.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_PENNSYLVANIA }

	building_types = { #20 #+6 for 2 required companies
		building_steel_mill
		building_iron_mine
		building_coal_mine
	}

	extension_building_types = {
		building_lead_mine
		building_art_academy
		building_railway
		building_shipyard
		building_tooling_workshop
	}

	possible_prestige_goods = {
		prestige_good_generic_steel
		prestige_good_generic_anthracite_coal
	}

	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		always = no
	}

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

	possible = {
		has_technology_researched = electric_arc_process
		has_technology_researched = mutual_funds
		has_technology_researched = corporatism
		any_scope_state = {
			OR = {
				region = sr:region_atlantic_coast
				region = sr:region_atlantic_coast
			}
			is_incorporated = yes
			any_scope_building = {
				OR = {
					is_building_type = building_steel_mill
					is_building_type = building_iron_mine
					is_building_type = building_coal_mine
				}
				level >= 8
			}
			count >=5
		}
	}

	prosperity_modifier = {
		building_group_bg_heavy_industry_throughput_add = 0.05 #18
		state_capitalists_investment_pool_contribution_add = 0.01 #2
	}

	ai_will_do = {
		has_technology_researched = electric_arc_process
		has_technology_researched = mutual_funds
		has_technology_researched = corporatism
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_PENNSYLVANIA
			}
		}
	}

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

# Illinois Steel Company
company_federal_steel = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/federal_steel.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_ILLINOIS }

	building_types = { #14
		building_steel_mill
		building_iron_mine
	}

	extension_building_types = {
		building_coal_mine
		building_railway
	}

	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
		}
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		NOT = {
			has_company = company_type:company_us_steel_corp
		}
	}

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

	possible = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_ILLINOIS
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_railway_throughput_add = 0.11
	}

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_ILLINOIS
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_ILLINOIS
			}
		}
	}

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

# National Steel Company
company_national_steel = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/national_steel.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_NEW_JERSEY }

	building_types = { #15
		building_steel_mill
		building_railway
	}

	extension_building_types = {
		building_coal_mine
	}

	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
		}
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		NOT = {
			has_company = company_type:company_us_steel_corp
		}
	}

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

	possible = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		state_infrastructure_mult = 0.07 #14
	}

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_NEW_JERSEY
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_NEW_JERSEY
			}
		}
	}

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

# American Tin Plate Company
company_american_tin = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/mf.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_NEW_JERSEY }

	building_types = { #30
		building_lead_mine
	}

	extension_building_types = {
		building_coal_mine
		building_iron_mine
		building_steel_mill
	}

	possible_prestige_goods = {
		prestige_good_generic_tin
	}

	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		NOT = {
			has_company = company_type:company_us_steel_corp
		}
	}

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

	possible = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_NEW_JERSEY
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		state_trade_advantage_mult = 0.15 #10
		building_lead_mine_throughput_add = 0.08 #10
		state_pop_qualifications_mult = 0.08 #10
	}

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_NEW_JERSEY
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_NEW_JERSEY
			}
		}
	}

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

# Consolidated Lake Superior Company
company_consolidated_lake_superior = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/clsc.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_MICHIGAN }

	building_types = { #11
		building_iron_mine
		building_power_plant
		building_paper_mill
	}

	extension_building_types = {
		building_logging_camp
		building_chemical_plant
		building_steel_mill
		building_railway
		building_automotive_industry
	}

	possible_prestige_goods = {
		prestige_good_hydroelectricity
	}

	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		NOT = {
			has_company = company_type:company_us_steel_corp
		}
	}

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

	possible = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		state_trade_advantage_mult = 0.15 #10
	}

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_MICHIGAN
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_MICHIGAN
			}
		}
	}

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

# American Steel & Wire Company
company_american_wire = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/American_Wire.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_PENNSYLVANIA }

	building_types = { #14
		building_steel_mill
		building_iron_mine
	}

	extension_building_types = {
		building_coal_mine
	}

	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
		}
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		NOT = {
			has_company = company_type:company_us_steel_corp
		}
	}

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

	possible = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		building_electrics_industry_throughput_add = 0.11 #14
	}

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_PENNSYLVANIA
			}
		}
	}

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

# National Tube Works
company_national_tube = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/national_tube.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

	flavored_company = yes

	preferred_headquarters = { STATE_PENNSYLVANIA }

	building_types = { #26
		building_steel_mill
	}

	extension_building_types = {
		building_coal_mine
		building_iron_mine
	}

	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
		}
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_atlantic_coast
		NOT = {
			has_company = company_type:company_us_steel_corp
		}
	}

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

	possible = {
		has_technology_researched = bessemer_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
			any_scope_building = {
				is_building_type = building_steel_mill
				level >= 5
			}
		}
	}

	prosperity_modifier = {
		state_infrastructure_mult = 0.1 #20
		building_automotive_industry_throughput_add = 0.05 #6
	}

	ai_will_do = {
		has_technology_researched = open_hearth_process
		any_scope_state = {
			state_region = s:STATE_PENNSYLVANIA
			is_incorporated = yes
		}
	}

	ai_construction_targets = {
		building_steel_mill = {
			level = 5
			state_trigger = {
				state_region = s:STATE_PENNSYLVANIA
			}
		}
	}

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