country_decisions = {
	overlord_persian_satrapy_use_sword_hunt = {
		potential = {
			has_subject_of_type = persian_satrapy
		}
		allow = {
			is_at_war = no
			legitimacy_equivalent = 20
			custom_trigger_tooltip = {
				tooltip = HAS_NOT_USED_PERSIAN_SATRAPY_SWORD_HUNT_LAST_10_YEARS
				OR = {
					NOT = { has_country_flag = overlord_persian_satrapy_use_sword_hunt_used }
					had_country_flag = { flag = overlord_persian_satrapy_use_sword_hunt_used days = 3650 }
				}
			}
		}
		effect = {
			add_legitimacy = -20
			add_republican_tradition = -20
			add_horde_unity = -20
			add_meritocracy = -20
			add_devotion = -20
			custom_tooltip = PERSIAN_SATRAPY_SWORD_HUNT_EFFECTS
			hidden_effect = {
				every_subject_country = {
					limit = {
						is_subject_of_type = persian_satrapy
						NOT = { has_country_modifier = persian_satrapy_sword_hunt_modifier }
					}
					add_country_modifier = {
						name = persian_satrapy_sword_hunt_modifier
						duration = 3650
					}
					country_event = { id = subjects_expanded_persian_satrapy_events.3 }
				}
				clr_country_flag = overlord_persian_satrapy_use_sword_hunt_used
				set_country_flag = overlord_persian_satrapy_use_sword_hunt_used
			}
		}
	}
}