# Burma

#########################################################################
#  Pagan Mins Hostility
#########################################################################
event = {
	id = 13200
	random = no
	country = BUR

	name = "EVT_13200_NAME"
	desc = "EVT_13200_DESC"
	style = 0

	trigger = {
				NOT = {war = { country = BUR  country = FRA } }
				NOT = {war = { country = BUR  country = ENG } }
				NOT = {war = { country = BUR  country = PRU } }
				NOT = {war = { country = BUR  country = RUS } }
	}

	date = { day = 9 month = july year = 1846 }

	action_a = {
		name = "ACTIONNAME13200A" # Hostility against Europeans
		command = { type = pop_consciousness which = 100 value = -3 }
		command = { type = pop_militancy which = 100 value = -3 }
		command = { type = prestige value = 50 }
		command = { type = trigger which = 7244 } # FRA
		command = { type = trigger which = 4635 } # PRU
		command = { type = trigger which = 2512 } # RUS
		command = { type = trigger which = 6937 } # ENG
	}
	action_b = {
		name = "ACTIONNAME13200B" # Peacefully minimize European Involvement
		command = { type = pop_consciousness which = 100 value = -1 }
		command = { type = pop_militancy which = 100 value = -1 }
		command = { type = prestige value = 20 }
	}
	action_c = {
		name = "ACTIONNAME13000C" # Open up to the West
		command = { type = pop_consciousness which = 100 value = 3 }
		command = { type = pop_militancy which = 100 value = 3 }
		command = { type = prestige value = -50 }
		command = { type = gain_tech which = -1 }
		command = { type = gain_tech which = -1 }
	}
}

#########################################################################
#  Pagan Mins Hostility
#########################################################################
event = {
	id = 13201
	random = no
	country = BUR

	trigger = {
		OR = {
			won_war = { country = ENG country = BUR }
			won_war = { country = FRA country = BUR }
			won_war = { country = PRU country = BUR }
			won_war = { country = RUS country = BUR }
		}
	}

	name = "EVT_13201_NAME"
	desc = "EVT_13201_DESC"
	style = 0

	date = { day = 19 month = august year = 1853 }

	action_a = {
		name = "ACTIONNAME13201A" # Reconciliation with the Europeans
		command = { type = pop_consciousness which = 100 value = 3 }
		command = { type = pop_militancy which = 100 value = 3 }
		command = { type = prestige value = -50 }
		command = { type = gain_tech which = -1 }
		command = { type = gain_tech which = -1 }
	}
	action_b = {
		name = "ACTIONNAME13200B" # Peacefully minimize European Involvement
		command = { type = pop_consciousness which = 100 value = -1 }
		command = { type = pop_militancy which = 100 value = -1 }
		command = { type = prestige value = 20 }
		command = { type = trigger which = 7244 } # FRA
		command = { type = trigger which = 6937 } # ENG
	}
	action_c = {
		name = "ACTIONNAME13201C" # Isolation
		command = { type = prestige value = 100 }
		command = { type = account_eff which = police value = -25 }
	}
}

