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.196 王政复辟与剧院重开

时间范围

1660.1.1 - 1710.1.1,每月有 1% 的概率触发。

触发条件

  • 国家政体为 君主制
  • 满足以下任一条件:
    1. 已采用 无审查制度 政策。
    2. 社会价值观传统主义 vs 创新 倾向 ≥ 10,且 未采用 以下任一政策:
      • 有限审查制度
      • 严格审查制度
      • 异端火刑法令

关键效果

选项 A(历史选项)

  • 文化:获得 温和增益 的文化传统。
  • 社会价值观传统主义 vs 创新 倾向向 创新 方向移动。
  • 设置变量 restoration_comedy_allowed = 1
  • 显示自定义提示 flavor_eng.196.tt1
  • 若人物 eng_samuel_pepys 存活
    • 变量 samuel_pepys_diary_entries 增加 1。
    • 显示自定义提示 flavor_eng.196.tt2

选项 B

  • 社会价值观传统主义 vs 创新 倾向向 传统主义 方向移动。

背景介绍

1660年,随着查理二世复辟斯图亚特王朝,英国进入“王政复辟”时期。此前在清教徒统治下被严格禁止的公共剧院重新开放,喜剧等世俗娱乐活动得以复兴。这一变化不仅标志着社会风气的转向,也促进了文化艺术的繁荣,成为英国从宗教严肃氛围向更开放、世俗社会过渡的关键事件之一。塞缪尔·佩皮斯等当时人物的日记,为这一时期的社会文化生活提供了珍贵记录。

完整事件代码

flavor_eng.196 = {
	hide_portraits = yes
	type = country_event

	title = flavor_eng.196.title
	desc = flavor_eng.196.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1660.1.1
		to = 1710.1.1
		monthly_chance = 1
	}

	trigger = {

		government_type = government_type:monarchy

		OR = {
			has_policy = no_censorship
			AND = {
				societal_value:traditionalist_vs_innovative >= 10
				NOT = {
					has_policy = limited_censorship
					has_policy = strict_censorship
					has_policy = de_heretico_comburendo
				}
			}
		}

	}
	
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		if = {
			limit = {
				character:eng_samuel_pepys ?= {
				is_alive = yes
				}
			}
			character:eng_samuel_pepys = {
				save_scope_as = samuel_pepys
			}
		}

		location:london = { save_scope_as = target_location }

	}

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

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}

		set_variable = { name = restoration_comedy_allowed value = 1 }

		custom_tooltip = flavor_eng.196.tt1

		if = {
			limit = {
				character:eng_samuel_pepys ?= {
					is_alive = yes
			    }
			}
			change_variable = { name = samuel_pepys_diary_entries add = 1 }
			custom_tooltip = flavor_eng.196.tt2
		}

	}

	option = {
		name = flavor_eng.196.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

	}

	historical_info = flavor_eng.196.historical_info

}