﻿# Age visibility bindings retained separately from the live objective, reward,
# and Golden Age actions in ve_era_momentum.txt.
ve_age_1 = {
	scope = country
	is_shown = {
		NOT = {
			has_global_variable = ve_age_2_started
			has_global_variable = ve_age_3_started
		}
		has_global_variable = ve_age_1_started
	}
}

ve_age_2 = {
	scope = country
	is_shown = {
		NOT = {
			has_global_variable = ve_age_1_started
			has_global_variable = ve_age_3_started
		}
		has_global_variable = ve_age_2_started
	}
}

ve_age_3 = {
	scope = country
	is_shown = {
		NOT = {
			has_global_variable = ve_age_1_started
			has_global_variable = ve_age_2_started
		}
		has_global_variable = ve_age_3_started
	}
}
