﻿language_czecho_slovak = {
	type = language
	is_shown = {
		language_is_shown_trigger = {
			LANGUAGE = language_czecho_slovak
		}
	}
	parameters = {
		dialect_continua_north_slavic = yes
		language_group_slavic = yes
		language_branch_balto_slavic = yes
		language_family_indo_european = yes 		
	}
	ai_will_do = {
		value = 10
		if = {
			limit = { has_cultural_pillar = language_czecho_slovak }
			multiply = same_language_choice_factor
		}
		else_if = {
			limit = { has_cultural_parameter = dialect_continua_north_slavic }
			multiply = same_language_dialect_continuum_choice_factor
		}
		else_if = {
			limit = { has_cultural_parameter = language_group_slavic }
			multiply = same_language_group_choice_factor
		}
		else_if = {
			limit = { has_cultural_parameter = language_branch_balto_slavic }
			multiply = same_language_branch_choice_factor
		}
		else_if = {
			limit = { has_cultural_parameter = language_family_indo_european }
			multiply = same_language_family_choice_factor
		}
	}
	
	color = czech
}

# language_sorbian = {
# 	type = language
# 	is_shown = {
# 		language_is_shown_trigger = {
# 			LANGUAGE = language_sorbian
# 		}
# 	}
# 	parameters = {
# 		dialect_continua_north_slavic = yes
# 		language_group_slavic = yes
# 		language_branch_balto_slavic = yes
# 		language_family_indo_european = yes 		
# 	}
# 	ai_will_do = {
# 		value = 10
# 		if = {
# 			limit = { has_cultural_pillar = language_sorbian }
# 			multiply = same_language_choice_factor
# 		}
# 		else_if = {
# 			limit = { has_cultural_parameter = dialect_continua_north_slavic }
# 			multiply = same_language_dialect_continuum_choice_factor
# 		}
# 		else_if = {
# 			limit = { has_cultural_parameter = language_group_slavic }
# 			multiply = same_language_group_choice_factor
# 		}
# 		else_if = {
# 			limit = { has_cultural_parameter = language_branch_balto_slavic }
# 			multiply = same_language_branch_choice_factor
# 		}
# 		else_if = {
# 			limit = { has_cultural_parameter = language_family_indo_european }
# 			multiply = same_language_family_choice_factor
# 		}
# 	}
	
# 	color = { 0.6 0.8 0.9 }
# }
