﻿### This file exists only to clean up the error.log file. These legacies are not used in game.

ce1_legitimacy_legacy_1 = { # Sons of our Fathers
	legacy = hth_legacy_track
	can_be_picked = { 
		is_ai = no
	}
	character_modifier = {
		county_opinion_add = 5
		monthly_county_control_growth_add = 0.1
	}
	ai_chance = {
		value = 11
		if = {
			limit = {
				dynasty = {
					dynasty_prestige_level >= high_dynasty_prestige_level
				}
			}
			multiply = 10
		}
		if = {
			limit = {
				can_start_new_legacy_track_trigger = no
			}
			multiply = 0
		}
	}
}
ce1_legitimacy_legacy_2 = { # Lasting Line
	legacy = hth_legacy_track
	can_be_picked = { 
		is_ai = no
	}
	effect = {
		custom_description_no_bullet = { text = ce1_legitimacy_legacy_2_effect }
	}
}
ce1_legitimacy_legacy_4 = { # Divine Mandate
	legacy = hth_legacy_track
	can_be_picked = { 
		is_ai = no
	}
	effect = {
		custom_description_no_bullet = { text = ce1_legitimacy_legacy_4_effect }
	}
}