﻿﻿quarterly_playable_pulse = {
	on_actions = {
		dlm_stewardship_monthly_test_pulse
		delay = { days = { 30 30 } }
		dlm_stewardship_monthly_test_pulse
		delay = { days = { 30 30 } }
		dlm_stewardship_monthly_test_pulse
		dlm_intrigue_regular_pulse
	}
}

dlm_stewardship_monthly_test_pulse = {
	trigger = {
		is_landed = yes
	}

	random_events = {
		chance_of_no_event = {
			value = 95
		}

		100 = dlm_ducal_landmarks.0100
		75 = dlm_ducal_landmarks.0140
		100 = dlm_ducal_landmarks.0110
		75 = dlm_ducal_landmarks.0150
		100 = dlm_ducal_landmarks.0130
	}
}

dlm_intrigue_regular_pulse = {
	trigger = {
		is_landed = yes
		dlm_has_criminal_network_landmark = yes
	}

	random_events = {
		chance_of_no_event = {
			value = 92
		}

		100 = dlm_ducal_landmarks.0160
		80 = dlm_ducal_landmarks.0170
	}
}
