        #Chilean pascua island
political_decisions = {
	chilean_pascua_island = {
		potential = {
			tag = CHL
			NOT = {
				has_country_flag = pascua_is_ours
			}
		}
		
		allow = {
			year = 1870
		}
		
		effect = {
			set_country_flag = pascua_is_ours
			2336 = { secede_province = CHL any_pop = { literacy = -0.99 } life_rating = 5 }			
			prestige = 2
		}
	}
	Claim_Atacama = {
		potential = {
			tag = CHL
			NOT = {
				has_country_flag = yes_claim
			}
		}
		
		allow = {
			revolution_n_counterrevolution = 1
		}
		
		effect = {
			set_country_flag = yes_claim
			2305 = { add_core = CHL }
			2309 = { add_core = CHL }
			2307 = { add_core = CHL }
			2308 = { add_core = CHL }
			2578 = { add_core = CHL }		
			prestige = 2
		}
	}
	Claim_Patagonia = {
		potential = {
			tag = CHL
			NOT = {
				has_country_flag = yes_claim1
			}
			OR = { rank = 12
			is_greater_power = yes }
		}
		
		allow = {
			year = 1872
			NOT = { year = 1877 }
		}
		
		effect = {
			set_country_flag = yes_claim1
			country_event = 1008090 		
			prestige = 2
		}
	}
}