﻿lord_of_volga_decision = {
	picture = {
		reference = "gfx/interface/illustrations/decisions/fp3/fp3_decision_sunder.dds"
	}
	ai_check_interval = 30
	decision_group_type = major
	desc = lord_of_volga_decision_desc

	is_shown = {
		is_independent_ruler = yes
		has_title = title:c_itil
		NOT = {  #Too late.
		is_target_in_global_variable_list = {
			name = unavailable_unique_decisions
			target = flag:lord_of_volga_decision
			}
		}
	}
	
	is_valid = {
		prestige_level >= 4
		martial >= 20
		has_trait = viking
		completely_controls = title:k_caspian_steppe
		culture = { has_cultural_pillar = heritage_turkic }
		has_realm_law = nomadic_authority_4
	}
	
	is_valid_showing_failures_only = {
		is_imprisoned = no
		is_available_adult = yes
		is_at_war = no
	}
	
	cost = {
		gold = 500
		prestige = 1000
		herd = 1000
	}
	
	effect = {
		save_scope_as = founder
		lord_of_volga_decision_effect = yes
		trigger_event = {
		id = lord_of_volga_decision.0001
		}
		hidden_effect = {
		add_to_global_variable_list = {
			name = unavailable_unique_decisions
			target = flag:lord_of_volga_decision
			}
		}
	}
	
	ai_potential = {
		is_ruler = yes
	}

	ai_will_do = {
		base = 200
	}
}