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.62 与大海的婚礼

时间范围:1337.1.1 - 1836.1.1(每月 1% 概率)

触发条件

  • 国家拥有威尼斯(Venice)地区。
  • 在威尼斯地区存在名为“bucentaur”的艺术品。
  • 国家拥有统治者。

关键效果

  • 选项 A (flavor_ven.62.a):
    • 增加少量稳定度。
    • 使社会价值观“传统主义 vs 创新”向左(传统主义方向)移动。
  • 选项 B (flavor_ven.62.b):
    • 增加少量威望。
    • 使社会价值观“传统主义 vs 创新”向右(创新方向)移动。

背景介绍: “与大海的婚礼”是威尼斯共和国一项古老而盛大的仪式,象征着威尼斯作为海洋共和国的身份与对亚得里亚海的统治权。每年,威尼斯总督会乘坐装饰华丽的“布森托尔”舰船驶向大海,并向海中投掷一枚戒指,以表示威尼斯与大海的“联姻”,祈求海上贸易的繁荣与国家的长治久安。此事件反映了威尼斯独特的海洋文化及其统治合法性的重要象征。

完整事件代码

flavor_ven.62 = { #The Marriage of the Sea
	type = country_event
	title = flavor_ven.62.title
	desc = flavor_ven.62.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		random_work_of_art = {
			limit = { this = work_of_art:bucentaur }
			save_scope_as = target_art
		}
	}

	trigger = {
		owns = location:venice
		location:venice = {
			any_work_of_art_in_location = {
				this = work_of_art:bucentaur
			}
		}
		has_ruler = yes
	}

	option = {
		name = flavor_ven.62.a
		add_stability = stability_mild_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
	}

	option = {
		name = flavor_ven.62.b
		add_prestige = prestige_mild_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}
}