cultural_unity_mechanic = {
	alert_icon_gfx = GFX_alerticons_government_mechanics
	alert_icon_index = 21
	available = {
		has_dlc = "Winds of Change"
	}

	powers = {
		cultural_unity = {
			gui = cultural_unity_gov_mech
			show_before_interactions = yes
			max = 100
			min = 0
			base_monthly_growth = 0.75
			scaled_modifier = {
				trigger = {
					always = yes
				}
				modifier = {
					
				}
				start_value = 0
				end_value = 100			
			}
			range_modifier = {
				trigger = {
					NOT = {
						culture_group = germanic
					}
				}
				modifier = {
					monthly_cultural_unity = -1
				}
				start_value = 0
				end_value = 100
			}
			range_modifier = {
				trigger = {
					GER_is_accepting_culture_being_integrated = yes
				}
				modifier = {
					monthly_cultural_unity = 0.35
				}
				start_value = 0
				end_value = 100
			}
			on_max_reached = {
				country_event = { id = flavor_ger.10 }
			}
		}
	}
}