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.136 奢侈的统治者

时间范围:1637.1.1 - 1737.1.1(每月 20% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 国家拥有统治者。
  • 统治者是成年男性,且拥有王朝。
  • 国家没有继承人。
  • 满足以下至少一项政府改革或政策:
    • 拥有政府改革:ottoman_imperial_harem
    • 拥有政策:harem_policy
    • 拥有政策:valide_sultan_court_policy
  • 统治者的母亲存在且健在,并居住在本国。

关键效果

  • 选项 A (历史选项)
    • 统治者或摄政获得 20 点生育能力。
    • 50% 概率使统治者获得“酒鬼”特质。
    • 如果未拥有 luxurious_harem_policy 政策,则添加该政策。
    • 统治者的母亲获得 3 点行政能力和 3 点外交能力。
    • 获得少量政府权力。
    • 社会价值观“中央集权 vs 地方分权”小幅向右(中央集权方向)移动。
  • 选项 B
    • 社会价值观“神秘主义 vs 法学”极小幅向右(法学方向)移动。

背景介绍: 在奥斯曼帝国的特定历史时期,尤其是苏丹后宫(Harem)政治影响力显著的年代,一位没有男性继承人的苏丹可能会面临巨大的王朝延续压力。其母亲(瓦利德苏丹)作为后宫中最具影响力的女性,常常会介入政治,并可能鼓励或纵容统治者采取奢侈的生活方式以巩固自身地位或寻求子嗣。此事件反映了这一时期宫廷内部围绕继承问题可能出现的政治与个人行为抉择。

完整事件代码

flavor_tur.136 = { #[Ruler] the Extravagant
	type = country_event
	title = flavor_tur.136.title
	desc = flavor_tur.136.desc

	historical_info = flavor_tur.136.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1637.1.1
		to = 1737.1.1
		monthly_chance = 20
	}

	trigger = {

		religion.group = religion_group:muslim

		has_ruler = yes

		ruler ?= {
			is_adult = yes
			has_dynasty = yes
		}

		has_heir = no

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

		ruler = {
			is_female = no
			exists = mother
			mother = {
				is_alive = yes
				owner = root
			}
		}
	}

	immediate = {

		root.ruler = { save_scope_as = target_character }

		ruler.mother = {
           	save_scope_as = valide_sultan
        }
	}

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

		custom_tooltip = ruler_gains_fertility_tt
		hidden_effect = {
			ruler_or_regent ?= { add_fertility = 20 }
		}

		random = {
			chance = 50
			scope:target_character = {
				add_trait = trait:drunkard
			}
		}

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

		scope:valide_sultan = {
			add_adm = 3
			add_dip = 3
		}

		add_government_power = government_power_weak_bonus

		change_societal_value = { type = centralization_vs_decentralization value = societal_value_minor_move_to_right }
	}

	option = {
		name = flavor_tur.136.b

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
	}
}