﻿add_namespace = sa_generic

# Township Event 1 #
country_event = {
	            id = sa_generic.1
	            title = sa_generic.1.t
	            desc = sa_generic.1.d
	            picture = GFX_sa_country_event_001
	            is_triggered_only = yes
	            fire_only_once = no
	         
	            option = {
	                     name = sa_generic.1.a
	                     complete_national_focus = township_strengthen_the_government
	                     }
	            option = {
	                     name = sa_generic.1.b
	                     complete_national_focus = township_loosen_the_government
	                     }
}

# Riot Unification #
country_event = {
	            id = sa_generic.2
	            title = sa_generic.2.t
	            desc = sa_generic.2.d
	            picture = GFX_sa_country_event_002
	            is_triggered_only = yes
	            fire_only_once = no
	         
	            option = {
	                     name = sa_generic.2.a
	                     FROM = {
	                            annex_country = {
                                                target = ROOT
                                                transfer_troops = yes
                                                }
	                            }
	                     }
	            option = {
	                     name = sa_generic.2.b
	                     FROM = {
	                            declare_war_on = {
	                                             target = ROOT
	                                             type = annex_everything
                                                 }
	                            }
	                     }
}

# Police Event 1 #
country_event = {
	            id = sa_generic.3
	            title = sa_generic.3.t
	            desc = sa_generic.3.d
	            picture = GFX_sa_country_event_003
	            is_triggered_only = yes
	            fire_only_once = no
	         
	            option = {
	                     name = sa_generic.3.a
	                     complete_national_focus = authority_police_integrity
	                     }
	            option = {
	                     name = sa_generic.3.b
	                     complete_national_focus = authority_filthy_streets
	                     }
}