RUS_war_caucasus_CAU = {
	enable = {
		tag = RUS
		has_war_with = CAU
	}

	abort = {
		tag = RUS
		NOT = { has_war_with = CAU }
	}

	ai_strategy = {
		type = invade
		id = "CAU"
		value = 100
	}

	ai_strategy = {
		type = conquer
		id = "CAU"
		value = 100
	}

	ai_strategy = {
		type = save_equipment
		id = infantry_equipment
		value = 100
	}
}

RUS_war_caucasus_CIR = {
	enable = {
		tag = RUS
		has_war_with = CIR
	}

	abort = {
		tag = RUS
		NOT = { has_war_with = CIR }
	}

	ai_strategy = {
		type = invade
		id = "CIR"
		value = 100
	}

	ai_strategy = {
		type = conquer
		id = "CIR"
		value = 100
	}

	ai_strategy = {
		type = save_equipment
		id = infantry_equipment
		value = 100
	}
}