kryptonian_cultures = {
	graphical_cultures = { westerngfx }

	kryptonian_cul = {
		graphical_cultures = { westerngfx }
		
		used_for_random = no
		allow_in_ruler_designer = no
		
		color = { 0.01 0.1 0.42 }
		
		male_names = {
			Jor Kal
		 }
		female_names = {
			Kara
		}
		
		from_dynasty_prefix = "of "
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 25
		mat_grf_name_chance = 0
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 5
		mat_grm_name_chance = 20
		mother_name_chance = 0

		modifier = default_culture_modifier
	}
}