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.141 托马斯·塔利斯登场

时间范围:1543.1.1 - 1580.1.1,每月 5% 概率触发

触发条件

  • 国家标签为 ENG(英格兰)或 GBR(大不列颠)。
  • 社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)大于等于 20。

关键效果

选项 A(历史选项)

  • 触发条件:国家采用政策 de_heretico_comburendo(《惩治异端法》)。
  • 效果:
    • 若国家采用政策 strict_censorship(严格审查)且国教天主教,则教士阶层满意度将受到严重惩罚。
    • 若国家已拥有除托马斯·塔利斯外的其他作曲家,则这些作曲家的技能将提升 0.03。

选项 B

  • 触发条件:国家采用政策 de_heretico_comburendo(《惩治异端法》)且国教天主教。
  • 效果:
    • 人物 eng_thomas_tallis(托马斯·塔利斯)将被统治者以“火刑”处决。
    • 社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)将向“传统主义”方向移动。

选项 C

  • 触发条件:国家采用政策 de_heretico_comburendo(《惩治异端法》)。
  • 效果:
    • 若国家采用政策 strict_censorship(严格审查)且国教天主教,则教士阶层满意度将受到严重惩罚。
    • 人物 thomas_tallis(托马斯·塔利斯)将被静默移除。
    • 若国家拥有 can_have_monasteries(可拥有修道院)修正,则本国文化将获得适度的传统与影响力加成。
    • 若国家拥有 can_have_monasteries 修正,则本国文化将获得较弱的传统与影响力加成。

背景介绍: 该事件模拟了文艺复兴晚期英国作曲家托马斯·塔利斯的登场。塔利斯是英国音乐史上承前启后的关键人物,其生涯横跨了宗教改革动荡时期。事件反映了当时英格兰在宗教政策、文化审查与艺术创新之间的复杂互动,玩家的选择将直接影响国内宗教阶层关系、文化发展走向以及这位重要历史人物的命运。

完整事件代码

flavor_eng.141 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.141.title
	desc = flavor_eng.141.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1543.1.1
		to = 1580.1.1
		monthly_chance = 5
	}

	trigger = {

	societal_value:traditionalist_vs_innovative >= 20

	}

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

	immediate = {
		create_character = {
			first_name = name_thomas
			last_name = Tallis
			estate = estate_type:clergy_estate
			adm = 60
			dip = 65
			mil = 0
			birth_date = 1505
			artist_skill = 0.9
			artist = composer
			religion = religion:catholic
			birth_location = location:rochester
			script = eng_thomas_tallis
			save_scope_as = thomas_tallis
		}

		capital = { save_scope_as = target_location }

	}

	option = {
		historical_option = yes
		name = flavor_eng.141.a
		trigger= {
			NOT = { has_policy = de_heretico_comburendo }
		}

		custom_tooltip = flavor_eng.141.tt1

		if = {
			limit = {
				has_policy = strict_censorship
				NOT = { religion = religion:catholic }
			}
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_eng.141.tt2
		}

		if = {
			limit = {
				any_artist = {
					NOT = { this = character:eng_thomas_tallis }
					owner = root
					artist_type = composer
				}
			}
			every_artist = {
				limit = {
					NOT = { this = character:eng_thomas_tallis }
					owner = root
					artist_type = composer
				}
				add_artist_skill = 0.03
			}
			custom_tooltip = flavor_eng.141.tt3
		}

	}

	option = {
		name = flavor_eng.141.b
		trigger = {
			has_policy = de_heretico_comburendo
			NOT = { religion = religion:catholic }
		}


		character:eng_thomas_tallis ?= {
			kill_character = {
				target = this
				reason = burned_alive
				killer = ruler
			}
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		custom_tooltip = flavor_eng.141.tt4

	}

	option = {
		name = flavor_eng.141.c
		trigger= {
			NOT = { has_policy = de_heretico_comburendo }
		}

		if = {
			limit = {
				has_policy = strict_censorship
				NOT = { religion = religion:catholic }
			}
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_eng.141.tt2
		}

		hidden_effect = { kill_character_silently = scope:thomas_tallis }

		if = {
			limit = {
				root.modifier:can_have_monasteries = no
			}
			culture = {
				add_cultural_tradition = cultural_tradition_weak_bonus
				add_cultural_influence = cultural_tradition_weak_bonus
			}
			custom_tooltip = flavor_eng.141.tt5
		}
		else = {
			culture = {
				add_cultural_tradition = cultural_tradition_mild_bonus
				add_cultural_influence = cultural_influence_mild_bonus
			}
		}

	}

	historical_info = flavor_eng.141.historical_info

}