#########
#Plus Artifacts:
#
#achilles_spear - ancient_spartan_sword - crown_celtic_fylkir
#
#Total = 2
#########

#Achilles_Spear
achilles_spear = {
	picture = "GFX_spear_of_destiny"
	slot = weapon
	flags = { hellenic_pagan_group very_rare troops_morale }

	quality = 5
	stacking = no

	active = {
		religion_openly_hellenic_or_reformed_trigger = yes
	}

	allowed_gift = {
		religion_openly_hellenic_or_reformed_trigger = yes
	}

	command_modifier = {
		morale_offence = 0.2
		morale_defence = 0.2
	}

	martial = 1
	monthly_character_prestige = 0.3
	same_religion_opinion = 5
}

#Spartan Sword
ancient_spartan_sword = {
	picture = "GFX_sword_rusty"
	slot = ceremonial_weapon
	flags = { weapon hellenic_pagan_group }

	quality = 2

	active = {
		OR = {
			religion_openly_hellenic_or_reformed_trigger = yes
			culture_group = byzantine
		}
	}

	allowed_gift = {
		OR = {
			religion_openly_hellenic_or_reformed_trigger = yes
			culture_group = byzantine
		}
	}

	monthly_character_prestige = 0.5
}

# Celtic pagan
#####

# Crown of Oak
crown_celtic_fylkir = {
	picture = "GFX_crown_fylkir"
	slot = crown
	flags = { religious unique crown jewelry crown_jewel }

	indestructible = yes
	quality = 4
	stacking = no

	active = {
		has_landed_title = d_celtic_pagan_reformed
	}

	allowed_gift = {
		always = no
	}

	monthly_character_prestige = 0.4
	monthly_character_piety = 0.7
	stewardship = 2
	martial = 2
	tribal_opinion = 10
}

# Egyptian pagan

# Uraeus
crown_egyptian_fylkir = {
	picture = "GFX_crown_zun_fylkir"
	slot = crown
	flags = { religious unique crown jewelry crown_jewel }

	indestructible = yes
	quality = 4
	stacking = no

	active = {
		has_landed_title = d_egyptian_pagan_reformed
	}

	allowed_gift = {
		always = no
	}

	monthly_character_prestige = 0.4
	monthly_character_piety = 0.7
	stewardship = 2
	intrigue = 2
	tribal_opinion = 10
}