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.140 郁金香时代

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

触发条件

  • 国家已拥有 tulip_period 科技。
  • 国家宗教属于穆斯林宗教组。
  • 满足以下条件之一:
    • 拥有变量 ottoman_imperial_harem
    • 拥有政策 harem_policy
    • 拥有政策 valide_sultan_court_policy

关键效果

  • 选项 A (历史选项)
    • 获得大量威望加成 (prestige_severe_bonus)。
    • 社会价值观变化:
      • outward_vs_inward:大幅向左移动。
      • belligerent_vs_conciliatory:小幅向右移动。
      • mercantilism_vs_free_trade:小幅向右移动。
    • 如果未拥有 public_harem_policy 政策,则添加该政策。
  • 选项 B
    • 获得少量陆军传统加成 (army_tradition_mild_bonus)。
    • 社会价值观变化:
      • outward_vs_inward:小幅向右移动。
      • belligerent_vs_conciliatory:微幅向左移动。

背景介绍: 郁金香时代指的是奥斯曼帝国在18世纪初期的一段历史时期,以其对艺术、文化和奢侈品的追求,特别是对郁金香的狂热而闻名。这一时期标志着帝国从传统的军事扩张转向更注重内部文化发展和宫廷生活,反映了社会价值观的转变和统治精英品味的变化。

flavor_tur.140 = { #The Tulip Period
	type = country_event
	title = flavor_tur.140.title
	desc = flavor_tur.140.desc

	historical_info = flavor_tur.140.historical_info

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

	trigger = {

		has_advance = tulip_period

		religion.group = religion_group:muslim

		OR = {
			has_variable = ottoman_imperial_harem
			has_policy = harem_policy
			has_policy = valide_sultan_court_policy
		}
	}

	option = {
		name = flavor_tur.140.a
		historical_option = yes

		add_prestige = prestige_severe_bonus

		change_societal_value = { type = outward_vs_inward value = societal_value_large_move_to_left }

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_minor_move_to_right }

		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_minor_move_to_right }

		if = {
			limit = {
				NOT = {
					has_policy = public_harem_policy
				}
			}
			add_policy = policy:public_harem_policy
		}
	}

	option = {
		name = flavor_tur.140.b

		add_army_tradition = army_tradition_mild_bonus

		change_societal_value = { type = outward_vs_inward value = societal_value_minor_move_to_right }

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_tiny_move_to_left }
	}
}