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_mor.17 利桑·丁·卡提卜的邀请

时间范围:1350.1.1 - 1365.1.1(每月 2% 概率)

触发条件

  • 国家处于和平状态 (at_war = no)
  • 国家未处于破产状态 (is_during_bankruptcy = no)

关键效果

  • 选项 A (历史选项)
    • 将人物 利桑·丁·卡提卜 移入本国。
    • 获得 研究进度轻微增益
    • 损失 4 金币。
  • 选项 B
    • 社会价值观向 传统主义 方向偏移 (traditionalist_vs_innovative 向左移动)。
    • 获得 威望轻微惩罚
    • 无声地杀死人物 利桑·丁·卡提卜

背景介绍: 在14世纪中叶,格拉纳达埃米尔国(纳斯里德王朝)正处于其文化和学术的黄金时期。利桑·丁·卡提卜(1313-1384)是一位杰出的学者、诗人、历史学家和政治家,被认为是安达卢斯最后一位伟大的文人。他出生于洛哈,以其渊博的知识和文学才华服务于格拉纳达宫廷。此事件模拟了格拉纳达统治者邀请或招募这位本土杰出学者为国家服务的历史时刻,反映了当时统治者对学术和文化的重视,以及人才对国家发展的潜在影响。

完整事件代码

flavor_mor.17 = {
	type = country_event
	title = flavor_mor.17.title
	desc = flavor_mor.17.desc
	historical_info = flavor_mor.17.historical_info
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MOR
		from = 1350.1.1
		to = 1365.1.1
		monthly_chance = 2
	}

	trigger = {
		at_war = no
		is_during_bankruptcy = no
	}

	immediate = {
		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_lisan
			nickname = nick_ad_din
			last_name = al_katib
			birth_date = 1313.11.16
			birth_location = location:loja
			artist = writer
			artist_skill = 0.75
			script = lisan_al_katib_script
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_mor.16.a
		historical_option = yes

		scope:target_character = { move_country = root }
		add_research_progress = research_progress_mild_bonus
		change_gold_effect = { scale = -4 }
	}
	option = {
		name = flavor_mor.16.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		add_prestige = prestige_mild_penalty
   		kill_character_silently = scope:target_character
	}
}