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.2 赛义德·苏丹完成《纳比邦沙》

时间范围

1575.1.1 - 1650.1.1,每月有 2% 的概率触发。

触发条件

  • 国家宗教属于 穆斯林宗教组
  • 已拥有 “bng_bengali_poetry”(孟加拉诗歌) 进步。

关键效果

选项 A:flavor_bng.2.a(历史选项)

  • 财政支出:消耗一定数量的金钱(scale = -1)。
  • 人物登场:将先前创建的艺术家 赛义德·苏丹 正式引入本国。
  • 创作巨著:在首都创作一件艺术作品:
    • 类型:编年史
    • 关键标识:bng_nabibangsha
    • 质量:80
    • 艺术家:赛义德·苏丹
  • 阶层关系教士阶层 满意度获得 小幅提升

选项 B:flavor_bng.2.b

  • 阶层关系教士阶层 满意度获得 小幅提升
  • 驱逐人物:将艺术家 赛义德·苏丹 驱逐出境

背景介绍

在16至17世纪的孟加拉苏丹国,伊斯兰文化与本土孟加拉传统持续交融。赛义德·苏丹作为一位重要的穆斯林诗人,致力于用孟加拉语创作宗教史诗。《纳比邦沙》是其代表作,旨在向孟加拉穆斯林大众传播先知们的故事。此事件反映了当时宗教精英(教士阶层)在推动文学创作、塑造文化认同方面所扮演的关键角色,以及统治者对此类文化事业可能采取的支持或忽视的不同态度。

完整事件代码

flavor_bng.2 = { #Syed Sultan finishes the Nabibangsha
	type = country_event
	title = flavor_bng.2.title
	desc = flavor_bng.2.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BNG
		from = 1575.1.1
		to = 1650.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 = Syed
			last_name = Sultan
			birth_location = capital
			religion = religion:sunni
			adm = 54
			dip = 77
			mil = 34
			birth_date = 1550.1.1
			estate = estate_type:clergy_estate
			save_scope_as = target_artist
			artist = writer
			artist_skill = 0.80
			create_in_limbo = yes
		}
	}

	trigger = {
		religion.group = religion_group:muslim
		has_advance = bng_bengali_poetry
	}

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

		change_gold_effect = { scale = -1 }
		scope:target_artist = { move_country = root }
		capital = {
			create_art = {
				quality = 80
				artist = scope:target_artist
				type = work_of_art_type:chronicle
				key = bng_nabibangsha
			}
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }

	}
	option = {
		name = flavor_bng.2.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		scope:target_artist = {
			banish_character = yes
		}
	}
}