# befriend
# conquer
# antagonize
# build_ship
# build_army
# unit_ratio
# build_building
# research_tech
# garrison
# protect
# influence
# send_volunteers_desire
	

support = {
	enable = {
		original_tag = BLR
        has_government = democratic
		UKR = { has_government = democratic has_war = yes }

	}
	abort = {
 		has_war = yes
		UKR = { has_war = no }
	}
	
	ai_strategy = {
		type = protect
		id = "UKR"
		value = 50
	}
	ai_strategy = {
		type = support
		id = "UKR"
		value = 50
	}
}

BLR_build_early_mil = {
	allowed = {
		original_tag = BLR
	}
	enable = {
		date > 1937.01.01
		has_war = no
	}
	
	abort_when_not_enabled = yes
	
	ai_strategy = {
		type = building_target
		id = arms_factory
		value = 50
	}
}

BLR_the_soviet_threat = {
	enable = {
		original_tag = BLR
		is_historical_focus_on = yes
		date > 1939.1.1
	}

	abort = {
		OR = {
			is_in_faction_with = SOV
			is_guaranteed_by = SOV
			has_guaranteed = SOV
			has_non_aggression_pact_with = SOV
		}
	}

	ai_strategy = {
		type = prepare_for_war
		id = SOV	
		value = 200
	}	
}