toolpack_category = {

	icon = generic_formable_nations

	allowed = {
		always = yes
	}

	visible = {
		has_global_flag = tp_is_multiplayer
		OR = {
			NOT = { any_country = { has_country_flag = tp_is_host } }
			has_country_flag = tp_is_host
		}
		is_ai = no
	}
	priority = {
		base = 1000
		modifier = {
			factor = 0.001
			has_country_flag = tp_lower_decisions
		}
	}
	scripted_gui = toolpack_action_log_main_container
}