defined_text = {
	name = GetVulcanName
	
	text = {
		trigger = { NOT = { culture = roman } }
		localisation_key = hephaestus_god_name
	}
	text = {
		trigger = { culture = roman }
		localisation_key = vulcan_god_name
	}
	
}
defined_text = {
	name = GetDianaName
	
	text = {
		trigger = { NOT = { culture = roman } }
		localisation_key = artemis_god_name
	}
	text = {
		trigger = { culture = roman }
		localisation_key = diana_god_name
	}
	
}

defined_text = {
	name = GetAaoPandoraCooldown
	
	text = {
		trigger = { has_character_modifier = open_pandoras_box_timer }
		localisation_key = open_pandoras_box_cooldown
	}
}