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_fra.304 克里斯托夫·德·隆格伊的人文主义理想

时间范围:1508.1.1 - 1522.1.1,每月 15% 概率触发

触发条件

  • 国家必须拥有统治者。
  • 国家必须拥有继承人。
  • 国家必须控制巴黎地区。

关键效果

  • 选项 A:他将成为继承人的优秀导师!
    • 历史选项:是
    • 继承人获得:行政能力 +7,外交能力 +7,特质“宽容的”。
    • 角色“克里斯托夫·德·隆格伊”将加入法国。
    • AI选择此选项的概率因子:0.9
  • 选项 B:他宽容的观点是危险的
    • 获得大量正统性加成。
    • 获得大量稳定度加成。
    • 隐藏效果:无声地杀死角色“克里斯托夫·德·隆格伊”。
    • AI选择此选项的概率因子:0.1

背景介绍: 此事件模拟了文艺复兴时期法国宫廷面临的一个抉择。克里斯托夫·德·隆格伊是一位来自低地国家的人文主义学者,以其宽容的宗教观点和学术成就闻名。在16世纪初,法国王室有机会聘请他为王位继承人担任导师。选择他可能会将人文主义思想和宗教宽容的理念引入未来的统治核心,但也可能因其非正统观点而引发保守势力的反对。事件反映了当时欧洲知识精英的流动以及统治者对继承人教育方向的考量。

完整事件代码

flavor_fra.304 = { # The Humanist Ideals of Christophe de Longueil
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.304.title
 	desc = flavor_fra.304.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1508.1.1
		to = 1522.1.1
		monthly_chance = 15
	}

 	trigger = {
		has_ruler = yes
		has_heir = yes
		owns = location:paris
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:FRA = {
       		create_character = {
            	first_name = name_christopher
            	last_name = de_longueil
            	adm = 62
            	dip = 41
            	mil = 37
            	culture = culture:low_franconian
            	birth_location = location:leuven
            	religion = religion:catholic
            	birth_date = 1488.1.1
				estate = estate_type:peasants_estate
				script = christopher_de_longueil
				save_scope_as = target_character
				create_in_limbo = yes
        	}
    	}
        heir ?= {
            save_scope_as = scope_heir_fra
        }
	}

 	option = { # He would make an excellent tutor for the heir!
		name = flavor_fra.304.a
		historical_option = yes
		heir ?= {
			add_adm = 7
			add_dip = 7
			add_trait = trait:tolerant
		}
		scope:target_character = {
			move_country = c:FRA
		}
		ai_chance = {
			factor = 0.9
		}
 	}
 	option = { # His tolerant views are dangerous
		name = flavor_fra.304.b
		add_legitimacy = legitimacy_severe_bonus
		add_stability = stability_severe_bonus
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
		ai_chance = {
			factor = 0.1
		}
 	}
}