﻿aok_template = {
	can_equip = {
		has_trait = dragonborn
	}

	can_benefit = {
		has_trait = dragonborn
	}

	# if a given character does not pass the "can_benefit" trigger then this modifier will be applied instead.
	fallback = {
		court_grandeur_baseline_add = 6
		monthly_prestige = 0.25
		monthly_legitimacy_add = 0.5
	}

	unique = yes
}

crown_verity_template = {
	can_equip = {
		custom_tooltip = {
			text = crown_verity_tooltip
			has_character_modifier = verity_worthy
		}
	}

	can_benefit = {
		custom_tooltip = {
			text = crown_verity_tooltip
			has_character_modifier = verity_worthy
		}
	}

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

	unique = yes
}


harkons_sword_template = {
	can_equip = {
		is_vampire = yes
	}

	can_benefit = {
		is_vampire = yes
	}

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

	unique = yes
}