# Trade League Events

# League Trade Stations Close Down
country_event = {
	id = 1093
	
	trigger = {
		in_league = no
		has_country_flag = league_kontors
	}	
	mean_time_to_happen = {
		months = 1
	}
	
	title = "EVTNAME1093"
	desc = "EVTDESC1093"
	
	option = {
		name = "EVTOPTA1093"	# Close down all Stations
		remove_province_modifier = league_kontor # applied for all owned provinces
		clr_country_flag = league_kontors
	}
}

province_event = {
	id = 1094
	
	trigger = {
		owner = {
			in_league = yes
		}
		base_tax = 4
		citysize = 1000
		cot = no
		NOT = { has_province_modifier = league_kontor }
	}
	mean_time_to_happen = {
		months = 480
		modifier = {
			factor = 0.75
			OR = {
				trade_goods = slaves
				trade_goods = ivory
				trade_goods = tea
				trade_goods = chinaware
				trade_goods = spices
				trade_goods = coffee
				trade_goods = cotton
				trade_goods = sugar
				trade_goods = tobacco
			}
		}
	}
	
	title = "EVTNAME1094"
	desc = "EVTDESC1094"
	
	option = {
		name = "EVTOPTA1094"
		owner = { 
			set_country_flag = league_kontors
		}
		add_province_modifier = {
			name = league_kontor
			duration = -1
		}
	}
	
}
