@correct_culture_primary_score = 100
@better_than_the_alternatives_score = 50
@always_primary_score = 1000


		d_prussia = {
			color = { 0 49 82 }
			color2 = { 255 255 255 }
			
			capital = c_malbork # Truso
		
				ai_primary_priority = {
		if = {
			limit = {
				culture_group = culture_group:central_germanic_group
			}
			add = @correct_culture_primary_score
		}
	}
}

k_prussia = {
	color = { 0 30 50 }
	color2 = { 255 255 255 }

	capital = c_brandenburg
	
	ai_primary_priority = {
		if = {
			limit = {
				culture_group = culture_group:central_germanic_group
			}
			add = @correct_culture_primary_score
			add = @better_than_the_alternatives_score
		}
	}
}

