decisions = {
	
	scmr_scepter_bon_fylkir = {
	
		ai = no
		potential = {
            has_character_flag = cheats_enabled
			has_character_flag = show_mnm_artifact
            has_character_flag = show_high_artifact_hf
		}

		allow = {
			NOT = { has_artifact = scepter_bon_fylkir }
		}

		effect = {
			if = {
				limit = {
					any_character = {
						has_artifact = scepter_bon_fylkir
					}
				}	
				random_character = {
					limit = {
						has_artifact = scepter_bon_fylkir
					}
					random_artifact = {
						limit = {
							artifact_type = scepter_bon_fylkir
						}
						transfer_artifact = { from = PREV to = ROOT } 
					}
				}
			}
			else = {
				add_artifact = scepter_bon_fylkir
				new_artifact = { 
					set_creation_date = 1.1.1
				}
			}
		}
	}
	
}