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_tun.1 伊本·赫勒敦的投奔

时间范围:1378.1.1 - 1380.1.1(每月 10% 概率)

触发条件

  • 国家 未处于破产状态
  • 国家 拥有突尼斯(tunis)地区
  • 名为 ibn_khaldun_script 的人物 存活,且 不属于 触发此事件的国家。

关键效果

  • 选项 A (历史选项)
    • 花费 2 倍月收入 的金钱。
    • 将人物 ibn_khaldun_script 移动 至本国。
    • 触发 flavor_mam.63 事件(针对人物原属国)。
    • 社会价值观 向“创新”方向移动
  • 选项 B
    • 社会价值观 向“传统”方向移动

背景介绍: 此事件模拟了14世纪著名学者、历史学家伊本·赫勒敦(Ibn Khaldun)的政治生涯转折点。在经历格拉纳达宫廷的失意后,他于1378年至1380年间辗转北非,最终选择投奔突尼斯的哈夫斯王朝,并在那里开始撰写其不朽巨著《历史绪论》(Muqaddimah)。该事件反映了中世纪伊斯兰世界知识精英的流动性与宫廷政治的复杂性。

完整事件代码

flavor_tun.1 = {
	hide_portraits = yes
	type = country_event
	title = flavor_gra.5.title
	desc = flavor_tun.1.desc

	fire_only_once = yes

	historical_info = flavor_mor.16.historical_info
	
	dynamic_historical_event = {
		tag = TUN
		from = 1378.1.1
		to = 1380.1.1
		monthly_chance = 10
	}

	trigger = {
		is_during_bankruptcy = no
		owns = location:tunis
		character:ibn_khaldun_script ?= {
			is_alive = yes
			owner != root
		}
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:ibn_khaldun_script = { 
			owner ?= { save_scope_as = target_country }
			save_scope_as = target_character 
		}
		save_scope_as = target_country_2
	}

	option = {
		name = flavor_gra.5.a
		historical_option = yes

	change_gold_effect = { scale = -2
		}

		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_gra.5.b
		change_societal_value = { 
			type = traditionalist_vs_innovative 
			value = societal_value_move_to_left
		}
	}
}