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.206 王政复辟时期的戏剧与王室情缘

时间范围

1670.1.1 - 1680.1.1,每月有 10% 的概率触发。

触发条件

  • 国家必须满足以下任一条件:
    1. 大不列颠地区 拥有至少一个 剧院 建筑。
    2. 拥有并控制 伦敦 地区,且该地区拥有至少一个 环球剧院 建筑。
  • 国家必须拥有变量 restoration_comedy_allowed
  • 国家当前 没有摄政王
  • 国家统治者必须是 成年男性

关键效果

选项 A (历史选项)

  • 为角色 埃莉诺·格温 添加一个名为 influential_figurine 的角色修正,持续时间为无限期(years = -1)。
  • 使社会价值观 个人主义 vs 集体主义个人主义 方向移动。
  • 显示一系列自定义提示文本(flavor_eng.206.tt1flavor_eng.206.tt4)。

选项 B

  • (隐藏效果)处决角色 埃莉诺·格温查尔斯·博克勒克
  • 为当前文化添加一个名为 cultural_tradition_mild_bonus 的文化传统。
  • 伦敦 地区,为所有属于玩家、且类型为 农民市民贵族 的人口,添加 pop_satisfaction_ultimate_bonus 的人口满意度。

选项 C

  • 为当前文化添加一个名为 cultural_influence_mild_penalty 的文化传统。
  • 为国家添加一个名为 absense_of_influential_figurine 的国家修正,持续 10 年。
  • (隐藏效果)处决角色 埃莉诺·格温查尔斯·格温
  • 显示自定义提示文本 flavor_eng.206.tt5

背景介绍

此事件反映了英格兰王政复辟时期(1660年查理二世复辟后)的社会与文化风貌。查理二世流亡归来后,宫廷生活变得开放,戏剧艺术复兴,伦敦的剧院重新开放。事件的核心人物是著名的女演员、查理二世的情妇 内尔·格温。她出身低微,却凭借才华与魅力成为宫廷中的重要人物,并与国王育有子嗣。此事件模拟了王室情缘对宫廷文化、社会价值观以及公众舆论可能产生的复杂影响。

完整事件代码

flavor_eng.206 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.206.title
	desc = flavor_eng.206.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1670.1.1
		to = 1680.1.1
		monthly_chance = 10
	}

	trigger = {

		OR = {
			region:great_britain_region = {
				any_location_in_region = {
					owner ?= root
					has_building_with_at_least_one_level = theater
				}
			}
			location:london = {
				has_building_with_at_least_one_level = globe_theatre
				owner = root
				controller = root
			}
		}

		has_variable = restoration_comedy_allowed

		has_regent = no

		ruler = {
			is_female = no
			is_adult = yes
		}

	}
	
	illustration_tags = {
		10 = happy
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }

		create_character = {
			first_name = name_eleanor
			last_name = Gwyn
			estate = estate_type:peasants_estate
			adm = 22
			dip = 30
			mil = 12
			birth_date = 1650.1.1
			female = yes
			religion = root.religion
			birth_location = location:hereford
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			script = eng_eleanor_gwyn
			save_scope_as = eleanor_gwyn
		}

		create_character = {
			first_name = name_charles
			dynasty = dynasty:beauclerk_dynasty
			estate = estate_type:nobles_estate
			adm = 32
			dip = 20
			mil = 31
			age = 1
			mother = scope:eleanor_gwyn
			father = root.ruler
			birth_location = location:london
			religion = root.religion
			culture = culture:english
			save_scope_as = charles_beauclerk
			script = eng_charles_beauclerk
		}

		location:london = { save_scope_as = target_location }

		root = { save_scope_as = target_root_country }

	}

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

		scope:eleanor_gwyn = {
			add_character_modifier = {
				modifier = influential_figurine
				years = -1
				mode = add_and_extend
			}
		}

		change_societal_value = {
			type = individualism_vs_communalism
			value = societal_value_move_to_left
		}

		custom_tooltip = flavor_eng.206.tt1
		custom_tooltip = flavor_eng.206.tt2
		custom_tooltip = flavor_eng.206.tt3
		custom_tooltip = flavor_eng.206.tt4

	}

	option = {
		name = flavor_eng.206.b

		hidden_effect = { kill_character_silently = scope:eleanor_gwyn }

		hidden_effect = { kill_character_silently = scope:charles_beauclerk }

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		custom_tooltip = {
			text = flavor_eng.206.b.custom
			location:london = {
				every_pop = {
					limit = {
						owner = root
						OR = {
							pop_type = pop_type:peasants
							pop_type = pop_type:burghers
							pop_type = pop_type:nobles
						}
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_bonus
				}
			}
		}

	}

	option = {
		name = flavor_eng.206.c

		culture = {
			add_cultural_tradition = cultural_influence_mild_penalty
		}

		add_country_modifier = {
			modifier = absense_of_influential_figurine
			years = 10
			mode = add_and_extend
		}

		hidden_effect = { kill_character_silently = scope:eleanor_gwyn }

		hidden_effect = { kill_character_silently = scope:charles_beauclerk }

		custom_tooltip = flavor_eng.206.tt5

	}

	historical_info = flavor_eng.206.historical_info

}