# Allows you to create your own dynamic keys
# to be called in localization.
# defined_text -> this is it, we're defining the text
# text -> a discrete entry that can be picked to display in loc.
# trigger -> determines if a text entry will be picked or not.
# (The triggers need to be valid for the scope the key is called in
# (eg Root or From.From).)
# localization_key -> points to the localization key
# that'll be used if trigger passes


##### Example #####

defined_text = {
	name = GUAY_rekindle_old_gripes
	text = {
		trigger = {
			tag = PAR
		}
		localization_key = GUAY_rekindle_old_gripes_PAR
	}
	text = {
		trigger = {
			tag = URG
		}
		localization_key = GUAY_rekindle_old_gripes_URG
	}
}

defined_text = {
	name = GUAY_rekindle_old_gripes_desc
	text = {
		trigger = {
			tag = PAR
		}
		localization_key = GUAY_rekindle_old_gripes_PAR_desc
	}
	text = {
		trigger = {
			tag = URG
		}
		localization_key = GUAY_rekindle_old_gripes_URG_desc
	}
}

defined_text = {
	name = GUAY_mythologize_the_father_of_the_nation_desc
	text = {
		trigger = {
			tag = PAR
		}
		localization_key = GUAY_mythologize_the_father_of_the_nation_par
	}
	text = {
		trigger = {
			tag = URG
		}
		localization_key = GUAY_mythologize_the_father_of_the_nation_urg
	}
}
