﻿### Requirements

HthGetPillage4LegacyRequirement = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = HTH_REQUIREMENT_PREQ_NAME_PILLAGE_4_HISTORICAL
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = HTH_REQUIREMENT_PREQ_NAME_PILLAGE_4_ALTERNATE
	}
}

### Names

HthGetKindredName = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = hth_kin_legacy_1_name_historical
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = hth_kin_legacy_1_name_alternate
	}
}
HthGetCulture1Name = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = hth_ep1_culture_legacy_1_name_historical
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = hth_ep1_culture_legacy_1_name_alternate
	}
}
HthGetCulture5Name = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = hth_ep1_culture_legacy_5_name_historical
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = hth_ep1_culture_legacy_5_name_alternate
	}
}
HthGetPillage1Name = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = hth_fp1_pillage_legacy_1_name_historical
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = hth_fp1_pillage_legacy_1_name_alternate
	}
}
HthGetPillage2Name = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = hth_fp1_pillage_legacy_2_name_historical
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = hth_fp1_pillage_legacy_2_name_alternate
	}
}
HthGetPillage4Name = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = hth_fp1_pillage_legacy_4_name_historical
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = hth_fp1_pillage_legacy_4_name_alternate
	}
}
HthGetPillage5Name = {
	type = character

	text = {
		trigger = {
			has_game_rule = hth_historical
		}
		localization_key = hth_fp1_pillage_legacy_5_name_historical
	}
	text = {
		trigger = {
			OR = {
				has_game_rule = hth_alternate
				has_game_rule = hth_elder_kings
			}
		}
		localization_key = hth_fp1_pillage_legacy_5_name_alternate
	}
}