pte_share_map_north_america = {
	category = 6
	power_projection = no
	power_cost_base = 0.74
	prestige_base = 0.25
	ae_base = 0
	warscore_cost = {
		all_provinces = 0.0
		no_provinces = 20.0
		owner_keeps = 0.0
		conquered = 0.0
		returned_core = 0.0
		released_nation = 0.0
		cancelled_subject = 0.0
		concede_colonial_region = 0.0
	}
	warscore_cap = -1
	requires_demand_independence = no
	is_make_subject = no
	requires_is_allowed = no

	is_visible = {
		OR = {
			capital_scope = {
				continent = north_america
			}
			FROM = {
				OR = {
					capital_scope = {
						NOT = { continent = north_america }
					}
					is_colonial_nation = yes
					is_former_colonial_nation = yes
				}
			}
		}
		north_america = {
			has_discovered = FROM
			NOT = { has_discovered = ROOT }
		}
	}
	is_allowed = {
		north_america = {
			units_in_province = ROOT
		}
	}
	effect = {
		north_america = {
			if = {
				limit = {
					has_discovered = FROM
					NOT = { has_discovered = ROOT }
				}
				discover_country = ROOT
			}
			if = {
				limit = {
					has_port = yes
				}
				every_neighbor_sea_zone = {
					limit = {
						has_discovered = FROM
						NOT = { has_discovered = ROOT }
					}
					discover_country = ROOT
				}
			}
		}
	}
	ai_weight = {
		export_to_variable = {
			variable_name = ai_value
			value = 0
		}
		limit = {
			always = yes
		}
	}
}