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.303 弗朗索瓦·德·穆兰·德·罗什福尔与王储教育

时间范围:1500.1.1 - 1530.1.1(每月 25% 概率)

触发条件

  • 国家拥有君主。
  • 国家拥有王储。
  • 王储年龄小于 16 岁。

关键效果

  • 选项 A:他将成为王储的绝佳导师
    • 历史选项:是
    • 王储获得以下属性加成:行政 +15,外交 +15,军事 +5。
    • 角色 弗朗索瓦·德·穆兰·德·罗什福尔 被移入法国。
  • 选项 B:王储的宫廷导师已经足够
    • 获得大量正统性加成。
    • 隐藏效果:角色 弗朗索瓦·德·穆兰·德·罗什福尔 被静默处决。

背景介绍: 此事件模拟了法国文艺复兴时期,人文主义学者弗朗索瓦·德·穆兰·德·罗什福尔作为潜在的王储导师登场的历史情境。他是一位学识渊博的教士,与王室关系密切,曾担任过王室布道师和顾问。在16世纪初,法国王室面临着如何教育未来君主,以应对日益复杂的政治和宗教局势的挑战。选择他作为导师,意味着为王储引入人文主义思想和更广阔的外交视野;而拒绝他,则可能意味着维持现有的、更为传统的宫廷教育体系,并以此巩固王权的正统性。

完整事件代码

flavor_fra.303 = { # François de Moulins de Rochefort and the Education of the Heir
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.303.title
 	desc = flavor_fra.303.desc
	historical_info = flavor_fra.303.historical_info

	dynamic_historical_event = {
		tag = FRA
		from = 1500.1.1
		to = 1530.1.1
		monthly_chance = 25
	}

 	trigger = {
		has_ruler = yes
		has_heir = yes
		heir = {
			age_in_years < 16
		}
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		c:FRA = {
       		create_character = {
            	first_name = name_francis
            	last_name = de_Rochefort
            	adm = 47
            	dip = 66
            	mil = 29
            	culture = culture:french
            	birth_location = location:paris
            	religion = religion:catholic
            	birth_date = 1470.1.1
				estate = estate_type:nobles_estate
				script = francois_de_moulins
				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.303.a
		historical_option = yes
		heir ?= {
			add_adm = 15
			add_dip = 15
			add_mil = 5
		}
		scope:target_character = {
			move_country = c:FRA
		}
		ai_chance = {
			factor = 0.25
		}
 	}
 	option = { # The heir's court tutors are already sufficient
		name = flavor_fra.303.b
		add_legitimacy = legitimacy_severe_bonus
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
		ai_chance = {
			factor = 0.25
		}
 	}
}