feat(traits): add 12 custom death reasons and 15 nicknames
Add Mistborn-specific death reasons (Allomantic combat, Inquisitor execution, mist sickness, pewter drag, hemalurgic sacrifice, atium overdose, ashfall, koloss attack, Pits of Hathsin, rebellion, Lord Ruler's wrath, smoker failure). Add 15 custom nicknames (the Survivor, Ash Lord, Sliver of Infinity, the Ascendant, etc.). Suppress vanilla nicknames via replace_path to prevent immersion-breaking medieval titles. Full localization with lore descriptions for all entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,5 +21,6 @@ replace_path="common/decisions/dlc_decisions/fp_1"
|
||||
replace_path="common/decisions/dlc_decisions/fp_3"
|
||||
replace_path="common/decisions/dlc_decisions/mpo"
|
||||
replace_path="common/decisions/dlc_decisions/tgp"
|
||||
replace_path="common/nicknames"
|
||||
replace_path="history/provinces"
|
||||
path="mod/lords_of_ash"
|
||||
|
||||
@@ -0,0 +1,85 @@
|
||||
############################################
|
||||
# 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"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
############################################
|
||||
# Mistborn: The Final Empire - Custom Nicknames
|
||||
############################################
|
||||
|
||||
# Positive nicknames
|
||||
nick_the_survivor = {}
|
||||
nick_the_heir = {}
|
||||
nick_ash_lord = {}
|
||||
nick_the_ascendant = {}
|
||||
nick_the_inquisitor = { is_bad = yes }
|
||||
nick_keeper_of_ages = {}
|
||||
nick_the_liberator = {}
|
||||
nick_house_destroyer = { is_bad = yes }
|
||||
nick_steel_hand = {}
|
||||
nick_the_underground = {}
|
||||
nick_atium_king = {}
|
||||
nick_last_obligator = {}
|
||||
nick_new_emperor = {}
|
||||
|
||||
# Title-like prefix nicknames
|
||||
nick_sliver_of_infinity = { is_prefix = yes }
|
||||
nick_mistborn_of = { is_prefix = yes }
|
||||
@@ -21,4 +21,5 @@ replace_path="common/decisions/dlc_decisions/fp_1"
|
||||
replace_path="common/decisions/dlc_decisions/fp_3"
|
||||
replace_path="common/decisions/dlc_decisions/mpo"
|
||||
replace_path="common/decisions/dlc_decisions/tgp"
|
||||
replace_path="common/nicknames"
|
||||
replace_path="history/provinces"
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
l_english:
|
||||
|
||||
# ========== CUSTOM DEATH REASONS ==========
|
||||
|
||||
death_allomantic_combat:0 "Killed by Allomantic power"
|
||||
death_allomantic_combat_desc:0 "Struck down by the metallic arts — Pushed, Pulled, burned, or broken by an Allomancer's power. In the Final Empire, few deaths are as swift or as absolute."
|
||||
|
||||
death_inquisitor_execution:0 "Executed by a Steel Inquisitor"
|
||||
death_inquisitor_execution_desc:0 "Taken by the Canton of Inquisition and put to death. The Inquisitors do not ask questions they do not already know the answers to. Their spikes are the last thing their victims see."
|
||||
|
||||
death_mist_sickness:0 "Succumbed to the mists"
|
||||
death_mist_sickness_desc:0 "The mists took this one. Some who venture into the deepest mists sicken and waste away, their bodies failing as if the very air turned against them."
|
||||
|
||||
death_pewter_drag:0 "Died of pewter drag"
|
||||
death_pewter_drag_desc:0 "The pewter ran out, and the body remembered every wound it had been ignoring. Pewter drag — the Thug's final payment. The metal giveth strength, and in the end, the metal taketh it all back."
|
||||
|
||||
death_hemalurgic_sacrifice:0 "Sacrificed in a hemalurgic rite"
|
||||
death_hemalurgic_sacrifice_desc:0 "Killed with a spike through the heart so that another might steal their power. Hemalurgy demands a life for every gift. This one was the price."
|
||||
|
||||
death_atium_overdose:0 "Burned out by atium"
|
||||
death_atium_overdose_desc:0 "Burned too much atium, too fast. The god metal consumed them — their mind shattered by seeing too many futures at once, their body unable to contain the power of Preservation and Ruin."
|
||||
|
||||
death_ashfall:0 "Buried in ash"
|
||||
death_ashfall_desc:0 "The ashmounts care nothing for the affairs of mortals. When the ash falls heavy enough to bury fields and collapse roofs, some do not dig themselves out."
|
||||
|
||||
death_koloss_attack:0 "Torn apart by koloss"
|
||||
death_koloss_attack_desc:0 "Killed by koloss — massive, blue-skinned Hemalurgic creatures of mindless fury. They do not capture. They do not negotiate. They simply destroy."
|
||||
|
||||
death_pits_of_hathsin:0 "Perished in the Pits of Hathsin"
|
||||
death_pits_of_hathsin_desc:0 "Died in the crystalline caverns beneath the Pits of Hathsin, mining atium geodes in darkness and despair. The Pits are considered inescapable. Almost no one has ever proved that wrong."
|
||||
|
||||
death_rebellion:0 "Killed in the rebellion"
|
||||
death_rebellion_desc:0 "Struck down in the chaos of rebellion — noble or skaa, the uprising does not distinguish. When the oppressed rise, those who stood above them fall."
|
||||
|
||||
death_lord_ruler_wrath:0 "Destroyed by the Lord Ruler"
|
||||
death_lord_ruler_wrath_desc:0 "The Sliver of Infinity turned his attention upon this one, and that was the end of it. A thousand years of absolute power, and the Lord Ruler's wrath is as certain as the ash."
|
||||
|
||||
death_smoker_failure:0 "Exposed and eliminated"
|
||||
death_smoker_failure_desc:0 "The coppercloud failed — or was never there. A Seeker found the pulse, the Inquisitors followed it, and the hidden Allomancer was hidden no more."
|
||||
|
||||
# ========== CUSTOM NICKNAMES ==========
|
||||
|
||||
nick_the_survivor:0 "the Survivor"
|
||||
nick_the_heir:0 "the Heir"
|
||||
nick_ash_lord:0 "the Ash Lord"
|
||||
nick_sliver_of_infinity:0 "the Sliver of Infinity"
|
||||
nick_the_ascendant:0 "the Ascendant"
|
||||
nick_mistborn_of:0 "Mistborn of"
|
||||
nick_the_inquisitor:0 "the Inquisitor"
|
||||
nick_keeper_of_ages:0 "Keeper of Ages"
|
||||
nick_the_liberator:0 "the Liberator"
|
||||
nick_house_destroyer:0 "the House Destroyer"
|
||||
nick_steel_hand:0 "the Steel Hand"
|
||||
nick_the_underground:0 "the Underground"
|
||||
nick_atium_king:0 "the Atium King"
|
||||
nick_last_obligator:0 "the Last Obligator"
|
||||
nick_new_emperor:0 "the New Emperor"
|
||||
Reference in New Issue
Block a user