namespace = ALTERCOM

# French Socialist Republic becomes Constitutional France

character_event = {
	id = ALTERCOM.1
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_france
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_france
			}
			k_communist_france = {
				set_name = "k_french_republic_alternative"
				adjective = "k_french_republic_alternative_adj"
				set_coa = k_french_republic_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.2
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_france
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_france
			}
			k_communist_france = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Dutch Socialist Republic becomes Constitutional Netherlands

character_event = {
	id = ALTERCOM.3
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_netherlands
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_netherlands
			}
			k_communist_netherlands = {
				set_name = "k_netherlands_alternative"
				adjective = "k_netherlands_alternative_adj"
				set_coa = k_netherlands_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.4
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_netherlands
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_netherlands
			}
			k_communist_netherlands = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Socialist Belgium becomes Constitutional Belgium

character_event = {
	id = ALTERCOM.5
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_belgium
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_belgium
			}
			k_communist_belgium = {
				set_name = "k_belgium_alternative"
				adjective = "k_belgium_alternative_adj"
				set_coa = k_belgium_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.6
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_belgium
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_belgium
			}
			k_communist_belgium = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Austrian Socialist Republic becomes Constitutional Austria

character_event = {
	id = ALTERCOM.7
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_austria
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_austria
			}
			k_communist_austria = {
				set_name = "k_austria_alternative"
				adjective = "k_austria_alternative_adj"
				set_coa = k_austria_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.8
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_austria
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_austria
			}
			k_communist_austria = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Socialist Greece becomes Constitutional Greece

character_event = {
	id = ALTERCOM.9
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_greece
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_greece
			}
			k_communist_greece = {
				set_name = "k_greece_alternative"
				adjective = "k_greece_alternative_adj"
				set_coa = k_greece_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.10
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_greece
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_greece
			}
			k_communist_greece = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Socialist Iceland becomes Constitutional Iceland

character_event = {
	id = ALTERCOM.11
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_iceland
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_iceland
			}
			k_communist_iceland = {
				set_name = "k_iceland_alternative"
				adjective = "k_iceland_alternative_adj"
				set_coa = k_iceland_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.12
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_iceland
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_iceland
			}
			k_communist_iceland = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Socialist Italy becomes Constitutional Italy

character_event = {
	id = ALTERCOM.13
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_italy
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_italy
			}
			k_communist_italy = {
				set_name = "k_italy_alternative"
				adjective = "k_italy_alternative_adj"
				set_coa = k_italy_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.14
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_italy
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_italy
			}
			k_communist_italy = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Democratic Germany becomes Constitutional Germany

character_event = {
	id = ALTERCOM.15
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_democratic_germany
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_democratic_germany
			}
			k_democratic_germany = {
				set_name = "k_germany_alternative"
				adjective = "k_germany_alternative_adj"
				set_coa = k_germany_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.16
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_democratic_germany
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_democratic_germany
			}
			k_democratic_germany = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# The USSR becomes The Russian Empire

