﻿add_namespace = stt

country_event = {
	id = stt.101
	title = stt.101.t
    desc = stt.101.d

	picture = GFX_planet_beam

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = stt.101.o1
		set_country_flag = Orbital_Surrender_Acceptance_flag
	}
	option = {
		name = stt.101.o2
		set_country_flag = allow_orbital_bombardment_surrender_flag
		set_country_flag = Orbital_Surrender_Acceptance_flag
	}
}

country_event = {
	id = stt.102
	title = stt.102.t
    desc = stt.102.d

	picture = GFX_planet_beam

	is_triggered_only = yes

	option = {
		name = stt.102.o
		add_political_power = 50
		if = {
			limit = {
				FROM = { num_of_controlled_states < 1 }
			}
			annex_country = {
				target = FROM
				transfer_troops = yes
			}
		}
	}
}

country_event = {
	id = stt.103

	is_triggered_only = yes
	fire_only_once = yes
	hidden = yes

	immediate = {
		FROM = {
			country_event = {
				id = stt.101
				hours = 0
				random_hours = 0
			}
		}
	}
}

country_event = {
	id = stt.104

	is_triggered_only = yes
	hidden = yes

	immediate = {
		FROM = {
			country_event = {
				id = stt.102
				hours = 0
				random_hours = 0
			}
		}
	}
}