﻿yearly_global_pulse = {
	on_actions = {
		rollo_conquered_normandy_action
		# debug_on_action
	}
}

rollo_conquered_normandy_action = {
	trigger = {
		current_date > 860.1.1
		game_start_date < 950.1.1
		title:d_normandy.holder ?= character:242
		NOT = {
			is_target_in_global_variable_list = {
				name = nh_unavailable_unique_events
				target = flag:rollo_conquered_normandy_action
			}
		}
	}

	effect = {
		character:242  ={
			trigger_event = {
				id = nh.1012
				days = { 15 115 }
			}
		}
		add_to_global_variable_list = {
			name = nh_unavailable_unique_events
			target = flag:rollo_conquered_normandy_action
		}
	}
}


# debug_on_action = {
#	trigger = { }
#	effect = { }
# }