character_event = {
	id = ALTERCOM.17
	
	hide_window = yes
	
	trigger = {
		has_landed_title = e_ussr
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = e_ussr
			}
			e_ussr = {
				set_name = "e_russian_empire_alternative"
				adjective = "e_russian_empire_alternative_adj"
				set_coa = e_russian_empire_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.18
	
	hide_window = yes
	
	trigger = {
		has_landed_title = e_ussr
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = e_ussr
			}
			e_ussr = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Socialist Spain becomes Constitutional Spain

character_event = {
	id = ALTERCOM.19
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_spain
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_spain
			}
			k_communist_spain = {
				set_name = "k_spain_alternative"
				adjective = "k_spain_alternative_adj"
				set_coa = k_spain_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.20
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_spain
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_spain
			}
			k_communist_spain = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Socialist Czechoslovakia becomes Constitutional Czechoslovakia

character_event = {
	id = ALTERCOM.21
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_czechoslovakia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_czechoslovakia
			}
			k_czechoslovakia = {
				set_name = "k_czechoslovakia_alternative"
				adjective = "k_czechoslovakia_alternative_adj"
				set_coa = k_czechoslovakia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.22
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_czechoslovakia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_czechoslovakia
			}
			k_czechoslovakia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Socialist Yugoslavia becomes Constitutional Yugoslavia

character_event = {
	id = ALTERCOM.23
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_yugoslavia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_yugoslavia
			}
			k_yugoslavia = {
				set_name = "k_yugoslavia_alternative"
				adjective = "k_yugoslavia_alternative_adj"
				set_coa = k_yugoslavia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.24
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_yugoslavia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_yugoslavia
			}
			k_yugoslavia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Romanian Socialist Republic becomes Constitutional Romania

character_event = {
	id = ALTERCOM.25
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_romania
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_romania
			}
			k_communist_romania = {
				set_name = "k_romania_alternative"
				adjective = "k_romania_alternative_adj"
				set_coa = k_romania_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.26
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_romania
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_romania
			}
			k_communist_romania = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Moldovan Socialist Republic becomes Constitutional Moldova

character_event = {
	id = ALTERCOM.27
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_moldova
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_moldova
			}
			k_communist_moldova = {
				set_name = "k_moldova_alternative"
				adjective = "k_moldova_alternative_adj"
				set_coa = k_moldova_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.28
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_moldova
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_moldova
			}
			k_communist_moldova = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Ukrainian Socialist Republic becomes Constitutional Ukraine

character_event = {
	id = ALTERCOM.29
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_ukraine
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_ukraine
			}
			k_communist_ukraine = {
				set_name = "k_ukraine_alternative"
				adjective = "k_ukraine_alternative_adj"
				set_coa = k_ukraine_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.30
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_ukraine
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_ukraine
			}
			k_communist_ukraine = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Belarusian Socialist Republic becomes Constitutional Belarus

character_event = {
	id = ALTERCOM.31
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_belarus
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_belarus
			}
			k_communist_belarus = {
				set_name = "k_belarus_alternative"
				adjective = "k_belarus_alternative_adj"
				set_coa = k_belarus_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.32
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_belarus
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_belarus
			}
			k_communist_belarus = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Russian Socialist Republic becomes Constitutional Russia

character_event = {
	id = ALTERCOM.33
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_russia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_russia
			}
			k_communist_russia = {
				set_name = "k_russia_alternative"
				adjective = "k_russia_alternative_adj"
				set_coa = k_russia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.34
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_russia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_russia
			}
			k_communist_russia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Hungarian Socialist Republic becomes Constitutional Hungary

character_event = {
	id = ALTERCOM.35
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_hungary
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_hungary
			}
			k_communist_hungary = {
				set_name = "k_hungary_alternative"
				adjective = "k_hungary_alternative_adj"
				set_coa = k_hungary_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.36
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_hungary
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_hungary
			}
			k_communist_hungary = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Polish Socialist Republic becomes Constitutional Poland

character_event = {
	id = ALTERCOM.37
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_poland
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_poland
			}
			k_communist_poland = {
				set_name = "k_poland_alternative"
				adjective = "k_poland_alternative_adj"
				set_coa = k_poland_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.38
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_poland
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_poland
			}
			k_communist_poland = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# The Communist Roman Empire becomes The Confederation of the Rhine

character_event = {
	id = ALTERCOM.39
	
	hide_window = yes
	
	trigger = {
		has_landed_title = e_communist_roman_union
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = e_communist_roman_union
			}
			e_communist_roman_union = {
				set_name = "e_roman_union_alternative"
				adjective = "e_roman_union_alternative_adj"
				set_coa = e_roman_union_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.40
	
	hide_window = yes
	
	trigger = {
		has_landed_title = e_communist_roman_union
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = e_communist_roman_union
			}
			e_communist_roman_union = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Bulgarian Socialist Republic becomes Constitutional Bulgaria

character_event = {
	id = ALTERCOM.41
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_bulgaria
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_bulgaria
			}
			k_communist_bulgaria = {
				set_name = "k_bulgaria_alternative"
				adjective = "k_bulgaria_alternative_adj"
				set_coa = k_bulgaria_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.42
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_bulgaria
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_bulgaria
			}
			k_communist_bulgaria = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# United African Republic becomes... the United African Republic !

character_event = {
	id = ALTERCOM.43
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_united_africa
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_united_africa
			}
			k_united_africa = {
				set_name = "k_united_africa_alternative"
				adjective = "k_united_africa_alternative_adj"
				set_coa = k_united_africa_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.44
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_united_africa
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_united_africa
			}
			k_united_africa = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Afghanistan

character_event = {
	id = ALTERCOM.45
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_afghanistan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_afghanistan
			}
			k_communist_afghanistan = {
				set_name = "k_afghanistan_alternative"
				adjective = "k_afghanistan_alternative_adj"
				set_coa = k_afghanistan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.46
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_afghanistan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_afghanistan
			}
			k_communist_afghanistan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Albania 

character_event = {
	id = ALTERCOM.47
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_albania
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_albania
			}
			k_communist_albania = {
				set_name = "k_albania_alternative"
				adjective = "k_albania_alternative_adj"
				set_coa = k_albania_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.48
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_albania
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_albania
			}
			k_communist_albania = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Algeria 

character_event = {
	id = ALTERCOM.49
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_algeria
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_algeria
			}
			k_communist_algeria = {
				set_name = "k_algeria_alternative"
				adjective = "k_algeria_alternative_adj"
				set_coa = k_algeria_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.50
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_algeria
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_algeria
			}
			k_communist_algeria = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Armenia 

character_event = {
	id = ALTERCOM.51
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_armenia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_armenia
			}
			k_communist_armenia = {
				set_name = "k_armenia_alternative"
				adjective = "k_armenia_alternative_adj"
				set_coa = k_armenia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.52
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_armenia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_armenia
			}
			k_communist_armenia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# United Arab Republic becomes... the United Arab Republic !

character_event = {
	id = ALTERCOM.53
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_united_arabia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_united_arabia
			}
			k_united_arabia = {
				set_name = "k_united_arabia_alternative"
				adjective = "k_united_arabia_alternative_adj"
				set_coa = k_united_arabia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.54
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_united_arabia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_united_arabia
			}
			k_united_arabia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Azerbaijan

character_event = {
	id = ALTERCOM.55
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_azerbaijan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_azerbaijan
			}
			k_communist_azerbaijan = {
				set_name = "k_azerbaijan_alternative"
				adjective = "k_azerbaijan_alternative_adj"
				set_coa = k_azerbaijan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.56
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_azerbaijan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_azerbaijan
			}
			k_communist_azerbaijan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Bhutan

character_event = {
	id = ALTERCOM.57
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_bhutan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_bhutan
			}
			k_communist_bhutan = {
				set_name = "k_bhutan_alternative"
				adjective = "k_bhutan_alternative_adj"
				set_coa = k_bhutan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.58
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_bhutan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_bhutan
			}
			k_communist_bhutan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Cheremisa

character_event = {
	id = ALTERCOM.59
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_cheremisa
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_cheremisa
			}
			k_communist_cheremisa = {
				set_name = "k_cheremisa_alternative"
				adjective = "k_cheremisa_alternative_adj"
				set_coa = k_cheremisa_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.60
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_cheremisa
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_cheremisa
			}
			k_communist_cheremisa = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Cyprus

character_event = {
	id = ALTERCOM.61
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_cyprus
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_cyprus
			}
			k_communist_cyprus = {
				set_name = "k_cyprus_alternative"
				adjective = "k_cyprus_alternative_adj"
				set_coa = k_cyprus_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.62
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_cyprus
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_cyprus
			}
			k_communist_cyprus = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Turkish Cyprus

character_event = {
	id = ALTERCOM.63
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkish_cyprus
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkish_cyprus
			}
			k_communist_turkish_cyprus = {
				set_name = "k_turkish_cyprus_alternative"
				adjective = "k_turkish_cyprus_alternative_adj"
				set_coa = k_turkish_cyprus_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.64
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkish_cyprus
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkish_cyprus
			}
			k_communist_turkish_cyprus = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Denmark

character_event = {
	id = ALTERCOM.65
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_denmark
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_denmark
			}
			k_communist_denmark = {
				set_name = "k_denmark_alternative"
				adjective = "k_denmark_alternative_adj"
				set_coa = k_denmark_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.66
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_denmark
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_denmark
			}
			k_communist_denmark = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# England

character_event = {
	id = ALTERCOM.67
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_england
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_england
			}
			k_communist_england = {
				set_name = "k_england_alternative"
				adjective = "k_england_alternative_adj"
				set_coa = k_england_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.68
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_england
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_england
			}
			k_communist_england = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Faroe Islands

character_event = {
	id = ALTERCOM.69
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_faroe
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_faroe
			}
			k_communist_faroe = {
				set_name = "k_faroe_alternative"
				adjective = "k_faroe_alternative_adj"
				set_coa = k_faroe_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.70
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_faroe
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_faroe
			}
			k_communist_faroe = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Finland

character_event = {
	id = ALTERCOM.71
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_finland
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_finland
			}
			k_communist_finland = {
				set_name = "k_finland_alternative"
				adjective = "k_finland_alternative_adj"
				set_coa = k_finland_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.72
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_finland
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_finland
			}
			k_communist_finland = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Georgia

character_event = {
	id = ALTERCOM.71
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_georgia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_georgia
			}
			k_communist_georgia = {
				set_name = "k_georgia_alternative"
				adjective = "k_georgia_alternative_adj"
				set_coa = k_georgia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.72
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_georgia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_georgia
			}
			k_communist_georgia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# India

character_event = {
	id = ALTERCOM.73
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_india
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_india
			}
			k_communist_india = {
				set_name = "k_india_alternative"
				adjective = "k_india_alternative_adj"
				set_coa = k_india_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.74
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_india
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_india
			}
			k_communist_india = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Iran

character_event = {
	id = ALTERCOM.75
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_iran
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_iran
			}
			k_communist_iran = {
				set_name = "k_iran_alternative"
				adjective = "k_iran_alternative_adj"
				set_coa = k_iran_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.76
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_iran
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_iran
			}
			k_communist_iran = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Ireland

character_event = {
	id = ALTERCOM.75
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_ireland
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_ireland
			}
			k_communist_ireland = {
				set_name = "k_ireland_alternative"
				adjective = "k_ireland_alternative_adj"
				set_coa = k_ireland_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.76
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_ireland
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_ireland
			}
			k_communist_ireland = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Norway

character_event = {
	id = ALTERCOM.77
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_norway
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_norway
			}
			k_communist_norway = {
				set_name = "k_norway_alternative"
				adjective = "k_norway_alternative_adj"
				set_coa = k_norway_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.78
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_norway
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_norway
			}
			k_communist_norway = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Scotland

character_event = {
	id = ALTERCOM.79
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_scotland
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_scotland
			}
			k_communist_scotland = {
				set_name = "k_scotland_alternative"
				adjective = "k_scotland_alternative_adj"
				set_coa = k_scotland_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.80
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_scotland
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_scotland
			}
			k_communist_scotland = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Sweden

character_event = {
	id = ALTERCOM.79
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_sweden
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_sweden
			}
			k_communist_sweden = {
				set_name = "k_sweden_alternative"
				adjective = "k_sweden_alternative_adj"
				set_coa = k_sweden_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.80
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_sweden
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_sweden
			}
			k_communist_sweden = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Wales

character_event = {
	id = ALTERCOM.81
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_wales
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_wales
			}
			k_communist_wales = {
				set_name = "k_wales_alternative"
				adjective = "k_wales_alternative_adj"
				set_coa = k_wales_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.82
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_wales
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_wales
			}
			k_communist_wales = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Turkey

character_event = {
	id = ALTERCOM.83
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkey
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkey
			}
			k_communist_turkey = {
				set_name = "k_turkey_alternative"
				adjective = "k_turkey_alternative_adj"
				set_coa = k_turkey_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.84
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkey
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkey
			}
			k_communist_turkey = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Yemen

character_event = {
	id = ALTERCOM.85
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_yemen
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_yemen
			}
			k_communist_yemen = {
				set_name = "k_yemen_alternative"
				adjective = "k_yemen_alternative_adj"
				set_coa = k_yemen_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.86
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_yemen
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_yemen
			}
			k_communist_yemen = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Turkestan

character_event = {
	id = ALTERCOM.85
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkestan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkestan
			}
			k_communist_turkestan = {
				set_name = "k_turkestan_alternative"
				adjective = "k_turkestan_alternative_adj"
				set_coa = k_turkestan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.86
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkestan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkestan
			}
			k_communist_turkestan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Tibet

character_event = {
	id = ALTERCOM.87
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_tibet
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_tibet
			}
			k_communist_tibet = {
				set_name = "k_tibet_alternative"
				adjective = "k_tibet_alternative_adj"
				set_coa = k_tibet_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.88
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_tibet
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_tibet
			}
			k_communist_tibet = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Kazakhstan

character_event = {
	id = ALTERCOM.89
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_kazakhstan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_kazakhstan
			}
			k_communist_kazakhstan = {
				set_name = "k_kazakhstan_alternative"
				adjective = "k_kazakhstan_alternative_adj"
				set_coa = k_kazakhstan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.90
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_kazakhstan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_kazakhstan
			}
			k_communist_kazakhstan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Khanty

character_event = {
	id = ALTERCOM.91
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_khanty
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_khanty
			}
			k_communist_khanty = {
				set_name = "k_khanty_alternative"
				adjective = "k_khanty_alternative_adj"
				set_coa = k_khanty_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.92
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_khanty
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_khanty
			}
			k_communist_khanty = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Kyrgyzstan 

character_event = {
	id = ALTERCOM.93
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_kirghizistan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_kirghizistan
			}
			k_communist_kirghizistan = {
				set_name = "k_kirghizistan_alternative"
				adjective = "k_kirghizistan_alternative_adj"
				set_coa = k_kirghizistan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.94
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_kirghizistan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_kirghizistan
			}
			k_communist_kirghizistan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Komis 

character_event = {
	id = ALTERCOM.95
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_komi
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_komi
			}
			k_communist_komi = {
				set_name = "k_komi_alternative"
				adjective = "k_komi_alternative_adj"
				set_coa = k_komi_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.96
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_komi
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_komi
			}
			k_communist_komi = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Lotharingia 

character_event = {
	id = ALTERCOM.97
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_lotharingia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_lotharingia
			}
			k_communist_lotharingia = {
				set_name = "k_lotharingia_alternative"
				adjective = "k_lotharingia_alternative_adj"
				set_coa = k_lotharingia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.98
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_lotharingia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_lotharingia
			}
			k_communist_lotharingia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Mongolia 

character_event = {
	id = ALTERCOM.99
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_mongolia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_mongolia
			}
			k_communist_mongolia = {
				set_name = "k_mongolia_alternative"
				adjective = "k_mongolia_alternative_adj"
				set_coa = k_mongolia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.100
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_mongolia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_mongolia
			}
			k_communist_mongolia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Mordvins 

character_event = {
	id = ALTERCOM.101
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_mordvins
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_mordvins
			}
			k_communist_mordvins = {
				set_name = "k_mordvins_alternative"
				adjective = "k_mordvins_alternative_adj"
				set_coa = k_mordvins_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.102
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_mordvins
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_mordvins
			}
			k_communist_mordvins = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Morocco 

character_event = {
	id = ALTERCOM.103
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_morocco
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_morocco
			}
			k_communist_morocco = {
				set_name = "k_morocco_alternative"
				adjective = "k_morocco_alternative_adj"
				set_coa = k_morocco_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.104
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_morocco
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_morocco
			}
			k_communist_morocco = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Nenets 

character_event = {
	id = ALTERCOM.105
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_nenets
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_nenets
			}
			k_communist_nenets = {
				set_name = "k_nenets_alternative"
				adjective = "k_nenets_alternative_adj"
				set_coa = k_nenets_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.106
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_nenets
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_nenets
			}
			k_communist_nenets = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Nepal 

character_event = {
	id = ALTERCOM.107
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_nepal
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_nepal
			}
			k_communist_nepal = {
				set_name = "k_nepal_alternative"
				adjective = "k_nepal_alternative_adj"
				set_coa = k_nepal_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.108
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_nepal
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_nepal
			}
			k_communist_nepal = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Oman 

character_event = {
	id = ALTERCOM.107
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_oman
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_oman
			}
			k_communist_oman = {
				set_name = "k_oman_alternative"
				adjective = "k_oman_alternative_adj"
				set_coa = k_oman_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.108
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_oman
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_oman
			}
			k_communist_oman = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Pakistan 

character_event = {
	id = ALTERCOM.109
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_pakistan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_pakistan
			}
			k_communist_pakistan = {
				set_name = "k_pakistan_alternative"
				adjective = "k_pakistan_alternative_adj"
				set_coa = k_pakistan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.110
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_pakistan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_pakistan
			}
			k_communist_pakistan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Tunisia 

character_event = {
	id = ALTERCOM.111
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_tunisia
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_tunisia
			}
			k_communist_tunisia = {
				set_name = "k_tunisia_alternative"
				adjective = "k_tunisia_alternative_adj"
				set_coa = k_tunisia_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.112
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_tunisia
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_tunisia
			}
			k_communist_tunisia = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Turkmenistan 

character_event = {
	id = ALTERCOM.113
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkmenistan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkmenistan
			}
			k_communist_turkmenistan = {
				set_name = "k_turkmenistan_alternative"
				adjective = "k_turkmenistan_alternative_adj"
				set_coa = k_turkmenistan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.114
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_turkmenistan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_turkmenistan
			}
			k_communist_turkmenistan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}

# Uzbekistan 

character_event = {
	id = ALTERCOM.115
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_uzbekistan
		NOT = { religion_group = communism }
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_uzbekistan
			}
			k_communist_uzbekistan = {
				set_name = "k_uzbekistan_alternative"
				adjective = "k_uzbekistan_alternative_adj"
				set_coa = k_uzbekistan_alternative
			}
		}
	}
}

character_event = { # Reverse
	id = ALTERCOM.116
	
	hide_window = yes
	
	trigger = {
		has_landed_title = k_communist_uzbekistan
		religion_group = communism
	}

	
	mean_time_to_happen = {
		days = 1
	}
	
	immediate = {
		if = {
			limit = {
				has_landed_title = k_communist_uzbekistan
			}
			k_communist_uzbekistan = {
				set_name = ""
				adjective = ""
				reset_coa = THIS
			}
		}
	}
}