add_namespace = shrekunitedsoviet

country_event = {
	id = shrekunitedsoviet.1
	title = "Shrek has a proposal"
	desc = "why you playing as the soviets dawg"
	picture = GFX_report_event_europe_funeral

	is_triggered_only = yes

	option = {
		name = "Uniting with shrek is the way."
		ai_chance = { factor = 95 }
		SOV = {
			every_core_state = {
				add_core_of = SHR
			}
		}
		
		SHR = {
		  annex_country = {
           target = SOV
           transfer_troops = yes
			
			}
		  	country_event = { id = shrekunitedsoviet.2 }
        }
		
	}
	
	option = {
		name = "There are better ways to fight the war."
		ai_chance = { factor = 5 }
		SHR = {
			country_event = { id = shrekunitedsoviet.3 }
        }
	}
}

country_event = {
	id = shrekunitedsoviet.2
	title = "The Soviets accepted!"
	desc = "The soviets have accepted, the war effort will be way easier now."
	picture = GFX_report_event_europe_funeral

	is_triggered_only = yes

	option = {
		name = "OK"
		ai_chance = { factor = 100 }
		set_cosmetic_tag = SHR_united_soviet
		
		hidden_effect = {
		news_event = { hours = 6 id = shrekunitedwithsovietnews.1 }
		
        }

	}

}

country_event = {
	id = shrekunitedsoviet.3
	title = "The Soviets denied!"
	desc = "The soviets denied our unification! what should we do?"
	picture = GFX_report_event_europe_funeral

	is_triggered_only = yes

	option = {
		name = "They will regret that!"
		ai_chance = { factor = 50 }
		
		create_wargoal = {
				type = annex_everything
				target = SOV
			}	
        }
	
	
	option = {
		name = "A shame."
		ai_chance = { factor = 50 }	
		    
	}
}


