is_controlled_by_ROOT_or_subject = {
    custom_trigger_tooltip = {
        tooltip = is_controlled_by_ROOT_or_subject
        CONTROLLER = {
            OR = {
                tag = ROOT
                is_subject_of = ROOT
            }
        }
    }
}