﻿# by JawwadBR #

yearly_global_pulse = {
    on_actions = {
        on_action_lot_on_action_1
    }
}

# on_action to trigger the event that creates story-cycle for all eligible rulers to gain legitimacy
on_action_lot_on_action_1 = {
	trigger = {
		current_month = 1
	}
    events = {
        # 1-12 in case of lag
        delay = { days = { 1 12 } }
        lot.001
    }
}
