defend_the_american_colonies = {
	
	type = country

	allow = {
		tag = USA
		war_with = GBR
		owns = 929
		owns = 931
		owns = 932
		owns = 933
		owns = 935
		owns = 936
		owns = 937
		owns = 938
		owns = 949
		owns = 950
		owns = 951
		owns = 952
		owns = 953
		owns = 954
		owns = 955
		owns = 956
		owns = 957
		owns = 958
		owns = 962
		owns = 963
		owns = 965
		owns = 966
		owns = 967
		owns = 968
		owns = 970
		owns = 971
	}
	abort = {
		not = { war_with = GBR }
	}
	success = {
		not = { war_with = GBR }
		owns = 929
		owns = 931
		owns = 932
		owns = 933
		owns = 935
		owns = 936
		owns = 937
		owns = 938
		owns = 949
		owns = 950
		owns = 951
		owns = 952
		owns = 953
		owns = 954
		owns = 955
		owns = 956
		owns = 957
		owns = 958
		owns = 962
		owns = 963
		owns = 965
		owns = 966
		owns = 967
		owns = 968
		owns = 970
		owns = 971
	}
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			mil = 7
		}
		modifier = {
			factor = 2
			ENG = { not = { mil = 5 } }
		}
	}
	effect = {
		army_tradition = 0.4
		stability = 2
	}
}

conquer_florida = {
	
	type = country

	allow = {
		tag = USA
		is_subject = no
		is_lesser_in_union = no
		927 = {
			not = { owned_by = this }
			any_neighbor_province = { owned_by = this }
		}
	}
	abort = {
		or = {
			is_subject = yes
			is_lesser_in_union = yes
		}
	}
	success = {
		owns = 923
		owns = 926
		owns = 927
		owns = 928
	}
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			mil = 7
		}	
	}
	immediate = {
		add_temp_claim = 927
	}
	abort_effect = {
		remove_temp_claim = 927
	}
	effect = {
		prestige = 0.08
	}
}

reach_the_mississippi = {
	
	type = country

	allow = {
		tag = USA
		is_subject = no
		is_lesser_in_union = no
		the_mississippi_region = {
			any_neighbor_province = { owned_by = this }
		}
		not = { the_mississippi_region = { owned_by = this } }
	}
	abort = {
		or = {
			is_subject = yes
			is_lesser_in_union = yes
			not = { the_mississippi_region = { any_neighbor_province = { owned_by = this } } }
		}
	}
	success = {
		or = {
			893 = { owned_by = this }
			894 = { owned_by = this }
			895 = { owned_by = this }
			913 = { owned_by = this }
			915 = { owned_by = this }
			916 = { owned_by = this }
			917 = { owned_by = this }
			918 = { owned_by = this }
			919 = { owned_by = this }
			920 = { owned_by = this }
			921 = { owned_by = this }
			922 = { owned_by = this }
		}
	}
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			mil = 7
		}	
	}
	effect = {
		prestige = 0.08
	}
}

the_united_states_france_relations = {
	
	type = country

	allow = {
		tag = USA
		exists = FRA
		not = { relation = { who = FRA value = 100 } }
	}
	abort = {
		or = {
			not = { exists = FRA }
			war_with = FRA
		}
	}
	success = {
		relation = { who = FRA value = 150 }
	}
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			not = { relation = { who = FRA value = 0 } }
		}
		modifier = {
			factor = 2
			not = { relation = { who = FRA value = -100 } }
		}	
	}
	effect = {
		prestige = 0.04
	}
}

the_united_states_rev_france_relations = {
	
	type = country

	allow = {
		tag = USA
		exists = RFR
		not = { relation = { who = RFR value = 100 } }
	}
	abort = {
		or = {
			not = { exists = RFR }
			war_with = RFR
		}
	}
	success = {
		relation = { who = RFR value = 150 }
	}
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			not = { relation = { who = RFR value = 0 } }
		}
		modifier = {
			factor = 2
			not = { relation = { who = RFR value = -100 } }
		}	
	}
	effect = {
		prestige = 0.04
	}
}

tobacco_factory = {
	
	type = country

	allow = {
		tag = USA
		government_tech = 21
		not = {
			any_owned_province = {
				trade_goods = tobacco
				has_building = refinery
			}
		}
		any_owned_province = {
			trade_goods = tobacco
			not = { has_building = refinery }
		}
	}
	abort = {
		not = { any_owned_province = { trade_goods = tobacco } }
	}
	success = {
		any_owned_province = {
			has_building = refinery
			trade_goods = tobacco
		}
	}
	chance = {
		factor = 1000
		modifier = {
			factor = 2
			advisor = statesman
		}	
	}
	effect = {
		treasury = 50
	}
}
