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.244] 蓝袜社的兴起

时间范围

1750.1.1 - 1800.1.1,每月 10% 概率触发

触发条件

  • 人物 eng_elizabeth_montagu 存活
  • 玩家控制索尔兹伯里地区

关键效果

选项 A (历史选项)

  • 为国家添加永久修正 blue_stockings_society(蓝袜社)

选项 B

  • 社会价值观向“传统主义”方向移动
  • 获得少量威望加成

背景介绍

该事件反映了18世纪下半叶英国知识界的重要发展。以伊丽莎白·蒙塔古为核心的“蓝袜社”在索尔兹伯里地区形成,这是一个由女性主导的知识分子沙龙,致力于推动文学、艺术与启蒙思想的交流,对当时英国的文化与社会风气产生了深远影响。

完整事件代码

flavor_eng.244 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.244.title
	desc = flavor_eng.244.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1750.1.1
		to = 1800.1.1
		monthly_chance = 10
	}

	trigger = {

		character:eng_elizabeth_montagu ?= { is_alive = yes }

		location:salisbury = { owner = root }

	}
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:salisbury = { save_scope_as = target_location }

		character:eng_elizabeth_montagu = {
			save_scope_as = elizabeth_montagu
		}

	}

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

		add_country_modifier = {
			modifier = blue_stockings_society
			months = -1
			mode = add_and_extend
		}

	}

	option = {
		name = flavor_eng.244.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		add_prestige = prestige_mild_bonus

	}

	historical_info = flavor_eng.244.historical_info

}