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_sco.9 乔治·布鲁斯登场

时间范围:1570.1.1 - 1625.1.1(每月 5% 概率)

触发条件

  • 事件仅能触发一次 (fire_only_once = yes)。
  • 动态历史事件限定:国家标签为苏格兰 (tag = SCO)。

关键效果

  • 选项flavor_sco.9.a
    • 效果:获得大量研究进度加成 (add_research_progress = research_progress_severe_bonus)。

背景介绍: 该事件模拟了苏格兰在16世纪末至17世纪初,一位名为乔治·布鲁斯的人物登上历史舞台。他出身于市民阶层,其登场可能与当时苏格兰在科学、技术或知识领域的进步需求相关,反映了这一时期苏格兰社会发展和知识积累的某个侧面。

完整事件代码

flavor_sco.9 = {
	type = country_event
	title = flavor_sco.9.title
	desc = flavor_sco.9.desc
	historical_info = flavor_sco.9.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SCO
		from = 1570.1.1
		to = 1625.1.1
		monthly_chance = 5
	}

image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	immediate = {
		create_character = {
			first_name = name_george
			last_name = Bruce
			culture = culture:scottish
			estate = estate_type:burghers_estate
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_sco.9.a
		add_research_progress = research_progress_severe_bonus
	}
}