﻿house_signet_template = {
	can_equip = {}

	# can this character benefit from the full modifiers of the artifact?
	can_benefit = {
		scope:artifact = { exists = var:signet_house }
		house = scope:artifact.var:signet_house
	}

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