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.42] 亚历山大·马夫罗科扎托斯登场

时间范围

1670.1.1 - 1700.1.1,每月 3% 概率触发

触发条件

  • 事件触发国为 土耳其 (TUR)
  • 拜占庭 (BYZ) 国家不存在。
  • 触发国拥有 君士坦丁堡 (constantinople) 省份。
  • 君士坦丁堡省份内存在 艺术学校 (art_school)艺术学院 (arts_academy) 建筑。

关键效果

选项 A (flavor_byz.42.a)

  • 花费:损失大量金钱(scale = -2)。
  • 文化:获得文化传统和文化影响力小幅增益。
  • 人物:将新创建的艺术家 亚历山大·马夫罗科扎托斯 招入本国。
    • 为其添加持续1年的“拒绝在内阁任职”特质。
    • 为其添加一个随机的艺术家特质。

选项 B (flavor_byz.42.b)

  • 花费:损失少量金钱(scale = -1)。
  • 人物:将新创建的艺术家 亚历山大·马夫罗科扎托斯 招入本国。
    • 其艺术家技能提升 0.1。

选项 C (flavor_byz.42.c)

  • 声望:损失少量声望。
  • 人物:将新创建的艺术家 亚历山大·马夫罗科扎托斯 派往 声望最高的天主教国家

背景介绍

亚历山大·马夫罗科扎托斯(1641-1709)是奥斯曼帝国治下的一位希腊学者、外交官和法纳尔人(Phanariot)。他精通多国语言,在奥斯曼宫廷中担任“首席翻译官”(Dragoman),是连接奥斯曼帝国与西方世界的关键人物。本事件模拟了这位博学的法纳尔精英在特定历史时期(1670-1700年)出现的可能性,其命运取决于统治君士坦丁堡的土耳其苏丹的抉择:是将其才华留在国内,还是任其流向西方天主教世界。

完整事件代码

flavor_byz.42 = { #https://el.wikipedia.org/wiki/Αλέξανδρος_Μαυροκορδάτος_(ο_εξ_απορρήτων) For the Greek people
#https://en.wikipedia.org/wiki/Alexander_Mavrokordatos_(1636–1709) For the non-Greek people, although it has much less detail
	type = country_event
	title = {
		first_valid = {
			triggered_desc = {
				trigger = {
					tag = BYZ
				}
				desc = flavor_byz.42.title.a
			}
			triggered_desc = {
				trigger = {
					NOT = { tag = BYZ }
				}
				desc = flavor_byz.42.title.b
			}
		}
	}
	desc = flavor_byz.42.desc
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	historical_info = flavor_byz.42.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BYZ
		tag = TUR
		from = 1670.1.1
		to = 1700.1.1
		monthly_chance = 3
	}

	trigger = {
		trigger_if = {
			limit = { this = c:TUR }
			NOT = { country_exists = c:BYZ }
		}
		location:constantinople = {
			owner = root
			province = {
				any_location_in_province = {
					OR = {
						has_building = building_type:art_school
						has_building = building_type:arts_academy
					}
				}
			}
		}
	}

	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_alexander
			last_name = mavrocordatos
			artist = philosopher
			birth_date = 1641.8.7
			artist_skill = 0.60
			adm = 83
			dip = 92
			mil = 12
			culture = culture:greek_culture
			birth_location = location:constantinople
			save_scope_as = target_artist
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}

		ordered_known_country = {
			limit = {
				religion = religion:catholic
			}
			order_by = prestige
			max = 1
			save_scope_as = target_country
		}

		location:constantinople = {
			save_scope_as = target_location
		}

		capital = {
			save_scope_as = target_location2
		}
	}

	option = {
		name = flavor_byz.42.a

		change_gold_effect = { scale = -2
		}

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}

		scope:target_artist = {
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
			add_random_trait_from_category = artist
			move_country = root
		}
	}

	option = {
		name = flavor_byz.42.b

		change_gold_effect = { scale = -1
		}

		scope:target_artist = {
			add_artist_skill = 0.1
			move_country = root
		}
	}

	option = {
		name = flavor_byz.42.c

		scope:target_artist = {
			move_country = scope:target_country
		}

		add_prestige = prestige_mild_penalty
	}
}