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.1103 法国封地整合

时间范围:1405.1.1 - 1836.1.1,每月 100% 概率触发
触发条件

  • 国家拥有政府改革:french_feudal_nobility(法国封建贵族制)
  • 法国(FRA)不存在任何 appanage(封地)类型的附属国

关键效果

  • 历史选项:迈向法国现代化的重要一步
    • 移除政府改革:french_feudal_nobility(法国封建贵族制)
    • 设置变量 enable_centralized_fra_reform = 1
    • 添加政府改革:french_centralized_monarchy(法国中央集权君主制)
    • 社会价值观变化:中央化 vs 去中央化 → 大幅向左移动(加强中央化)
    • 获得巨额威望加成
    • 获得巨额正统性加成

背景介绍: 该事件模拟了法国从中世纪晚期到近代早期,王室逐步收回并整合各地封建领主(封地)权力,加强中央集权,迈向现代国家体制的关键历史进程。它标志着法国从分散的封建贵族统治向中央集权君主制的转变。

完整事件代码

flavor_fra.1103 = { # Consolidation of Appanage Lands
	hide_portraits = yes
	type = country_event
	title = flavor_fra.1103.title
	desc = flavor_fra.1103.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1405.1.1
		to = 1836.1.1
		monthly_chance = 100
	}
	fire_only_once = yes

	illustration_tags = {
		10 = happy
		10 = interior
	}	

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = {
			save_scope_as = scope_ruler
		}
	}

	trigger = {
		has_reform = government_reform:french_feudal_nobility
		c:FRA = {
			any_subject = {
				is_subject_type = appanage
				count < 1
			}
		}
	}


	option = { # A major step towards the Modernization of France
		name = flavor_fra.1103.a
		remove_reform = government_reform:french_feudal_nobility
		set_variable = { name = enable_centralized_fra_reform value = 1 }
		add_reform = government_reform:french_centralized_monarchy
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_huge_move_to_left
		}
		add_prestige = prestige_extreme_bonus
		add_legitimacy = legitimacy_extreme_bonus
		ai_chance = {
			base = 1
		}
	}
}