#####################################################
# Polish Flavor Events
#
# scripted by Johan Andersson
#
# id range = 32400-
# 
#####################################################

event = { 
	id = 32400
	random = no
	country = AUS

	trigger = {
	NOT  = { exists = POL }
	}

	name = "EVT_32501_NAME" # Polish independence
	desc = "EVT_32501_DESC" # 
	style = 0

	date = { day = 1 month = january year = 1846 } 

	action_a = {
        	name = "ACTIONNAME32501A"
		command = {type = pop_militancy which = polish value = 3 }

	}
}

event = { 
	id = 32401
	random = no
	country = PRU

	trigger = {
	NOT  = { exists = POL }
	}

	name = "EVT_32501_NAME" # Polish independence
	desc = "EVT_32501_DESC" # 
	style = 0

	date = { day = 1 month = january year = 1846 } 

	action_a = {
        	name = "ACTIONNAME32501A"
		command = {type = pop_militancy which = polish value = 3 }

	}
}

event = { 
	id = 32402
	random = no
	country = RUS

	trigger = {
	NOT  = { exists = POL }
	}

	name = "EVT_32501_NAME" # Polish independence
	desc = "EVT_32501_DESC" # 
	style = 0

	date = { day = 1 month = january year = 1846 } 

	action_a = {
        	name = "ACTIONNAME32501A"
		command = {type = pop_militancy which = polish value = 3 }

	}
}