decisions = {
	use_purple_living_bone_and_conynhaela = {
		potential = {
			has_artifact = purple_living_bone
			has_artifact = conynhaela
			OR = {
				trait = wounded
				is_maimed_trigger = yes
				trait = infirm
			}
		}
		effect = {
			character_event = { id = artifact.1011 }
		}
		ai_will_do = {
			factor = 1
			modifier = { factor = 0.01 }
		}
	}
}