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_mam.33] 伊本·赫勒敦的邀请

时间范围:1382.1.1 - 1406.1.1(每月 5% 概率)

触发条件

  • 国家未处于破产状态。
  • 国家拥有开罗地区。
  • 名为 ibn_khaldun_script 的角色存活,且其所属国家并非当前国家。

关键效果

  • 选项 A (flavor_mam.33.a) - 历史选项
    • 花费 3 金币。
    • target_country 触发事件 flavor_mam.63
    • 将角色 ibn_khaldun_script 转移至当前国家。
    • 社会价值观:传统主义 vs 创新右侧(创新方向) 移动。
  • 选项 B (flavor_mam.33.b)
    • 社会价值观:传统主义 vs 创新左侧(传统主义方向) 移动。

背景介绍: 此事件模拟了马穆鲁克苏丹国(MAM)在14世纪末期,邀请著名学者、历史学家和社会学家伊本·赫勒敦加入其宫廷的历史可能性。伊本·赫勒敦以其开创性的历史哲学著作《历史绪论》而闻名,他的思想对后世影响深远。马穆鲁克统治者可能希望通过吸纳这位杰出的学者来提升国家的文化声望、加强统治合法性,并利用其智慧进行治理改革。

完整事件代码

flavor_mam.33 = {
	type = country_event
	title = flavor_mam.33.title
	desc = flavor_mam.33.desc

	fire_only_once = yes

	historical_info = flavor_mam.33.historical_info

	dynamic_historical_event = {
		tag = MAM
		from = 1382.1.1
		to = 1406.1.1
		monthly_chance = 5
	}
	image = "gfx/interface/illustrations/government/throne_rooms/throne_room_syrian.dds"

	trigger = {
		is_during_bankruptcy = no
		owns = location:cairo
		character:ibn_khaldun_script ?= {
			is_alive = yes
			owner != root
		}
	}

	immediate = {
		character:ibn_khaldun_script = {
			owner ?= { save_scope_as = target_country }
			save_scope_as = target_character
		}
		save_scope_as = target_country_2
	}

	option = {
		name = flavor_mam.33.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		scope:target_country ?= { trigger_event_non_silently = flavor_mam.63 }
		scope:target_character = { move_country = root }

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
	}

	option = {
		name = flavor_mam.33.b
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
	}
}