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_ven.34 修订《总督誓约》

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

触发条件

  • 国家为共和国政府类型
  • 国家稳定度 ≥ 30
  • 国家拥有统治者

关键效果

  • 选项 A(历史选项)
    • 解锁政府改革:promissione_ducale_reform
    • 社会价值观“中央集权 vs 地方分权”大幅向左移动(趋向中央集权)
  • 选项 B
    • 获得少量政府权力加成
    • 社会价值观“中央集权 vs 地方分权”大幅向右移动(趋向地方分权)

背景介绍: 该事件模拟了15世纪威尼斯共和国修订《总督誓约》的历史进程。《总督誓约》是威尼斯总督就职时宣誓遵守的法律文件,规定了其权力与义务。在1400年至1500年间,威尼斯通过修订此誓约,进一步明确了总督与贵族议会之间的权力平衡,旨在加强政治稳定与制度约束,反映了共和国在鼎盛时期对内部治理结构的调整与巩固。

完整事件代码

flavor_ven.34 = { # Revising the Promissione Ducale
	type = country_event
	title = flavor_ven.34.title
	desc = flavor_ven.34.desc

	historical_info = flavor_ven.34.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 1
	}

	trigger = {
		government_type = government_type:republic
		stability >= 30
		has_ruler = yes
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_ven.34.a
		historical_option = yes
		unlock_government_reform_effect = { type = promissione_ducale_reform }
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}
	}

	option = {
		name = flavor_ven.34.b
		add_government_power = government_power_mild_bonus
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_right
		}
	}
}