#####################################################
# New Zealand Flavor Events
#
# scripted by Johan Andersson
#
# id range = 43900-
# 
#####################################################

event = { 
	id = 43900
	random = no
	province = 2843
	
	name = "EVT_43900_NAME" # The Treaty of Waitangi
	desc = "EVT_43900_DESC" # 
	style = 0

	date = { year = 1840 } 
	offset = 200

	action_a = {
        	name = "ACTIONNAME43900A"
        	command = { type = pop_militancy which = polynese value = -2 where = 2843 }
	}
}

event = { 
	id = 43901
	random = no
	province = 2843

	name = "EVT_43901_NAME" # The Flagstaff War
	desc = "EVT_43901_DESC" # 
	style = 0

	date = { year = 1845 } 
	offset = 300

	action_a = {
        	name = "ACTIONNAME43901A"
        	command = { type = pop_militancy which = polynese value = 2 where = 2843 }
        	command = { type = pop_militancy which = british value = -2 where = 2843 }
        	command = { type = prestige value = 5 }
	}
	
	action_b = {
        	name = "ACTIONNAME43901B"
        	command = { type = pop_militancy which = polynese value = -2 where = 2843 }
        	command = { type = pop_militancy which = british value = 2 where = 2843 }
	}
	
}


event = { 
	id = 43902
	random = no
	province = 2843

	name = "EVT_43902_NAME" # The Fencibles
	desc = "EVT_43902_DESC" # 
	style = 0

	date = { month = february year = 1847 }
	offset = 2000

	action_a = {
        	name = "ACTIONNAME43902A"
        	command = { type = life_sustainability which = 2843 value = 4 }
        	command = { type = life_sustainability which = 2844 value = 4 }
        	command = { type = life_sustainability which = 2845 value = 4 }
        	command = { type = life_sustainability which = 2846 value = 4 }
        	command = { type = life_sustainability which = 2852 value = 4 }
        	command = { type = life_sustainability which = 2853 value = 4 }
        	command = { type = life_sustainability which = 2854 value = 4 }
        	command = { type = life_sustainability which = 2855 value = 4 }
        	
	}
}


