﻿house_traditions_settings_decision = {
	picture = {
		reference = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds"
	}

	#decision_group_type = major # Apparently "minor" may not be a valid option. It should be left uncategorized for standard/personal decisions.
	ai_check_interval = 0
	
	is_shown = {
		NOT = {
			global_var:hide_house_trad_settings = yes
		}
	}

	is_valid = {
		is_ai = no
	}

	effect = {
		show_as_tooltip = {
			custom_tooltip = house_traditions_settings_effect_1
		}
		trigger_event = house_trad_settings.0001
	}
	
	ai_potential = {
		always = no
	}
	ai_will_do = {
		base = 0
	}
}
