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_ira.9] 艺术繁荣

时间范围:1400.1.1 - 1800.1.1(每月 5% 概率)

触发条件

  • 国家拥有超过10件艺术品 (num_works_of_art > 10)
  • 国家拥有超过10位艺术家 (num_artists > 10)
  • 国家未处于破产状态 (is_during_bankruptcy = no)
  • 国家月度收支为正 (monthly_balance > 0)

关键效果

  • 选项 A (flavor_ira.9.a):
    • 获得大量威望 (add_prestige = prestige_severe_bonus)
    • 文化方面获得:
      • 大量文化影响力 (add_cultural_influence = cultural_influence_severe_bonus)
      • 大量文化传统 (add_cultural_tradition = cultural_tradition_severe_bonus)

背景介绍: 此事件模拟了国家在艺术领域达到繁荣鼎盛时期的景象。当国家积累了大量的艺术品和艺术家人才,并且财政状况稳定时,艺术创作和文化活动蓬勃发展,极大地提升了国家的文化声望和影响力,标志着一段文化黄金时代的到来。

完整事件代码

flavor_ira.9 = {
	type = country_event
	title = flavor_ira.9.title
	desc = flavor_ira.9.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = IRA
		from = 1400.1.1
		to = 1800.1.1
		monthly_chance = 5
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	trigger = {
		num_works_of_art > 10
		num_artists > 10
		is_during_bankruptcy = no
		monthly_balance > 0
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		save_scope_as = target_country
	}
	option = {
		name = flavor_ira.9.a
		add_prestige = prestige_severe_bonus
		culture = {
			add_cultural_influence = cultural_influence_severe_bonus
			add_cultural_tradition = cultural_tradition_severe_bonus
		}
	}
}