#Venetian revolution
country_event = {

	id = 112940
	title = "EVTNAME112940"
	desc = "EVTDESC112940"
	picture = "revolutionnn"
	major = yes
	
	fire_only_once = yes 
	
	trigger = {
		tag = ENG
		year = 1845
		exists = PAN
		owns = 1237
		NOT = {	has_country_flag = pan_revolution_has_happened } }

	option = {
		name = "EVTOPTA112940"
        casus_belli = {
            target = PAN
            type = establish_protectorate_casus_belli
            months = 12
        }

		war = {
			target = PAN
			attacker_goal = {
				casus_belli = establish_protectorate_casus_belli
			}
			
			defender_goal = {
				casus_belli = status_quo
			}
		}
		set_country_flag = pan_revolution_has_happened
	}
}
country_event = {

	id = 1129400
	title = "Intervention in Kalat"
	desc = "Gaining more influence in the Raj border states, we can now make it ours"
	picture = "revolutionnn"
	
	fire_only_once = yes 
	
	trigger = {
		tag = ENG
		year = 1839
		exists = KAL
		KAL = { NOT = { owns = 1146 } } }

	option = {
		name = "EVTOPTA112940"
        casus_belli = {
            target = KAL
            type = make_puppet
            months = 12
        }

		war = {
			target = KAL
			attacker_goal = {
				casus_belli = make_puppet
			}
			
			defender_goal = {
				casus_belli = status_quo
			}
		}
	}
}