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_son.3 阿卜杜勒-拉赫曼·萨迪登场

时间范围:1610.1.1 - 1660.1.1(每月 10% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组 (religion.group = religion_group:muslim)

关键效果

  • 选项 A (flavor_son.3.a)
    • 获得大量威望 (add_prestige = prestige_severe_bonus)
    • 获得大量稳定度 (add_stability = stability_severe_bonus)
    • 将创建的人物 target_character 移动至本国 (move_country = root)
    • 在首都创建一件编年史艺术品 (work_of_art_type:chronicle),品质为 80,艺术家为 target_character,关键标识为 tarikh_al_sudan
    • 损失金钱 (change_gold_effect = { scale = -2 })
  • 选项 B (flavor_son.3.b)
    • 将创建的人物 target_character 移动至本国 (move_country = root)
    • 在首都创建一件编年史艺术品 (work_of_art_type:chronicle),品质为 60,艺术家为 target_character,关键标识为 tarikh_al_sudan

背景介绍: 此事件模拟了17世纪西非桑海帝国(或其后继穆斯林国家)时期,著名学者、编年史家阿卜杜勒-拉赫曼·萨迪(Abd al-Rahman al-Sa’di)的登场。他以其重要的历史著作《苏丹史》(Tarikh al-Sudan)而闻名,该书是研究西非萨赫勒地区历史的关键文献。事件反映了这一时期穆斯林世界对学术、历史记录以及文化传承的重视。

完整事件代码

flavor_son.3 = {
	type = country_event

	title = flavor_son.3.title
	desc = flavor_son.3.desc
	historical_info = flavor_son.3.historical_info

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SON
		from = 1610.1.1
		to = 1660.1.1
		monthly_chance = 10
	}

	trigger = {
		religion.group = religion_group:muslim
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_abderrahmane
			last_name = Sa_di
			artist = writer
			birth_date = 1580.11.18
			artist_skill = 0.9
			adm = 83
			dip = 92
			mil = 95
			culture = root.culture
			birth_location = root.capital
			save_scope_as = target_character
			religion = root.religion
			estate = estate_type:clergy_estate
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_son.3.a
		add_prestige = prestige_severe_bonus
		add_stability = stability_severe_bonus

		scope:target_character = { move_country = root }
		root.capital = {
			create_art = {
				quality = 80
				type = work_of_art_type:chronicle
				artist = scope:target_character
				key = tarikh_al_sudan
			}
		}

		change_gold_effect = { scale = -2 }
	}

	option = {
		name = flavor_son.3.b

		scope:target_character = { move_country = root }
		root.capital = {
			create_art = {
				quality = 60
				type = work_of_art_type:chronicle
				artist = scope:target_character
				key = tarikh_al_sudan
			}
		}
	}
}