﻿standard_hunting_cooldown_time = {
	value = 2
	if = {
		limit = {
			root.culture = { has_cultural_parameter = more_frequent_hunts }
		}
		multiply = 0.5
	}
	if = {
		limit = {
			root.culture = {
				has_cultural_parameter = final_hunts
			}
		}
		multiply = 2
	}
}
