﻿vs_blackfyre_template = {
	can_equip = {
		always = yes
	}
	can_benefit = {
		is_capable_adult = yes
	}
	fallback = {
		#always = yes
	}
	unique = yes
	ai_score = {
		value = 100
	}
}
vs_dark_sister_template = {
	can_equip = { always = yes }
	can_benefit = { is_capable_adult = yes }
	fallback = {
		#always = yes
	}
	unique = yes
	ai_score = {
		value = 100
	}
}
oblivion_sword_template = {
	can_equip = {
		always = yes
	}

	# can this character benefit from the full modifiers of the artifact?
	can_benefit = {
		is_capable_adult = yes
		dynasty = dynasty:dynn_Drace
	}

	# if a given character does not pass the "can_benefit" trigger then this modifier will be applied instead.
	fallback = {
		monthly_prestige = -2
	}

	unique = yes
}
valyrian_armour_template = {
	can_equip = {
		always = yes
	}
	
	# can this character benefit from the full modifiers of the artifact?
	can_benefit = {
		
	}

	# if a given character does not pass the "can_benefit" trigger then this modifier will be applied instead.
	fallback = {
		#always = yes
	}

	unique = yes
}
drace_armour_template = {
	can_equip = {
		always = yes
	}
	
	# can this character benefit from the full modifiers of the artifact?	
	can_benefit = {
		is_capable_adult = yes
		dynasty = dynasty:dynn_Drace
	}

	# if a given character does not pass the "can_benefit" trigger then this modifier will be applied instead.
	fallback = {
		vassal_opinion = -30
		monthly_dynasty_prestige_mult = -1
		monthly_prestige = -1
		attraction_opinion = -20
	}

	unique = yes
}