# Content by Adam 'theStormWeaver/xirsoi' Chevalier

skull_of_brigid = {
	max_amount = 1
	spawn_date = 1.1.1

	spawn_chance = {
		value = 100
		modifier = {
			factor = 0
			NAND = {
				is_theocracy = yes
				religion = catholic
				any_demesne_title = {
					title = b_st_brigit
				}
			}
		}
	}

	weight = {
		value = 1
	}

	artifacts = {
		skull_of_brigid = {
			value = 1
		}
	}
}

torque_of_boudicca = {
	max_amount = 3
	spawn_date = 1.1.1

	spawn_chance = {
		value = 5
		modifier = {
			factor = 0
			NOT = {
				capital_scope = {
					region = world_europe_west_british_isles
				}
			}
		}
	}

	weight = {
		value = 10
		additive_modifier = {
			value = 10
			culture_group = celtic
		}
		additive_modifier = {
			value = 10
			OR = {
				culture = welsh
				culture = breton
			}
		}
	}
	
	artifacts = {
		torque_of_boudicca = {
			value = 1
		}
	}	
}