############################################
# Mistborn Mod - Character and Province Modifiers
############################################

# === CHARACTER MODIFIERS ===

# Compounding - combining Allomancy and Feruchemy on the same metal
# Absurdly powerful, near-immortality levels of strength
compounder_modifier = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	prowess = 10
	martial = 5
	diplomacy = 3
	intrigue = 3
	learning = 3
	health = 3
	fertility = 0.5
}

# Favor from the Steel Ministry - rewards for loyal service
steel_ministry_favor = {
	icon = "gfx/interface/icons/modifiers/modifier_steel_ministry_favor.dds"

	monthly_prestige = 0.5
	diplomacy = 2
}

# Displeasure from the Steel Ministry - punishment for disloyalty
steel_ministry_displeasure = {
	icon = "gfx/interface/icons/modifiers/modifier_steel_ministry_displeasure.dds"

	monthly_prestige = -1
	diplomacy = -3
	same_faith_opinion = -10
}

# Breeding program for Allomantic bloodlines
breeding_for_allomancy_modifier = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	monthly_dynasty_prestige_mult = 0.1
	fertility = 0.15
}

# === TIERED LORD RULER ATTENTION ===
# Applied/removed by the attention threshold system in on_actions

# Tier 1 - Obligator bureaucrats start paying close attention
lord_ruler_attention_1 = {
	icon = "gfx/interface/icons/modifiers/modifier_lord_ruler_attention.dds"

	monthly_prestige = -0.3
	diplomacy = -1
}

# Tier 2 - Steel Inquisitors investigate personally
lord_ruler_attention_2 = {
	icon = "gfx/interface/icons/modifiers/modifier_lord_ruler_attention.dds"

	monthly_prestige = -0.5
	diplomacy = -2
	intrigue = -2
}

# Tier 3 - The Lord Ruler himself takes notice
lord_ruler_attention_3 = {
	icon = "gfx/interface/icons/modifiers/modifier_lord_ruler_attention.dds"

	monthly_prestige = -1
	diplomacy = -4
	intrigue = -4
	martial = -2
	enemy_hostile_scheme_success_chance_add = 20
}

# === HEMALURGY MODIFIERS ===

# Ruin's influence through Hemalurgic spikes
ruin_influence = {
	icon = "gfx/interface/icons/modifiers/modifier_lord_ruler_attention.dds"

	intrigue = 2
	diplomacy = -3
	stress_gain_mult = 0.3
	health = -0.5
}

# Steel Inquisitor - multiple Hemalurgic spikes grant tremendous power
steel_inquisitor_power = {
	icon = "gfx/interface/icons/modifiers/modifier_lord_ruler_attention.dds"

	prowess = 20
	martial = 5
	intrigue = 5
	diplomacy = -5
	attraction_opinion = -30
	health = 2
	dread_baseline_add = 50
}

# === FERUCHEMY MODIFIERS ===

# Keeper of Terris — preserves knowledge in copperminds
keeper_of_terris = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	learning = 2
	monthly_piety = 0.5
}

# First Metalmind — temporary bonus from first Feruchemical storage
first_metalmind_strength = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	prowess = 2
}

first_metalmind_memories = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	learning = 2
}

first_metalmind_health = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	health = 0.5
}

# === SAVANT MODIFIERS ===

# Savant power surge — temporary enhanced abilities from uncontrolled metal-burning
savant_power_surge = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	prowess = 5
	martial = 2
	health = -0.5
}

# === DYNASTY/POLITICAL MODIFIERS ===

# Elevated to Great House status by the Lord Ruler
great_house_status = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	monthly_prestige = 1
	diplomacy = 2
	monthly_dynasty_prestige_mult = 0.2
}

# Character holds a cache of atium
atium_supply = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	monthly_prestige = 0.3
	prowess = 3
	intrigue = 1
}

# === METAL SUPPLY MODIFIERS ===

# Character has a well-stocked metal supply for their Allomantic powers
metal_reserves_abundant = {
	icon = "gfx/interface/icons/modifiers/modifier_metal_reserves.dds"

	prowess = 3
	martial = 1
	intrigue = 1
}

# Metal supplies running low — anxiety and reduced effectiveness
metal_reserves_low = {
	icon = "gfx/interface/icons/modifiers/modifier_metal_reserves.dds"

	prowess = -2
	martial = -1
	monthly_prestige = -0.1
	stress_gain_mult = 0.1
}

# Out of metals entirely — Allomantic abilities effectively offline
metal_reserves_depleted = {
	icon = "gfx/interface/icons/modifiers/modifier_metal_reserves.dds"

	prowess = -5
	martial = -3
	intrigue = -2
	monthly_prestige = -0.3
}

# Character holds a reserve of atium
atium_reserve = {
	icon = "gfx/interface/icons/modifiers/modifier_compounder.dds"

	prowess = 5
	monthly_prestige = 0.3
}

# === PROVINCE MODIFIERS ===

# Ash blight devastating the land
ash_blight = {
	icon = "gfx/interface/icons/modifiers/modifier_ash_blight.dds"

	development_growth_factor = -0.2
	tax_mult = -0.1
}

# Koloss rampage through the county
koloss_rampage = {
	icon = "gfx/interface/icons/modifiers/modifier_koloss_rampage.dds"

	county_opinion_add = -30
	development_growth_factor = -0.5
}

# Brutal repression of a skaa uprising
brutal_repression = {
	icon = "gfx/interface/icons/modifiers/modifier_koloss_rampage.dds"

	county_opinion_add = -20
	development_growth_factor = -0.3
}
