﻿############################################
# Mistborn: The Final Empire - Custom Death Reasons
############################################

# Killed by Allomantic power in combat or duel
death_allomantic_combat = {
	priority = 50
	icon = "death_combat.dds"
}

# Executed by a Steel Inquisitor
death_inquisitor_execution = {
	priority = 51
	icon = "death_execution.dds"
}

# Succumbed to the mists
death_mist_sickness = {
	natural_death_trigger = {
		has_character_modifier = mist_sickness
	}
	priority = 40
	icon = "death_natural.dds"
}

# Died of pewter drag — body gives out when pewter burn ends
death_pewter_drag = {
	natural_death_trigger = {
		has_trait = trait_misting_thug
		has_trait = trait_allomantic_savant
	}
	priority = 45
	icon = "death_natural.dds"
}

# Sacrificed in a hemalurgic rite
death_hemalurgic_sacrifice = {
	priority = 52
	icon = "death_execution.dds"
}

# Burned out by atium — too much power consumed
death_atium_overdose = {
	natural_death_trigger = {
		has_trait = trait_misting_oracle
	}
	priority = 44
	icon = "death_natural.dds"
}

# Buried in ash — ashfall disaster
death_ashfall = {
	priority = 41
	icon = "death_natural.dds"
}

# Torn apart by koloss
death_koloss_attack = {
	priority = 53
	icon = "death_combat.dds"
}

# Perished in the Pits of Hathsin
death_pits_of_hathsin = {
	priority = 42
	icon = "death_natural.dds"
}

# Killed in a skaa rebellion
death_rebellion = {
	priority = 48
	icon = "death_combat.dds"
}

# Destroyed by the Lord Ruler's wrath
death_lord_ruler_wrath = {
	priority = 55
	icon = "death_execution.dds"
}

# Coppercloud dropped — discovered and eliminated
death_smoker_failure = {
	priority = 47
	icon = "death_murder.dds"
}
