### AI weight for archaeo components

ai_weight = {
	weight = 0
	modifier = {
		add = @T5_weight
		owner = { has_ascension_perk = ap_archaeoengineers }
	}
	modifier = {
		factor = 0.0
		owner = {
			has_monthly_income = {
				resource = minor_artifacts
				value < 3
			}
		}
	}
	modifier = {
		factor = 1.3
		owner = {
			resource_stockpile_compare = {
				resource = minor_artifacts
				value > 250
			}
		}
	}
	modifier = {
		factor = $MULTIPLIER$
		from = {
			has_stealth_ship_role = yes
		}
	}
}