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_eng.246] 简·奥斯汀登场

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

触发条件

  • 玩家国家拥有温彻斯特(winchester)地区。
  • 社会价值观“传统主义 vs 创新主义”(traditionalist_vs_innovative)的数值小于等于10。

关键效果

  • 选项 A (历史选项)
    • 无具体效果,仅显示自定义提示文本(flavor_eng.246.tt1)。
  • 选项 B
    • 社会价值观“传统主义 vs 创新主义”向左移动(即增加传统主义倾向)。
    • 隐藏效果:立即且无声地杀死角色“简·奥斯汀”(scope:jane_austen)。

背景介绍: 此事件模拟了英国著名女作家简·奥斯汀在历史上的登场。她于1775年出生于温彻斯特,以其描绘18世纪末至19世纪初英国乡绅生活的社会风俗小说而闻名,如《傲慢与偏见》和《理智与情感》。事件发生的时间窗口(1800-1820年)正值她创作和出版主要作品的时期。事件选项反映了社会对她及其作品可能持有的不同态度:一种是接受其作为文化人物的历史地位,另一种则是更保守的反应,可能导致其才华被忽视。

完整事件代码

flavor_eng.246 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.246.title
	desc = flavor_eng.246.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1800.1.1
		to = 1820.1.1
		monthly_chance = 5
	}

	trigger = {

		location:winchester = {
			owner = root
		}

		societal_value:traditionalist_vs_innovative <= 10

	}
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	immediate = {

		create_character = {
			first_name = name_joanna
			last_name = Austen
			estate = estate_type:clergy_estate
			adm = 37
			dip = 35
			mil = 0
			birth_date = 1775.1.1
			artist_skill = 0.9
			artist = writer
			female = yes
			birth_location = location:winchester
			script = eng_jane_austen
			save_scope_as = jane_austen
		}

		location:winchester = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.246.a
		historical_option = yes

		custom_tooltip = flavor_eng.246.tt1

	}

	option = {
		name = flavor_eng.246.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		hidden_effect = { kill_character_silently = scope:jane_austen }

	}

	historical_info = flavor_eng.246.historical_info

}