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

# Société du Rhum Barbancourt
company_RhumBarbancourt = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/barbancourt.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_plantation.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_HAITI }
	
	category = aristocrat_owned
	
	possible_prestige_goods = {
		#prestige_good_generic_new_world_liquor
		prestige_good_bacardi_rum
	}

	
	building_types = { #24
		building_sugar_plantation
		building_food_industry
	}
	
	extension_building_types = {
		building_livestock_ranch
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_central_america
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_HAITI
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_HAITI
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
	}
	
	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_landowners_approval_add = 4 #16
		interest_group_ig_landowners_pop_attraction_mult = 0.12 #+6
	}


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

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

# Rhum Vieux Labbé
company_RhumVieuxLabbe = {
	icon = "gfx/interface/icons/company_icons/historical_company_icons/vieuxlabbe.png"
	background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_plantation.dds"
	
	flavored_company = yes
	preferred_headquarters = { STATE_HAITI }
	
	category = shopkeeper_owned
	
	possible_prestige_goods = {
		#prestige_good_generic_new_world_liquor
		prestige_good_bacardi_rum
	}

	
	building_types = { #24
		building_sugar_plantation
		building_food_industry
	}
	
	extension_building_types = {
		building_livestock_ranch
	}
	
	potential = {
		has_interest_marker_in_region = sr:region_central_america
	}
	
	attainable = {
		hidden_trigger = { # Hide attainable if it's always fulfilled by possible
			any_scope_state = {
				state_region = s:STATE_HAITI
			}
		}
	}	
	
	possible = {
		any_scope_state = {
			state_region = s:STATE_HAITI
			any_scope_building = {
				is_building_type = building_food_industry
				level >= 3
			}
		}
	}
	
	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
		state_assimilation_mult = 0.2 #10
	}


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

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