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.82 威尼斯法规

时间范围:1360.1.1 - 1390.1.1(每月 1% 概率)

触发条件

  • 国家控制威尼斯地区(location:venice)。
  • 国家拥有统治者(has_ruler = yes)。

关键效果

  • 选项 A(历史选项)
    • 大幅增加共和传统(republican_tradition_severe_bonus)。
    • 大幅降低稳定度(stability_severe_penalty)。
    • 轻微提升教士阶层满意度(estate_satisfaction_mild_bonus)。
    • 社会价值观显著向“去中心化”方向移动(societal_value_large_move_to_left)。
    • 社会价值观轻微向“创新”方向移动(societal_value_minor_move_to_right)。
  • 选项 B
    • 大幅减少共和传统(republican_tradition_severe_penalty)。
    • 大幅增加稳定度(stability_severe_bonus)。
    • 社会价值观显著向“中央集权”方向移动(societal_value_large_move_to_right)。
    • 社会价值观轻微向“传统”方向移动(societal_value_minor_move_to_left)。

背景介绍: 在14世纪中后期,威尼斯共和国面临着内部治理与权力平衡的关键时刻。这一时期,威尼斯可能通过颁布或修订一系列法规(Statutes)来明确其共和体制的运行规则、界定贵族与教士等阶层的权利,并确立国家在集权与自治、传统与革新之间的发展方向。这一事件反映了威尼斯在巩固其独特的寡头共和政体过程中所面临的根本性抉择。

完整事件代码

flavor_ven.82 = { #The Venetian Statutes
	type = country_event
	title = flavor_ven.82.title
	desc = flavor_ven.82.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1360.1.1
		to = 1390.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:venice
		has_ruler = yes
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_ven.82.a
		historical_option = yes
		add_republican_tradition = republican_tradition_severe_bonus
		add_stability = stability_severe_penalty
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_minor_move_to_right
		}
	}

	option = {
		name = flavor_ven.82.b
		add_republican_tradition = republican_tradition_severe_penalty
		add_stability = stability_severe_bonus
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_right
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_minor_move_to_left
		}
	}
}