﻿fp1_adventure_legacy_track = {
	is_shown = {
		has_dlc_feature = the_northern_lords
		OR = {
			has_game_rule = hth_adventure_legacy_track_available_all
			dynasty = {
				OR = {
					dynast = {
						culture = {
							OR = {
								this = culture:norse
								any_parent_culture_or_above = {
									this = culture:norse
								}
							}
						}
					}
					has_dynasty_perk = fp1_adventure_legacy_1
				}
			}
		}
	}
}
fp1_pillage_legacy_track = {
	is_shown = {
		has_dlc_feature = the_northern_lords
		OR = {
			has_game_rule = hth_pillage_legacy_track_available_all
			dynasty = {
				OR = {
					dynast = {
						culture = {
							OR = {
								this = culture:norse
								any_parent_culture_or_above = {
									this = culture:norse
								}
							}
						}
					}
					has_dynasty_perk = fp1_pillage_legacy_1
				}
			}
		}
	}
}
