﻿great_house_secede_decision = {
	picture = {
		reference = "gfx/interface/illustrations/decisions/decision_realm.dds"
	}

    ai_check_interval = 12

    is_shown = {
        exists = suzerain
        suzerain = title:e_tribunal_temple.holder
        OR = {
            has_title = title:k_indoril
            has_title = title:k_hlaalu
            has_title = title:k_redoran
            has_title = title:k_telvanni
            has_title = title:k_dres
        }
    }

    is_valid = {
        NOT = { faith = { has_doctrine = doctrine_pantheon_tribunal } }
    }

    effect = {
        end_tributary = yes
    }
}