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.139 克里斯托弗·马洛登场

时间范围:1584.1.1 - 1600.1.1(每月 5% 概率)

触发条件

  • 控制 canterbury 地区。
  • great_britain_region 区域内,至少有一个由本国控制的地区拥有至少1级的 theater(剧院)建筑。

关键效果

  • 选项 A (历史选项)
    • 如果国家政策为 strict_censorship(严格审查),则 clergy_estate(神职人员阶层)的满意度将受到 estate_satisfaction_severe_penalty(严重惩罚)的负面影响。
  • 选项 B
    • 触发前提:人物 eng_francis_walsingham 必须存活。
    • francis_walsingham 保存为作用域。
    • 使社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向左移动(societal_value_move_to_left)。
    • 对一个随机已知的敌对国家增加50点间谍网络。
    • 隐藏效果:无声地杀死人物 christopher_marlowe
  • 选项 C
    • 增加 prestige_mild_bonus(少量威望)。
    • 隐藏效果:无声地杀死人物 christopher_marlowe

背景介绍: 此事件模拟了文艺复兴时期英国剧作家克里斯托弗·马洛的登场。马洛是伊丽莎白时代的重要人物,以其戏剧作品和对英语文学的贡献而闻名。事件发生在一个英国已建立剧院文化(拥有剧院建筑)并控制其出生地坎特伯雷的背景下。事件选项反映了当时可能面临的抉择:接受这位才华横溢但可能引发争议的作家(历史选项),利用其与情报网络的可能联系,或因其潜在风险而选择压制。

完整事件代码

flavor_eng.139 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.139.title
	desc = flavor_eng.139.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1584.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	trigger = {

		owns = location:canterbury

		region:great_britain_region = {
			any_location_in_region = {
				owner ?= root
				has_building_with_at_least_one_level = theater
			}
		}

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

	immediate = {

		create_character = {
			first_name = name_christopher
			last_name = Marlowe
			estate = estate_type:burghers_estate
			adm = 40
			dip = 22
			mil = 10
			birth_date = 1564.1.1
			artist_skill = 0.95
			artist = writer
			religion = root.religion
			birth_location = location:canterbury
			script = eng_christopher_marlowe
			save_scope_as = christopher_marlowe
		}

	}

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

		custom_tooltip = flavor_eng.139.tt1
		custom_tooltip = flavor_eng.139.tt2

		if = {
			limit = {
				has_policy = strict_censorship
			}
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_eng.139.tt3
		}

	}

	option = {
		name = flavor_eng.139.b
		trigger = {	character:eng_francis_walsingham ?= { is_alive = yes } }

		character:eng_francis_walsingham ?= { save_scope_as = francis_walsingham }

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}

		random_known_country = {
			limit = {
				is_enemy_of = root
			}
			root = {
				add_spy_network = {
					target = prev
					value = 50
				}
			}
		}

		hidden_effect = { kill_character_silently = scope:christopher_marlowe }

		custom_tooltip = flavor_eng.139.tt4

	}

	option = {
		name = flavor_eng.139.c

		add_prestige = prestige_mild_bonus

		hidden_effect = { kill_character_silently = scope:christopher_marlowe }

	}

	historical_info = flavor_eng.139.historical_info

}