
decisions = {
	form_fingolia = {
		only_independent = yes
		only_playable = yes
		is_high_prio = yes
		ai_check_interval = 60
		
		potential = {
			religion = finnish_pagan
			OR = {
				culture = finnish
				culture = lappish
				culture = samoyed
				culture = urgicbaltic
			}
			government = tribal_government
			e_fingolia = {
				has_holder = no
			}
		}
		
		allow = {
			independent = yes
			religion = finnish_pagan
			government = tribal_government
			382 = {
				owner = {
					OR = {
						is_liege_or_above = ROOT
						character = ROOT
					}
				}
			}
			OR = {
				num_of_count_titles_in_realm = 40
				AND = {
					completely_controls = k_finland
					OR = {
						completely_controls = k_estonia
						completely_controls = k_nenets
						completely_controls = k_sapmi
					}
				}
			}
			prestige = 1000
		}
		
		effect = {
			prestige = -500
			e_fingolia = {
				activate_title = { title = THIS status = yes } # Otherwise grant_title doesn't work
				grant_title = ROOT
			}
			ROOT = { narrative_event = { id = fingolia.11 } }
		}
		
		ai_will_do = {
			factor = 1
		}
	}
	fingolian_nomad = {
		only_independent = yes
		only_playable = yes
		is_high_prio = yes
		ai_check_interval = 600
		
		potential = {
			religion = finnish_pagan
			OR = {
				culture = finnish
				culture = lappish
				culture = samoyed
				culture = urgicbaltic
			}
			government = tribal_government
			e_fingolia = {
				is_primary_holder_title = yes
			}
		}
		
		allow = {
			independent = yes
			religion = finnish_pagan
			government = tribal_government
		}
		
		effect = {
			set_government_type = nomadic_government
		}
		
		ai_will_do = {
			factor = 1
		}
	}
}