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.154 威廉·莎士比亚登场

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

触发条件

  • 角色 eng_william_shakespeare 存活。

关键效果

  • 选项 A (历史选项)
    • 在首都创建一个由威廉·莎士比亚创作的戏剧艺术品《罗密欧与朱丽叶》,品质为 100。
    • 威廉·莎士比亚的艺术家技能增加 0.03。
  • 选项 B
    • 本国文化获得 cultural_tradition_mild_bonus(文化传统轻度增益)和 cultural_influence_mild_bonus(文化影响力轻度增益)。

背景介绍: 此事件标志着英国文艺复兴时期最伟大的剧作家威廉·莎士比亚的登场及其早期杰作《罗密欧与朱丽叶》的诞生。该事件模拟了莎士比亚在1590年代末至1610年代初的创作高峰期对英格兰(及后来的大不列颠)文化产生的深远影响。玩家可以选择支持其具体的艺术创作(历史路线),或选择更广泛地促进本国文化传统与影响力。

完整事件代码

flavor_eng.154 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.154.title
	desc = flavor_eng.154.desc

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

	trigger = {
		character:eng_william_shakespeare ?= { is_alive = yes }
	}
	
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		character:eng_william_shakespeare ?= { save_scope_as = william_shakespeare }
		capital = { save_scope_as = target_location }
	}

	option = {
		name = flavor_eng.154.a
		historical_option = yes
		scope:target_location = {
			create_art = {
				artist = scope:william_shakespeare
				quality = 100
				location = scope:target_location
				type = work_of_art_type:play
				key = romeo_and_juliet
			}
		}
		scope:william_shakespeare = {
			add_artist_skill = 0.03
		}
	}

	option = {
		name = flavor_eng.154.b
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}
	}

	historical_info = flavor_eng.154.historical_info
}