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_dan.58] 皇家美术学院

时间范围:1750.1.1 - 1837.1.1,每月 1% 概率触发

触发条件

  • 控制哥本哈根地区。

关键效果

  • 选项 A (flavor_dan.58.a)

    • 在哥本哈根地区,大学建筑等级提升 1 级。
  • 选项 B (flavor_dan.58.b)

    • 在哥本哈根地区,大学建筑等级提升 1 级。
    • 国库黄金减少(规模系数 -3)。
    • 获得少量研究进度加成。
  • 选项 C (flavor_dan.58.c)

    • 获得少量研究进度惩罚。

背景介绍: 该事件模拟了丹麦在18世纪中叶至19世纪早期,于首都哥本哈根建立皇家美术学院的历史进程。作为启蒙时代文化发展的标志,艺术学院的建立不仅旨在培养本土艺术家,也反映了国家对于教育与文化投资的重视,以期提升国家的学术声望与艺术成就。

完整事件代码

flavor_dan.58 = { #Royal Academy of Fine Arts
	type = country_event
	title = flavor_dan.58.title
	desc = flavor_dan.58.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1750.1.1
		to = 1837.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:kobenhavn
	}

	option = {
		name = flavor_dan.58.a
		location:kobenhavn = {
			change_building_level_in_location = {
				building = building_type:university
				value = 1
			}
		}
	}

	option = {
		name = flavor_dan.58.b
		location:kobenhavn = {
			change_building_level_in_location = {
				building = building_type:university
				value = 1
			}
		}
	change_gold_effect = { scale = -3 }
		add_research_progress = research_progress_mild_bonus
	}

	option = {
		name = flavor_dan.58.c
		add_research_progress = research_progress_mild_penalty
	}
}