wrs_conquer_germany = {
	allowed = {
		original_tag = WRS
	}
	enable = {
		focus_progress = {
			focus = WRS_zhukov_train_7
			progress > 0.01
		}
		country_exists = GER
	}

	abort = {
		NOT = {
			GER = { has_government = fascism }
		}
	}

	ai_strategy = {
		type = conquer
		id = GER
		value = 2000
	}
}