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_nap.116 蓬塔尼亚学院的辉煌

时间范围:1443.1.1 - 1542.1.1(每月 10% 概率)

触发条件

  • 拥有 location:naples(那不勒斯地区)
  • 已获得 academia_pontaniana(蓬塔尼亚学院)这一进步

关键效果

  • 选项 A (flavor_nap.116.a):
    • 历史选项
    • 效果:获得 research_progress_mild_bonus(研究进度小幅增益)
  • 选项 B (flavor_nap.116.b):
    • 效果:
      • 文化方面获得 cultural_influence_ultimate_bonus(文化影响力极大增益)
      • 文化方面获得 cultural_tradition_ultimate_bonus(文化传统极大增益)

背景介绍: 该事件反映了15世纪中叶至16世纪初,位于那不勒斯的蓬塔尼亚学院(Accademia Pontaniana)对欧洲文艺复兴的贡献。作为南意大利重要的人文主义中心,该学院聚集了众多学者,在文学、哲学和科学领域产生了广泛影响,提升了那不勒斯的文化声望和学术地位。

完整事件代码

flavor_nap.116 = { #Accademia Pontaniana's delights the World
	type = country_event

	title = flavor_nap.116.title
	desc = flavor_nap.116.desc

	illustration_tags = {
        10 = exterior
    }

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1443.1.1
		to = 1542.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:naples
		has_advance = academia_pontaniana
	}

	immediate = {
		event_illustration_estate_background_effect = { background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_nap.116.a
		historical_option = yes
		add_research_progress = research_progress_mild_bonus
	}

	option = {
		name = flavor_nap.116.b

		culture = {
			add_cultural_influence = cultural_influence_ultimate_bonus
			add_cultural_tradition = cultural_tradition_ultimate_bonus
		}
	}
}