﻿add_namespace = kievan

# kievan go volonter to zsl
country_event = {
	id = kievan.1
	title = kievan.1.t
	desc = kievan.1.d
	picture = GFX_report_event_generic_read_write	
	fire_only_once = yes
	trigger = {
		tag = ZKI
		country_exists = ZKI
		ZKI = {
			is_puppet = no
			is_in_faction = no
			has_war = no
			NOT = { has_government = democratic }	
		}	
		ZSL = {
			has_war_with = ZOR
		}	
	}
	mean_time_to_happen = {
		days = 45
	}
	option = {
		name = kievan.1.a		
		ai_chance = { 
			factor = 85 			
		}		
		ZSL = {
			country_event = { days = 5 id = kievan.2 }
		}
	}
	option = {
		name = kievan.1.b		
		ai_chance = { 
			factor = 15 			
		}
		add_stability = -0.1
	}
}

# zsl poluchaet volonter
country_event = {
	id = kievan.2
	title = kievan.2.t
	desc = kievan.2.d
	picture = GFX_report_event_generic_read_write	
	is_triggered_only = yes	
	option = {
		name = kievan.2.a	#horosho
		ai_chance = { factor = 20 }	
		custom_effect_tooltip = kievan.2.a.tt
		hidden_effect =  {
			ZSL = {
				load_oob = "ZKI_kievan_volounter_to_slaviane"
				set_country_flag = kievan_volonterr_arrived
			}
		}
	}	
	option = {
		name = kievan.2.b	#net	
		ai_chance = { factor = 1 }		
		add_political_power = 20
	}
}

# volonter back home
country_event = {
	id = kievan.3
	title = kievan.3.t
	desc = kievan.3.d
	picture = GFX_report_event_generic_conference
	is_triggered_only = yes	
	option = {
		name = kievan.3.a
		army_experience = 30		
	}
}