# befriend
# conquer
# antagonize
# build_ship
# build_army
# unit_ratio
# build_building
# research_tech
# garrison
# protect
# influence
NCN_unit_production = {
allowed = {
		original_tag = NCN
	}
	enable = {
		always = yes
	}
	abort = { always = no }
	ai_strategy = {
		type = unit_ratio
		id = fighter
		value = 10
	}
	ai_strategy = {
		type = unit_ratio
		id = cas
		value = 15
	}
		ai_strategy = {
		type = role_ratio
		id = infantry
		value = 90
	}
	ai_strategy = {
		type = role_ratio
		id = mechanized
		value = 30
	}
	ai_strategy = {
		type = role_ratio
		id = support_robot
		value = 20
	}

	
}
	

NCN_white_legs_threat = {
	allowed = {
		original_tag = NCN
	}
	enable = {
		NOT = { is_ally_with = WHT }
	}
	abort_when_not_enabled = yes

	ai_strategy = {
		type = antagonize
		id = WHT
		value = 100
	}
}

NCN_mormon_missions = {
	allowed = {
		OR = {
			original_tag = CRZ
			original_tag = DEA
			original_tag = LON
			original_tag = SOR
			original_tag = TAR
			original_tag = UIN
			original_tag = CLK
			original_tag = NCR
			original_tag = TTM
			original_tag = SHO
			original_tag = VLT
			original_tag = DES
		}
	}
	enable = {
		has_idea = ncn_idea_mormon_mission
		NOT = { is_ally_with = WHT }
	}
	enable_reverse = {
		NCN = { NOT = { has_war = yes } }
	}
	reversed = yes
	abort_when_not_enabled = yes

	ai_strategy = {
		type = support
		id = NCN
		value = 140
	}
	ai_strategy = {
	type = send_lend_lease_desire
	id = NCN
	value = 160
}

ai_strategy = {
	type = send_volunteers_desire
	id = NCN
	value = 160
	}	
}

NCN_defend_missions_against_WHT = {
	allowed = {
		OR = {
			original_tag = CRZ
			original_tag = DEA
			original_tag = LON
			original_tag = SOR
			original_tag = TAR
			original_tag = UIN
		}
	}
	enable = {
		has_idea = ncn_idea_mormon_mission
		has_war_with = WHT
	}
	enable_reverse = {
		NCN = { NOT = { has_war = yes } }
	}
	reversed = yes
	abort_when_not_enabled = yes

	ai_strategy = {
		type = support
		id = NCN
		value = 200	# Stacks with above strategy for net 100 on support weights
	}
	ai_strategy = {
		type = befriend
		id = NCN
		value = 50
	}
	ai_strategy = {
		type = diplo_action_desire
		id = NCN
		value = 100
		target = non_aggression_pact
	}
		ai_strategy = {
	type = send_lend_lease_desire
	id = NCN
	value = 300
}

ai_strategy = {
	type = send_volunteers_desire
	id = NCN
	value = 300
}
	
}
