on_actions = {
	on_capitulation = {
	
		effect = {
		#Победа В СИБИРСКОЙ ВОЙНЕ
			if = {
				limit = {
					ROOT = {
						OR = {
							original_tag = WRA
						}
					}
					FROM = {
						OR = {
							original_tag = SBI
						}
					}
				}
				FROM = {
					annex_country = {
						target = ROOT
						transfer_troops = no
					}
					country_event = SBI.15
				}
			}
			if = {
				limit = {
					ROOT = {
						OR = {
							original_tag = WSR
						}
					}
					FROM = {
						OR = {
							original_tag = SBI
						}
					}
				}
				FROM = {
					annex_country = {
						target = ROOT
						transfer_troops = no
					}
					if = {
						limit = { has_country_flag = HAR_third_stage_start_flag }
						country_event = {
							id = SBI.6155
							days = 2
						}
					}
				}
			}
			
			if = {
				limit = {
					ROOT = {
						OR = {
							original_tag = WRS
						}
					}
					FROM = {
						OR = {
							original_tag = SBI
						}
					}
				}
				FROM = {
					annex_country = {
						target = ROOT
						transfer_troops = no
					}
					if = {
						limit = { has_country_flag = HAR_third_stage_start_flag }
						country_event = {
							id = SBI.6156
							days = 3
						}
					}
				}
			}
		}
	}
}
