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.33 威尼斯狂欢节

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

触发条件

  • 国家处于和平状态(at_war = no
  • 国家稳定度不低于 30(stability >= 30
  • 国家拥有威尼斯地区(owns = location:venice

关键效果

  • 选项: flavor_ven.33.a
    • 为文化添加一项弱增益的文化传统(add_cultural_tradition = cultural_tradition_weak_bonus
    • 为威尼斯地区中所有属于本国的民众提供一次性的严重满意度增益(add_pop_satisfaction = pop_satisfaction_severe_bonus

背景介绍
威尼斯狂欢节是文艺复兴时期威尼斯共和国的一项重要文化活动,通常在每年冬季至春季期间举行。这一盛大的节日不仅展示了威尼斯的艺术与奢华,也强化了社会凝聚力与文化认同,成为共和国软实力的象征。事件反映了和平与稳定时期,国家通过举办大型庆典来提升民众幸福感与文化影响力的历史情境。

完整事件代码

flavor_ven.33 = { # The Venetian Carnival
	type = country_event
	title = flavor_ven.33.title
	desc = flavor_ven.33.desc

	historical_info = flavor_ven.33.historical_info

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

	illustration_tags = {
        10 = happy
        10 = exterior
    }

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

	trigger = {
		at_war = no
		stability >= 30
		owns = location:venice
	}

	option = {
		name = flavor_ven.33.a
		culture = {
			add_cultural_tradition = cultural_tradition_weak_bonus
		}
		custom_tooltip = {
			text = flavor_ven.33.a.tt
			location:venice = {
				every_pop = {
					limit = {
						owner = root
					}
					add_pop_satisfaction = pop_satisfaction_severe_bonus
				}
			}
		}
	}
}