Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_ben.3 替换乌扎马(贵族)

时间范围:1450.1.1 - 1500.1.1 (每月 1% 概率)

触发条件

  • 玩家国家必须拥有 benin 地区。

关键效果

  • 选项 A
    • 历史选项:否
    • 在首都,所有贵族阶层人口减少 5%。
    • 贵族阶层满意度大幅下降。
    • 正统性大幅增加。
    • 设置变量 ben_upset_nobility_flag
  • 选项 B
    • 历史选项:否
    • 稳定度小幅增加。

背景介绍: 此事件模拟了贝宁王国(BEN)在15世纪中后期,其统治阶层内部可能发生的权力结构调整。乌扎马(Uzama)是贝宁王国传统的世袭贵族议会,在王国政治中扮演重要角色。该事件可能反映了君主试图削弱或改革这一传统贵族势力,以加强中央王权,从而引发的内部政治抉择。

完整事件代码

flavor_ben.3 = { #Replacing the Uzama aka Nobles
	type = country_event
	title = flavor_ben.3.title
	desc = flavor_ben.3.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BEN
		from = 1450.1.1
		to = 1500.1.1
		monthly_chance = 1
	}

	trigger = {
		location:benin.owner ?= root
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:benin = {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_ben.3.a
		
		custom_tooltip = {
			text = ben_purge_non_innocent_nobles_tt
			capital ?= {
				every_pop = {
					limit = {
						pop_type = pop_type:nobles
					}
					add_pop_size = {
						value = pop_size
						multiply = -0.05
					}
				}
			}
		}

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}

		add_legitimacy = legitimacy_severe_bonus

		set_variable = ben_upset_nobility_flag
	}

	option = {
		name = flavor_ben.3.b
		
		add_stability = stability_mild_bonus
	}
}