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_gra.5 伊本·赫勒敦的邀请

时间范围

1360.1.1 - 1364.1.1,每月 10% 概率触发。

触发条件

  • 国家 未处于破产状态
  • 国家 拥有格拉纳达(Granada)地区
  • 名为 伊本·赫勒敦(ibn_khaldun_script) 的人物存在且存活,并且 不属于玩家国家

关键效果

选项 A:flavor_gra.5.a

  • 历史选项
  • 花费 2 金币。
  • 触发目标国家的事件 flavor_mam.63
  • 将人物 伊本·赫勒敦 移动至玩家国家。
  • 社会价值观 传统主义 vs 创新右侧(创新) 移动。

选项 B:flavor_gra.5.b

  • 社会价值观 传统主义 vs 创新左侧(传统主义) 移动。

背景介绍

此事件模拟了14世纪中叶,格拉纳达埃米尔国(格拉纳达酋长国)邀请著名学者、历史学家伊本·赫勒敦的场景。伊本·赫勒敦是伊斯兰世界最重要的思想家之一,以其开创性的历史哲学和社会学著作《历史绪论》而闻名。当时,格拉纳达作为伊比利亚半岛上最后的穆斯林政权,正试图通过吸引顶尖学者来巩固其文化和政治地位,以对抗日益强大的基督教王国。

完整事件代码

flavor_gra.5 = {
	type = country_event
	title = flavor_gra.5.title
	desc = flavor_gra.5.desc

	fire_only_once = yes

	historical_info = flavor_mam.33.historical_info
	
	dynamic_historical_event = {
		tag = GRA
		from = 1360.1.1
		to = 1364.1.1
		monthly_chance = 10
	}

	trigger = {
		is_during_bankruptcy = no
		owns = location:granada
		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
		}
	}
}