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_byz.12 埃尔·格列柯的邀请

时间范围
1561.1.1 - 1577.1.1
每月 2% 概率触发

触发条件

  • 若事件触发者为威尼斯(VEN),则拜占庭帝国(BYZ)必须不存在。
  • 控制整个克里特省(province_definition:crete_province)。
  • 文化维护度(cultural_maintenance)大于 0.5。

关键效果

  • 选项 A(历史选项)

    • 将艺术家埃尔·格列柯(Dominic Theotokopoulos)招募至本国。
    • 获得大量政府权力(government_power_severe_bonus)。
    • 教士阶层满意度大幅提升(estate_satisfaction_extreme_bonus)。
    • 损失少量金钱(scale = -3)。
    • 设置全局变量 el_greco_hired
  • 选项 C

    • 损失少量威望(prestige_mild_penalty)。
    • 艺术家埃尔·格列柯被秘密处决。

背景介绍
埃尔·格列柯(El Greco,1541–1614),原名多米尼克·西奥托科普洛斯,是文艺复兴后期著名的画家、雕塑家和建筑师。他出生于当时威尼斯共和国统治下的克里特岛,后前往意大利和西班牙发展,其独特的风格融合了拜占庭传统与西方艺术元素。本事件模拟了威尼斯或拜占庭统治者试图招募这位才华横溢的艺术家为其宫廷服务的历史可能性。

完整事件代码

flavor_byz.12 = { #https://en.wikipedia.org/wiki/El_Greco
	type = country_event
	title = flavor_byz.12.title
	desc = flavor_byz.12.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BYZ
		tag = VEN
		from = 1561.1.1
		to = 1577.1.1
		monthly_chance = 2
	}

	trigger = {
		trigger_if = {
			limit = { this = c:VEN }
			NOT = { country_exists = c:BYZ }
		}
		own_entire_province = province_definition:crete_province
		cultural_maintenance > 0.5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_dominic
			last_name = theotokopoulos
			artist = painter
			birth_date = 1541.10.1
			artist_skill = 0.87
			culture = culture:greek_culture
			birth_location = location:candia
			script = byz_el_greco
			estate = estate_type:burghers_estate
			create_in_limbo = yes
			save_scope_as = target_artist
		}
	}

	option = {
		name = flavor_byz.12.a
		historical_option = yes

		custom_tooltip = get_el_greco_as_painter_tt
		hidden_effect = {
			scope:target_artist = { move_country = root }
		}
		add_government_power = government_power_severe_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_extreme_bonus
		}
		change_gold_effect = { scale = -3 }
		set_global_variable = el_greco_hired
	}

	option = {
		name = flavor_byz.12.c

		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_artist
  		}
	}
}