namespace = VOP_evt_FRAMEWORK
#	VOP全局
#	VOP国家




###	VOP全局		#########################################################################################################

#	VOP_on_monthly_pulse
event = {
	id = VOP_evt_FRAMEWORK.1
	hide_window = yes
	is_triggered_only = yes
	trigger = { NOT = { has_global_flag = VOP_CD_on_monthly_pulse } }
	immediate = {
		set_timed_global_flag = { flag = VOP_CD_on_monthly_pulse days = 1 }
		set_update_modifiers_batch = begin
		fire_on_action = { on_action = VOP_on_monthly_pulse }
		set_update_modifiers_batch = end
	}
}

#	VOP_on_yearly_pulse
event = {
	id = VOP_evt_FRAMEWORK.2
	hide_window = yes
	is_triggered_only = yes
	trigger = { NOT = { has_global_flag = VOP_CD_on_yearly_pulse } }
	immediate = {
		set_timed_global_flag = { flag = VOP_CD_on_yearly_pulse days = 1 }
		set_update_modifiers_batch = begin
		fire_on_action = { on_action = VOP_on_yearly_pulse }
		set_update_modifiers_batch = end
	}
}

#	#	VOP_on_bi_yearly_pulse
#	event = {
#		id = VOP_evt_FRAMEWORK.3
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { NOT = { has_global_flag = VOP_CD_on_bi_yearly_pulse } }
#		immediate = {
#			set_timed_global_flag = { flag = VOP_CD_on_bi_yearly_pulse days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_bi_yearly_pulse }
#			set_update_modifiers_batch = end
#		}
#	}
#	
#	#	VOP_on_five_year_pulse
#	event = {
#		id = VOP_evt_FRAMEWORK.4
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { NOT = { has_global_flag = VOP_CD_on_five_year_pulse } }
#		immediate = {
#			set_timed_global_flag = { flag = VOP_CD_on_five_year_pulse days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_five_year_pulse }
#			set_update_modifiers_batch = end
#		}
#	}
#	
#	#	VOP_on_decade_pulse
#	event = {
#		id = VOP_evt_FRAMEWORK.5
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { NOT = { has_global_flag = VOP_CD_on_decade_pulse } }
#		immediate = {
#			set_timed_global_flag = { flag = VOP_CD_on_decade_pulse days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_decade_pulse }
#			set_update_modifiers_batch = end
#		}
#	}




###	VOP国家		#########################################################################################################

#	#	VOP_on_monthly_pulse_country
#	country_event = {
#		id = VOP_evt_FRAMEWORK.8
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { exists = this }
#		trigger = { NOT = { has_country_flag = VOP_CD_on_monthly_pulse_country } }
#		immediate = {
#			set_timed_country_flag = { flag = VOP_CD_on_monthly_pulse_country days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_monthly_pulse_country }
#			set_update_modifiers_batch = end
#		}
#	}
#	
#	#	VOP_on_yearly_pulse_country
#	country_event = {
#		id = VOP_evt_FRAMEWORK.9
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { exists = this }
#		trigger = { NOT = { has_country_flag = VOP_CD_on_yearly_pulse_country } }
#		immediate = {
#			set_timed_country_flag = { flag = VOP_CD_on_yearly_pulse_country days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_yearly_pulse_country }
#			set_update_modifiers_batch = end
#		}
#	}
#	
#	#	VOP_on_bi_yearly_pulse_country
#	country_event = {
#		id = VOP_evt_FRAMEWORK.10
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { exists = this }
#		trigger = { NOT = { has_country_flag = VOP_CD_on_bi_yearly_pulse_country } }
#		immediate = {
#			set_timed_country_flag = { flag = VOP_CD_on_bi_yearly_pulse_country days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_bi_yearly_pulse_country }
#			set_update_modifiers_batch = end
#		}
#	}
#	
#	#	VOP_on_five_year_pulse_country
#	country_event = {
#		id = VOP_evt_FRAMEWORK.11
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { exists = this }
#		trigger = { NOT = { has_country_flag = VOP_CD_on_five_year_pulse_country } }
#		immediate = {
#			set_timed_country_flag = { flag = VOP_CD_on_five_year_pulse_country days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_five_year_pulse_country }
#			set_update_modifiers_batch = end
#		}
#	}
#	
#	#	VOP_on_decade_pulse_country
#	country_event = {
#		id = VOP_evt_FRAMEWORK.12
#		hide_window = yes
#		is_triggered_only = yes
#		trigger = { exists = this }
#		trigger = { NOT = { has_country_flag = VOP_CD_on_decade_pulse_country } }
#		immediate = {
#			set_timed_country_flag = { flag = VOP_CD_on_decade_pulse_country days = 1 }
#			set_update_modifiers_batch = begin
#			fire_on_action = { on_action = VOP_on_decade_pulse_country }
#			set_update_modifiers_batch = end
#		}
#	}

