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

# AI Tlaloc shouldn't be attempting to raise foreign relations.
HRD_having_a_bad_day = {
	allowed = {
		NOT = {
			original_tag = HRD
		}
	}

	enable = {
		always = yes
	}

	abort = { always = no }

	reversed = yes

	ai_strategy = {
		type = antagonize
		id = HRD
		value = 800
	}
}

HRD_tlaloc_cant_protect_you_now = {
	allowed = {
		is_neighbor_of = HRD
	}

	enable = {
		TLA = {
			country_exists = no
		}
	}

	abort = {
		has_war = yes
	}

	reversed = yes

	ai_strategy = {
		type = conquer
		id = HRD
		value = 800
	}
}