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_geo.24 帖木儿的要求

时间范围:1337.1.1 - 1444.6.1(每月 1% 概率)

触发条件

  • 帖木儿帝国(c:TIM)存在。
  • 本国是帖木儿帝国的附属国。
  • 本国的宗教与帖木儿帝国的宗教不同。

关键效果

  • 选项 A (历史选项)
    • 本国统治者或摄政、其所有子女、配偶(若有)以及继承人(若有)的宗教将改为与帖木儿帝国相同。
    • 与帖木儿帝国互相获得“接受真正信仰”观点修正。
    • 附属国自由意愿大幅降低。
  • 选项 B
    • 附属国自由意愿大幅增加。
  • 后续事件:无论选择哪个选项,帖木儿帝国(target_country2)都将触发事件 flavor_geo.25

背景介绍: 在帖木儿帝国崛起并扩张的时期,其统治下的许多附属国,如格鲁吉亚(GEO),面临着来自中央政权的巨大压力。帖木儿帝国要求其附属国不仅在政治上臣服,在文化和宗教上也需保持一致。此事件模拟了帖木儿帝国对其非穆斯林附属国施加压力,要求其统治者改宗伊斯兰教的历史情境。接受要求可能带来暂时的稳定,而拒绝则可能引发宗主国更严厉的对待。

完整事件代码

flavor_geo.24 = { #The Demands of [target_character2.GetShortNameWithNoTooltip]
	type = country_event
	title = flavor_geo.24.title
	desc = flavor_geo.24.desc
	historical_info = flavor_geo.24.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEO
		from = 1337.1.1
		to = 1444.6.1
		monthly_chance = 1
	}

	trigger = {
		country_exists = c:TIM
		is_subject_of = c:TIM
		NOT = { religion = c:TIM.religion }
	}

	illustration_tags = {
		10 = interior
		10 = angry
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		save_scope_as = target_country1
		ruler_or_regent = { save_scope_as = target_character1 }
		c:TIM = {
			save_scope_as = target_country2
			ruler_or_regent = { save_scope_as = target_character2 }
			religion = { save_scope_as = target_religion }
		}
	}

	option = {
		name = flavor_geo.24.a
		historical_option = yes

		hidden_effect = {
			set_variable = timur_conversion_variable
		}
		ruler_or_regent = {
			change_character_religion = c:TIM.religion
			every_child = { change_character_religion = c:TIM.religion  }
		}
		if = {
			limit = { has_consort = yes }
			consort = { change_character_religion = c:TIM.religion  }
		}
		if = {
			limit = { has_heir = yes }
			heir = { change_character_religion = c:TIM.religion  }
		}

		add_opinion_mutual_effect = {
			modifier = opinion_embraced_true_faith
			target = c:TIM
		}
		add_liberty_desire = liberty_desire_severe_minus
	}
	option = {
		name = flavor_geo.24.b

		add_liberty_desire = liberty_desire_severe_plus

	}

	after = {
		scope:target_country2 = { trigger_event_non_silently = flavor_geo.25 }
	}
}