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_bng.1 努尔·库特布·阿拉姆与契斯提教团

时间范围:1380.1.1 - 1410.1.1(每月 2% 概率)

触发条件

  • 国家宗教属于伊斯兰教组 (religion.group = religion_group:muslim)
  • 拥有潘杜阿地区 (owns = location:pandua)

关键效果

  • 选项 A (历史选项)
    • 增加少量正统性 (add_legitimacy = legitimacy_mild_bonus)
    • 将创建的人物 target_artist 移至本国 (move_country = root)
    • 社会价值观变化:神秘主义 vs 法学 (mysticism_vs_jurisprudence) 向右移动
    • 社会价值观变化:灵性主义 vs 人文主义 (spiritualist_vs_humanist) 向右移动
  • 选项 B
    • 增加少量威望 (add_prestige = prestige_mild_bonus)
    • 社会价值观变化:神秘主义 vs 法学 (mysticism_vs_jurisprudence) 向左移动
    • 流放人物 target_artist (banish_character = yes)

背景介绍: 该事件模拟了14世纪末至15世纪初,孟加拉苏丹国(BNG)境内的重要宗教与文化发展。核心人物努尔·库特布·阿拉姆是一位苏菲派圣人,属于在印度次大陆具有广泛影响力的契斯提教团。他出生于潘杜阿,以其外交与智慧才能著称,其活动对孟加拉地区的伊斯兰灵性传统、社会价值观以及统治者的合法性产生了深远影响。事件反映了当时统治者如何应对这位重要宗教人物的出现,以及在不同选择下对国家意识形态走向的塑造。

完整事件代码

flavor_bng.1 = { #Nur Qutb Alam and the Chishti Order
	type = country_event
	title = flavor_bng.1.title
	desc = flavor_bng.1.desc
	historical_info = flavor_bng.1.historical_info
	fire_only_once = yes

	dynamic_historical_event = {
		tag = BNG
		from = 1380.1.1
		to = 1410.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_nur.name_qutb
			last_name = Alam
			adm = 45
			dip = 87
			mil = 22
			min_age = 35
			birth_location = location:pandua
			artist_skill = 0.85
			artist = writer
			estate = estate_type:clergy_estate
			save_scope_as = target_artist
			create_in_limbo = yes
		}
	}

	trigger = {
		religion.group = religion_group:muslim
		owns = location:pandua
	}

	option = {
		name = flavor_bng.1.a
		historical_option = yes

		add_legitimacy = legitimacy_mild_bonus
		scope:target_artist = { move_country = root }
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
	}
	option = {
		name = flavor_bng.1.b

		add_prestige = prestige_mild_bonus
		change_societal_value = { type =mysticism_vs_jurisprudence value = societal_value_move_to_left }
		scope:target_artist = {
			banish_character = yes
		}
	}
}