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.247 简·奥斯汀与《傲慢与偏见》

时间范围

1800.1.1 - 1820.1.1(每月 5% 概率)

触发条件

  • 人物 eng_jane_austen(简·奥斯汀)存活。
  • 地点 winchester(温彻斯特)的所有者和控制者均为触发事件的国家。

关键效果

选项 A (历史选项)

  • 在温彻斯特(target_location)创建一件艺术品:
    • 艺术家:简·奥斯汀(jane_austen)。
    • 类型:小说(work_of_art_type:novel)。
    • 关键标识:pride_and_prejudice
    • 品质:100。
  • 为简·奥斯汀增加 0.03 艺术家技能。
  • 为国家文化添加文化传统 cultural_tradition_mild_bonus

选项 B

  • 为国家增加声望 prestige_mild_bonus

背景介绍

此事件模拟了英国著名小说家简·奥斯汀在温彻斯特创作其代表作《傲慢与偏见》的历史时刻。奥斯汀的作品对英国文学乃至世界文学产生了深远影响,塑造了独特的文化传统。事件发生在19世纪初,正值她创作生涯的成熟期。

完整事件代码

flavor_eng.247 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.247.title
	desc = flavor_eng.247.desc

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

	trigger = {

		character:eng_jane_austen ?= { is_alive = yes }

		location:winchester = { owner = root controller = root }

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

		character:eng_jane_austen ?= { save_scope_as = jane_austen }

		location:winchester = { save_scope_as = target_location }

	}

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

			scope:target_location = {
				create_art = {
					artist = scope:jane_austen
					quality = 100
					location = scope:target_location
					type = work_of_art_type:novel
					key = pride_and_prejudice
				}
			}

			scope:jane_austen = {
				add_artist_skill = 0.03
			}

			culture = {
				add_cultural_tradition = cultural_tradition_mild_bonus
			}

	}

	option = {
		name = flavor_eng.247.b

		add_prestige = prestige_mild_bonus

	}

	historical_info = flavor_eng.247.historical_info

}