add_namespace = GAN

country_event = { # IJA COUP!!!
	id = GAN.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event GAN.1" }
	title = YEM.1.t
	desc = YEM.1.desc
	picture = GFX_report_event_JAP_kenpeitai
	fire_only_once = yes
	is_triggered_only = yes

	option = {
		name = GAN.1.a
		add_stability = 0.1
		set_politics = {
			ruling_party = ultranationalism
		}
		add_popularity = {
			ideology = ultranationalism
			popularity = 0.25
		}
		promote_character = GAN_Tsuji_Masanobu
		set_cosmetic_tag = GAN_JAP
		hidden_effect = {
			QIN = {
				country_event = GAN.2
			}
		}
	}

	option = {
		name = GAN.2.a
		add_stability = 0.2
		add_popularity = {
			ideology = ultranationalism
			popularity = -1
		}
		hidden_effect = {
			QIN = {
				country_event = GAN.3
			}
		}
	}
}

country_event = {
    id = GAN.2
    title = GAN.2.t
    desc  = GAN.2.desc
    picture = GFX_report_event_QIN_free_china
	immediate = { log = "[GetDateText]: [Root.GetName]: event GAN.2" }
    is_triggered_only = yes

    option = {
		name = GAN.2.a
	}
}

country_event = {
    id = GAN.3
    title = GAN.3.t
    desc  = GAN.3.desc
    picture = GFX_report_event_QIN_free_china
	immediate = { log = "[GetDateText]: [Root.GetName]: event GAN.3" }
    is_triggered_only = yes

    option = {
		name = GAN.3.a
	}
}