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_maj.29] 文化繁荣

时间范围:1337.1.1 - 1821.1.1(每月 10% 概率触发)

触发条件

  • 国家已接纳“文艺复兴”思潮。
  • 国家当前没有任何活跃的灾难。
  • 国家拥有至少 3 位艺术家。

关键效果

  • 选项 A (flavor_maj.29.a):
    • 为所属文化添加“极端增益”级别的文化传统。
  • 选项 B (flavor_maj.29.b):
    • 为所属文化添加“显著增益”级别的文化影响力。

背景介绍: 随着文艺复兴思潮的传播,社会氛围变得开放,艺术与知识受到前所未有的推崇。当国家拥有足够数量的艺术家,且社会政治环境稳定时,便可能迎来一个文化蓬勃发展的黄金时期。此事件反映了在理想条件下,国家文化可能实现的飞跃性成长。

完整事件代码

flavor_maj.29 = {
	type = country_event
	title = flavor_maj.29.title
	desc = flavor_maj.29.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAJ
		from = 1337.1.1
		to = 1821.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	trigger = {
		has_embraced_institution = institution:renaissance
		NOT = { has_any_active_disaster = yes }
		num_artists >= 3
	}

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

	option = {
		name = flavor_maj.29.a

		culture = {
			add_cultural_tradition = cultural_tradition_extreme_bonus
		}
	}

	option = {
		name = flavor_maj.29.b

		culture = {
			add_cultural_influence = cultural_influence_severe_bonus
		}
	}
}