﻿je_manifest_destiny_mexico = {
	icon = "gfx/interface/icons/event_icons/event_military.dds"
	
	group = je_group_historical_content
	
	# note that if you change this, also update the decision
	complete = {
		owns_entire_state_region = STATE_CALIFORNIA
		owns_entire_state_region = STATE_NEVADA
		owns_entire_state_region = STATE_UTAH
		owns_entire_state_region = STATE_ARIZONA
		owns_entire_state_region = STATE_NEW_MEXICO
		owns_entire_state_region = STATE_TEXAS
	}

	on_complete = {
		trigger_event = { id = manifest_destiny.1 }
	}

	weight = 100
	should_be_pinned_by_default = yes
}

je_manifest_destiny_frontier_wars = {
	icon = "gfx/interface/icons/event_icons/event_map.dds"
	
	group = je_group_historical_content
	
	# note that if you change this, also update the decision
	complete = {
		owns_entire_state_region = STATE_MONTANA
		owns_entire_state_region = STATE_WYOMING
		owns_entire_state_region = STATE_COLORADO
		owns_entire_state_region = STATE_NORTH_DAKOTA
		owns_entire_state_region = STATE_SOUTH_DAKOTA
		owns_entire_state_region = STATE_NEBRASKA
		owns_entire_state_region = STATE_KANSAS
	}
	
	on_complete = {
		trigger_event = { id = manifest_destiny.2 }
	}

	on_monthly_pulse = {
		random_events = {
			10 = 0
			1 = manifest_destiny.3
		}
	}
	
	weight = 100
	
	transferable = no
	should_be_pinned_by_default = yes
}