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.163 伦敦环球剧院

时间范围:1599.1.1 - 1620.1.1(每月 5% 概率)

触发条件

  • 玩家控制并拥有伦敦地区。
  • 伦敦地区必须是城市级别(location_rank = location_rank:city)。
  • 伦敦地区必须至少拥有一部戏剧类型的艺术品(work_of_art_type = work_of_art_type:play)。
  • 人物 eng_william_shakespeare(威廉·莎士比亚)必须存活。
  • 莎士比亚必须创作过至少一部艺术品质大于等于75的艺术品。

关键效果

  • 选项 A (历史选项)
    • 花费 6 金币。
    • 设置变量 embankment_constructed = 1
    • 在伦敦地区建造建筑 building_type:globe_theatre(环球剧院)。
    • 伦敦地区所有属于玩家且类型为农民或市民的人口获得 pop_satisfaction_extreme_bonus(极高的满意度加成)。
    • 玩家主流文化获得 cultural_tradition_mild_bonus(温和的文化传统加成)。
    • 显示自定义提示 flavor_eng.163.tt1
  • 选项 B
    • 在伦敦地区建造建筑 building_type:globe_theatre(环球剧院)。
    • 伦敦地区所有属于玩家且类型为农民或市民的人口获得 pop_satisfaction_extreme_bonus(极高的满意度加成)。
    • 显示自定义提示 flavor_eng.163.tt2
  • 选项 C
    • 改变社会价值观:individualism_vs_communalism(个人主义 vs 集体主义)向左侧(个人主义方向)移动一个等级(societal_value_move_to_left)。

背景介绍: 该事件模拟了文艺复兴时期英格兰,特别是伦敦,作为文化艺术中心的重要发展。在威廉·莎士比亚的创作高峰期,伦敦的戏剧艺术蓬勃发展。环球剧院的建造不仅是城市基础设施的升级,也象征着戏剧从宫廷走向大众,极大地丰富了市民的文化生活,提升了城市声望,并对英格兰的文化传统和社会价值观产生了深远影响。

完整事件代码

flavor_eng.163 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.163.title
	desc = flavor_eng.163.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1599.1.1
		to = 1620.1.1
		monthly_chance = 5
	}

	trigger = {

		location:london = {
			controller = root
			owner = root
			any_work_of_art_in_location = {
				work_of_art_type = work_of_art_type:play
			}
			location_rank = location_rank:city
		}

		character:eng_william_shakespeare ?= {
			is_alive = yes
			any_work_of_art_by_creator = { art_quality >= 75 }
		}

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

	immediate = {
		character:eng_william_shakespeare ?= {
			save_scope_as = william_shakespeare
		}

		location:london = { save_scope_as = target_location }

	}

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

		change_gold_effect = { scale = -6 }

		set_variable = { name = embankment_constructed value = 1 }

		location:london = {
			construct_building = {
				building_type = building_type:globe_theatre
			}
			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:peasants
					pop_type = pop_type:burghers
				}
				add_pop_satisfaction = pop_satisfaction_extreme_bonus
			}
		}

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		custom_tooltip = flavor_eng.163.tt1

	}

	option = {
		name = flavor_eng.163.b

		location:london = {
			construct_building = {
				building_type = building_type:globe_theatre
			}
			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:peasants
					pop_type = pop_type:burghers
				}
				add_pop_satisfaction = pop_satisfaction_extreme_bonus
			}
		}

		custom_tooltip = flavor_eng.163.tt2

	}

	option = {
		name = flavor_eng.163.c

		change_societal_value = {
			type = individualism_vs_communalism
			value = societal_value_move_to_left
		}

	}

	historical_info = flavor_eng.163.historical_info

}