﻿AuGu_no_loc = {
    type = character
    random_valid = no
    text = {
        trigger = { 
		NOR = {
			has_variable = AuGu_setting_all_var
			has_variable = AuGu_setting_only_children_var
			has_variable = AuGu_setting_only_close_familly_var
		}
	}
        localization_key = AuGu_no_text
    }
}
AuGu_all_loc = {
    type = character
    random_valid = no
    text = {
        trigger = { 
		has_variable = AuGu_setting_all_var
	}
        localization_key = AuGu_all_text
    }
}

AuGu_only_children_loc = {
    type = character
    random_valid = no
    text = {
        trigger = { 
		has_variable = AuGu_setting_only_children_var
	}
        localization_key = AuGu_only_children_text
    }
}

AuGu_only_close_familly_loc = {
    type = character
    random_valid = no
    text = {
        trigger = { 
		has_variable = AuGu_setting_only_close_familly_var
	}
        localization_key = AuGu_only_close_familly_text
    }
}

AuGu_no_close_familly_loc = {
    type = character
    random_valid = no
    text = {
        trigger = { 
		has_variable = AuGu_setting_no_close_familly_var
	}
        localization_key = AuGu_no_close_familly_text
    }
}

AuGu_no_children_loc = {
    type = character
    random_valid = no
    text = {
        trigger = { 
		has_variable = AuGu_setting_no_children_var
	}
        localization_key = AuGu_no_children_text
    }
}

AuGu_no_heir_loc = {
    type = character
    random_valid = no
    text = {
        trigger = { 
		has_variable = AuGu_setting_no_heir_var
	}
        localization_key = AuGu_no_heir_text
    }
}

