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_ara.9 弗朗西斯克·埃克西梅尼斯登场

时间范围:1380.1.1 - 1400.1.1 (每月 10% 概率触发)

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)
  • 拥有吉罗纳地区 (owns = location:girona)
  • 塔拉戈纳地区拥有大学建筑 (location:tarragona = { has_building = building_type:university })
  • 国家拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A (历史选项)
    • 将创建的人物 弗朗西斯克·埃克西梅尼斯 移动至本国。
    • 社会价值观向“灵性主义”方向偏移 (change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left })。
  • 选项 B
    • 社会价值观向“人文主义”方向偏移 (change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right })。
    • (隐藏效果)静默杀死创建的人物 弗朗西斯克·埃克西梅尼斯

背景介绍: 该事件模拟了14世纪末期加泰罗尼亚方济各会修士、神学家和作家弗朗西斯克·埃克西梅尼斯(Francesc Eiximenis)的登场。他出生于吉罗纳,其著作对当时的宗教、社会和政治思想产生了重要影响。事件发生的前提是阿拉贡或西班牙王国拥有吉罗纳,并且在塔拉戈纳建立了学术中心(大学),这反映了知识传播与宗教人物涌现之间的历史联系。玩家的选择将影响国家在灵性主义与人文主义之间的社会价值观取向。

完整事件代码

flavor_ara.9 = { #Francesc Eiximenis
	type = country_event
	title = flavor_ara.9.title
	desc = flavor_ara.9.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = ARA
		tag = SPA
		from = 1380.1.1
		to = 1400.1.1
		monthly_chance = 10
	}

	historical_info = flavor_ara.9.historical_info

	trigger = {
		religion = religion:catholic
		owns = location:girona
		location:tarragona = {
			has_building = building_type:university
		}
		has_ruler = yes
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler = { save_scope_as = target_ruler }
		create_character = {
			first_name = name_francis
			last_name = Eiximenis
			birth_date = 1330.4.5
			birth_location = location:girona
			estate = estate_type:clergy_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 10 30 }
			artist_skill = 0.85
			culture = culture:catalan
			save_scope_as = target_character
			script = ara_eiximenis_script
			create_in_limbo = yes

			artist = writer
		}
	}

	option = {
		name = flavor_ara.9.a
		historical_option = yes
        scope:target_character = {
            move_country = root
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
	}

	option = {
		name = flavor_ara.9.b
        change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}