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.234 伊丽莎白·拉法尔德登场

时间范围

1769.1.1 - 1789.1.1,每月 1% 概率触发。

触发条件

  • 控制地点 blackburn
  • great_britain_region 区域内,至少有一个由你控制的地点拥有至少一级 printing_press_shop 建筑。

关键效果

选项 A (历史选项)

  • 文化:为你的主流文化添加 cultural_tradition_severe_bonus 文化传统。
  • 市场:在 blackburn 的市场中,添加为期12个月的临时需求 demand:the_experienced_english_housekeeper
  • 殖民地扩展:如果你拥有首都位于 east_coast_region 的殖民领,则随机选取其中一个,在其首都市场也添加为期12个月的相同临时需求。

选项 B

  • 社会价值观:使 traditionalist_vs_innovative 社会价值观向左(创新侧)移动。
  • 威望:获得 prestige_mild_bonus 的威望。

背景介绍

此事件标志着伊丽莎白·拉法尔德(Elizabeth Raffald)的登场。她于1733年出生于庞蒂弗拉克特(Pontefract),是一位作家和企业家,以其著作《经验丰富的英国家庭主妇》(The Experienced English Housekeeper)而闻名。该事件反映了18世纪下半叶英国出版业的发展以及家政知识作为商品和文化的传播,尤其是在布莱克本(Blackburn)这样的工业城镇及其可能关联的北美殖民地市场。

完整事件代码

flavor_eng.234 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.234.title
	desc = flavor_eng.234.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1769.1.1
		to = 1789.1.1
		monthly_chance = 1
	}

	trigger = {

		location:blackburn = { owner = root }

		region:great_britain_region = {
			any_location_in_region = {
				owner ?= root
				has_building_with_at_least_one_level = printing_press_shop
			}
		}

	}
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_elizabeth
			last_name = Raffald
			adm = 35
			dip = 25
			mil = 5
			birth_date = 1733
			female = yes
			birth_location = location:pontefract
			artist_skill = 0.85
			artist = writer
			estate = estate_type:peasants_estate
			script = eng_elizabeth_raffald
			save_scope_as = elizabeth_raffald
		}

		location:blackburn = { save_scope_as = target_location }

		root = { save_scope_as = target_root_country }

	}

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

		culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
		}

		location:blackburn.market = {
			add_temporary_demand = {
				type = demand:the_experienced_english_housekeeper
				months = 12
			}
		}

		custom_tooltip = flavor_eng.234.tt1

		if = {
			limit = {
				any_subject = {
					is_subject_type = colonial_nation
					capital.region = region:east_coast_region
				}
			}
			random_subject = {
				limit = {
					is_subject_type = colonial_nation
					capital.region = region:east_coast_region
				}
				capital.market = {
					add_temporary_demand = {
						type = demand:the_experienced_english_housekeeper
						months = 12
					}
				}
			}
			custom_tooltip = flavor_eng.234.tt2
		}

	}

	option = {
		name = flavor_eng.234.b

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }

		add_prestige = prestige_mild_bonus

	}

	historical_info = flavor_eng.234.historical_info

}