﻿# cow_holy_site_duplicate_trigger
# barony_is_hist_vanilla_cow_university_trigger
# has_cow_metropolis_barony_selected
# has_cow_eligble_barony_in_county
# has_cow_correct_metropolis_stage_trigger
# cow_is_king_or_emperor

cow_holy_site_duplicate_trigger = {
	global = COW_HOLY_SITE_BUILDING_DUPLICATE
}

barony_is_hist_vanilla_cow_university_trigger = {
	global = IS_VANILLA_UNIVERSITY_PROVINCE
}

has_cow_metropolis_barony_selected = {
	first_not = NOT_I_HAVE_COW_METROPOLIS_BARONY_SELECTED
}

has_cow_eligble_barony_in_county = {
	first = I_HAVE_COW_ELIGBLE_BARONIES_COUNTY
}

has_cow_correct_metropolis_second_stage_trigger = {
	first = I_HAVE_CORRECT_METROPOLIS_2ND_STAGE_IN_PROVINCE
}

has_cow_correct_metropolis_fourth_stage_trigger = {
	first = I_HAVE_CORRECT_METROPOLIS_4TH_STAGE_IN_PROVINCE
}

cow_does_not_hold_too_many_metropolises_1_max_trigger = {
	first = I_HAVE_TOO_MANY_COW_METROPOLISES_1_MAX
}

cow_does_not_hold_too_many_metropolises_3_max_trigger = {
	first = I_HAVE_TOO_MANY_COW_METROPOLISES_3_MAX
}

cow_does_not_hold_too_many_metropolises_5_max_trigger = {
	first = I_HAVE_TOO_MANY_COW_METROPOLISES_5_MAX
}

cow_metropolis_buildings_disabled_trigger = {
	first = COW_METROPOLIS_BUILDINGS_ARE_DISABLED
}

barony_has_hist_cow_great_walls_trigger = {
	first = BARONY_IS_HISTORICAL_GREAT_WALLS_PROVINCE_COW
}

barony_has_hist_cow_grand_fortress_trigger = {
	first = BARONY_IS_HISTORICAL_FORTRESS_PROVINCE_COW
}

cow_holder_is_lunatic_or_possessed_trigger = {
	first = HOLDER_IS_LUNATIC_OR_POSSESSED_COW
}

cow_is_king_or_emperor = {
	global = COW_I_MUST_BE_KING_OR_EMPEROR
	global_not = COW_I_AM_NOT_KING_OR_EMPEROR
	first = COW_I_MUST_BE_KING_OR_EMPEROR
	first_not = COW_I_AM_NOT_KING_OR_EMPEROR
}

cow_metropolis_civic_divine_right = {
	first = COUNTY_MUST_HAVE_DEVELOPMENT_OR_DIVINE_RIGHT
}

cow_metropolis_military_machicolations = {
	first = COUNTY_MUST_HAVE_DEVELOPMENT_OR_MACHICOLATIONS
}

cow_metropolis_civic_renaissance = {
	first = COUNTY_MUST_HAVE_DEVELOPMENT_OR_RENAISSANCE
}

cow_metropolis_civic_cranes = {
	first = COUNTY_MUST_HAVE_DEVELOPMENT_OR_CRANES
}