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.71 大议会问题

时间范围:1370.1.1 - 1450.1.1 (每月 5% 概率)

触发条件

  • 国家必须拥有一位统治者。
  • 满足以下条件之一:
    • 市民阶层 (burghers_estate) 的影响力 ≥ 50%。
    • 贵族阶层 (nobles_estate) 的影响力 ≥ 50%。

关键效果

  • 选项 A (历史选项)
    • 减少 10 点共和传统。
    • 贵族阶层满意度大幅下降。
    • 市民阶层满意度大幅提升。
  • 选项 B
    • 小幅提升国家稳定度。
    • 贵族阶层满意度大幅提升。
    • 市民阶层满意度大幅下降。

背景介绍: 该事件反映了威尼斯共和国在14至15世纪面临的政治结构挑战。大议会是威尼斯的核心权力机构,其成员资格和权力分配问题引发了贵族与新兴市民阶层(富商、银行家等)之间的持续博弈。贵族试图维持其传统特权和对议会的垄断,而经济实力日益壮大的市民阶层则要求获得更大的政治代表权和影响力。这一“大议会问题”深刻影响着威尼斯共和国的内部稳定和权力平衡。

完整事件代码

flavor_ven.71 = { #The Question of Concio
	hide_portraits = yes
	type = country_event
	title = flavor_ven.71.title
	desc = flavor_ven.71.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1370.1.1
		to = 1450.1.1
		monthly_chance = 5
	}

	historical_info = flavor_ven.71.historical_info

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	trigger = {
		has_ruler = yes
		OR = {
			"estate_power(estate_type:burghers_estate)" >= 0.50
			"estate_power(estate_type:nobles_estate)" >= 0.50
		}
	}

	option = {
		historical_option = yes
		name = flavor_ven.71.a
		add_republican_tradition = -10
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_bonus }
	}

	option = {
		name = flavor_ven.71.b
		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_bonus }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }
	}
}