############################################
# Mistborn: The Final Empire - Artifact Types
# Metallic Arts equipment and iconic items
############################################

# Mistcloak — the iconic tasseled cloak worn by Mistborn
# Strips of cloth that blur the wearer's silhouette in the mists
mistcloak = {
	slot = regalia
	required_features = { mistcloak_material }
	optional_features = {
		mistcloak_decoration
		decoration_pattern
	}
}

# Metal Vial Set — bandolier or case of Allomantic metal vials
# Essential equipment for any practicing Allomancer
metal_vial_set = {
	slot = miscellaneous
	required_features = { vial_set_material }
	optional_features = {
		vial_set_decoration
		decoration_pattern
	}
}

# Glass Daggers — obsidian/glass weapons invisible to Allomantic senses
# Cannot be Pushed or Pulled by Coinshots or Lurchers
glass_daggers = {
	slot = primary_armament
	required_features = { glass_blade_material }
	optional_features = {
		glass_blade_decoration
		decoration_pattern
	}
}

# Dueling Canes — noble wooden sparring weapons used at balls
# The weapon of choice for noble duels in the Final Empire
dueling_canes = {
	slot = primary_armament
	required_features = { cane_material }
	optional_features = {
		cane_decoration
		decoration_pattern
	}
}

# Koloss Sword — massive crude blade torn from a fallen koloss
# Devastating but unwieldy; only the strongest can lift one
koloss_sword = {
	slot = primary_armament
	required_features = { koloss_blade_material }
}

# Coppermind — a Feruchemical metalmind storing memories
# Used by Terris Keepers to preserve forbidden knowledge
coppermind = {
	slot = miscellaneous
	required_features = { metalmind_material }
	optional_features = {
		metalmind_decoration
		decoration_pattern
	}
	can_reforge = no
}

# Metalmind Set — a collection of Feruchemical metalminds
# Bracelets, rings, earrings, and armbands for storing attributes
metalmind_set = {
	slot = regalia
	required_features = { metalmind_material }
	optional_features = {
		metalmind_decoration
		decoration_pattern
	}
}

# Atium Bracers — the Lord Ruler's personal atium metalminds
# The source of his Compounding immortality; unique legendary artifact
atium_bracers = {
	slot = regalia
	required_features = { atium_material }
	can_reforge = no
}

# Inquisitor Spike Set — Hemalurgic spikes through the eyes
# The terrifying signature of the Steel Inquisitors
inquisitor_spike_set = {
	slot = helmet
	required_features = { spike_material }
	can_reforge = no
}
