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_tur.171 切尔克斯美人

时间范围:1737.1.1 - 1837.1.1(每月 5% 概率)

触发条件

  • 社会价值观“传统主义 vs 创新”大于等于 -50。
  • 国家允许奴隶制。
  • 国家主流文化不是切尔克斯文化、格鲁吉亚文化或阿布哈兹文化。
  • 满足以下条件之一:
    • 拥有政府改革“奥斯曼帝国后宫”。
    • 拥有政策“后宫政策”。
    • 拥有政策“瓦利德苏丹宫廷政策”。
  • 拥有政策“封闭后宫政策”。

关键效果

  • 选项 A

    • 将创建的切尔克斯女奴和意大利画家角色移至本国。
    • 在首都创建一幅艺术作品:
      • 艺术家:意大利画家。
      • 品质:75。
      • 类型:绘画。
      • 标识符:cariye_painting
  • 选项 B

    • 静默处决切尔克斯女奴和意大利画家角色。
    • 社会价值观“神秘主义 vs 法学”向右侧(法学方向)微小移动。
    • 社会价值观“传统主义 vs 创新”向左侧(传统主义方向)微小移动。

背景介绍: 在奥斯曼帝国时期,来自高加索地区,特别是切尔克斯的女性,因其美貌而闻名,常被作为奴隶或妾室送入苏丹后宫。这一事件反映了帝国宫廷通过吸纳外来文化(如聘请意大利画家)来记录和美化其内部生活,同时也展现了在面对外来影响时,社会在传统与变革、宗教神秘主义与世俗法学之间的潜在张力。

完整事件代码

flavor_tur.171 = { #The Circassian Beauty
	type = country_event
	title = flavor_tur.171.title
	desc = flavor_tur.171.desc

	historical_info = flavor_tur.171.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1737.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	trigger = {

		societal_value:traditionalist_vs_innovative >= -50

		has_slavery = yes

		NOR = {
			culture = culture:circassian_culture
			culture = culture:georgian_culture
			culture = culture:abkhazian_culture
		}

 		OR = {
 			has_reform = government_reform:ottoman_imperial_harem
 			has_policy = harem_policy
 			has_policy = valide_sultan_court_policy
 		}

 		NOT = {
			has_policy = secluded_harem_policy
		}
	}

	immediate = {

		capital = { save_scope_as = target_location }

		create_character = {
			female = yes
			culture = culture:circassian_culture
			religion = religion:sunni
			estate = estate_type:nobles_estate
			dip = { 50 80 }
			birth_location = location:tuapse
			age = 22
			save_scope_as = circassian_cariye
			create_in_limbo = yes
		}

		create_character = {
			female = no
			culture = culture:venetian
			religion = religion:catholic
			estate = estate_type:burghers_estate
			birth_location = location:venice
			age = 30
			artist_skill = 0.7
			artist = painter
			save_scope_as = italian_painter
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_tur.171.a

		scope:circassian_cariye = { move_country = root }
		scope:italian_painter = { move_country = root }
		scope:target_location = {
			create_art = {
				artist = scope:italian_painter
				quality = 75
				location = scope:target_location
				type = work_of_art_type:painting
				key = cariye_painting
			}
		}
	}

	option = {
		name = flavor_tur.171.b

   		kill_character_silently = scope:circassian_cariye
   		kill_character_silently = scope:italian_painter
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_tiny_move_to_left }
	}
}