GBB_german_ally = {
	allowed = {
		original_tag = GBB
	}
	enable = {
		country_exists = GEM
	}
	abort = {
		NOT = { country_exists = GEM }
	}

	ai_strategy = {
		type = befriend
		id = GEM
		value = 200
	}
	ai_strategy = {
		type = alliance
		id = GEM
		value = 200
	}
}
GBB_apes_together_strong = {
	allowed = {
		original_tag = GBB
	}
	enable = {
		has_war = no
	}
	abort = {
		NOT = {
			country_exists = NEG
		}
	}
	
	ai_strategy = {
		type = send_volunteers_desire
		id = "NEG"
		value = 500
	}
	ai_strategy = {
		type = support
		id = "NEG"
		value = 200
	}
}