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_nov.108 废除波萨德尼克制度

时间范围

1478.1.1 - 1530.1.1,每月有 10% 的概率触发。

触发条件

  • 国家拥有统治者。
  • 名为 ontsifor_lukinich 的人物存在。
  • 国家已采用政府改革 expanded_posadnichestvo_office(扩展的波萨德尼克官职)。
  • 人物 ontsifor_lukinich 已死亡。
  • 国家稳定度高于 50。
  • 国家未处于战争状态。

关键效果

选项 A:是时候摆脱这些腐败的官职了

  • 获得巨额的共和传统加成。
  • 社会价值观向“集权化”方向发生巨大转变。
  • 获得巨额的稳定度加成。
  • 贵族阶层满意度遭受激进的惩罚。
  • 移除政府改革 expanded_posadnichestvo_office
  • 锁定政府改革效果 expanded_posadnichestvo_office

选项 B:保留波萨德尼克制度

  • 社会价值观向“分权化”方向发生转变。
  • 遭受巨额的稳定度惩罚。
  • 贵族阶层满意度获得激进的加成。

背景介绍

在诺夫哥罗德共和国,波萨德尼克(Posadnik)是重要的民选行政长官,其制度是共和国政治体系的核心。随着莫斯科公国的崛起和中央集权趋势的加强,诺夫哥罗德内部关于是否维持这一传统的地方分权制度产生了激烈争论。特别是在关键人物昂齐福尔·卢基尼奇去世后,改革派认为该制度已变得腐败且效率低下,主张废除它以加强中央权威;而保守派则希望保留这一代表诺夫哥罗德共和传统的制度,以维护贵族阶层的特权和地方自治。

完整事件代码

flavor_nov.108 = { # Abolishment of the Posadnikdom
	type = country_event
	title = flavor_nov.108.title
	desc = flavor_nov.108.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NOV
		from = 1478.1.1
		to = 1530.1.1
		monthly_chance = 10
	}

	trigger = {
		has_ruler = yes
		exists = character:ontsifor_lukinich
		has_reform = government_reform:expanded_posadnichestvo_office
		character:ontsifor_lukinich ?= {
			is_alive = no
		}
		stability > 50
		at_war = no
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
			save_scope_as = our_ruler
		}
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	option = { # it is time we rid ourselves of these corrupted offices
		name = flavor_nov.108.a
		add_republican_tradition = republican_tradition_extreme_bonus
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_huge_move_to_left }
		add_stability = stability_severe_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_radical_penalty }
		remove_reform = government_reform:expanded_posadnichestvo_office
		lock_government_reform_effect = { type = expanded_posadnichestvo_office }
	}
	option = { # Retain the Posadnikdom
		name = flavor_nov.108.b
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
		add_stability = stability_severe_penalty
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_radical_bonus }
	}
}