﻿triggerforcelticus = {
	#DLC check.
	has_fp1_dlc_trigger = yes
	#Standard filter checks.
	is_landed = yes
	exists = dynasty
	#Must be within the North Germanic cultural sphere.
	OR = {
		culture = { has_cultural_pillar = heritage_north_germanic }
		culture = culture:russian
		culture = culture:norman
		has_character_modifier = embraced_local_traditions_modifier
		AND = {
			exists = dynasty
			dynasty = {
				has_dynasty_modifier = settled_norse_dynasty_modifier
			}
		}
	}
	#Must be in the current de jure title:e_russia: since this decision involves title:e_russia very intimately, we don't want a custom region.
	any_held_title = {
		tier = tier_county
		empire = title:e_russia
	}
	#Aaaaaaand it's already happened in 1066, albeit with less gameplay benefits.
	NOT = { game_start_date >= 1066.09.15 }
	#Year is before 1100, just to keep this from getting weird if no one manages it early.
	current_date < 1100.1.1
	#Not repeatable.
	NOT = {
		is_target_in_global_variable_list = {
			name = unavailable_unique_decisions
			target = flag:flag_founded_capital_of_rus
		}
	}
}

CE_is_loaded = { always = yes }