﻿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
}