namespace = subjects_expanded_puppet_state_events

country_event = {
	id = subjects_expanded_puppet_state_events.1
	title = subjects_expanded_puppet_state_events.EVTNAME1
	desc = subjects_expanded_puppet_state_events.EVTDESC1
	picture = DIPLOMACY_eventPicture

	hidden = yes
	is_triggered_only = yes

	trigger = {
		is_subject_of_type = puppet_state
		NOT = { has_reform = presidential_despot_reform }
		is_revolutionary = no
	}

	immediate = {
		hidden_effect = {
			if = {
				limit = {
					NOT = { has_reform = presidential_despot_reform }
					is_revolutionary = no
				}
				change_government = republic
				add_government_reform = presidential_despot_reform
			}
		}
	}

	option = {
		name = subjects_expanded_puppet_state_events1.EVTOPT1

		ai_chance = { factor = 100 }
	}
}

country_event = {
	id = subjects_expanded_puppet_state_events.2
	title = subjects_expanded_puppet_state_events.EVTNAME2
	desc = subjects_expanded_puppet_state_events.EVTDESC2
	picture = DIPLOMACY_eventPicture

	is_triggered_only = yes

	option = {
		name = subjects_expanded_puppet_state_events2.EVTOPT1

		ai_chance = { factor = 100 }
	}
}