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.1100 王室宗亲(采邑问题)

时间范围:1339.1.1 - 1437.1.1,每月 10% 概率触发

触发条件

  • 仅限国家标签为 FRA 的国家触发。
  • 事件在游戏时间内仅能发生一次。

关键效果

选项 A:维持现状(历史选项)

  • 向中央集权方向小幅移动。
  • 若当前时代不是“传统时代”或“文艺复兴时代”,则同时向“外向”方向小幅移动。
  • 所有拥有改革 government_reform:french_appanage_reform 的法国附庸国,将对法国获得“王室宗亲维持现状”观点修正。
  • AI 选择概率:60%

选项 B:慷慨赠礼!

  • 消耗相当于 8 倍月度收入的金币。
  • 获得国家修正 fra_lavish_gifts_to_cadet_branches,持续 10 年。
  • 向中央集权方向大幅移动。
  • 所有拥有改革 government_reform:french_appanage_reform 的法国附庸国,将对法国获得“王室宗亲慷慨赠礼”观点修正。
  • AI 选择概率:20%

选项 C:必须加以约束

  • 向地方分权方向大幅移动。
  • 所有拥有改革 government_reform:french_appanage_reform 的法国附庸国,将对法国获得“王室宗亲加以约束”观点修正。
  • AI 选择概率:20%

背景介绍: 在中世纪晚期的法国,王室将大片土地和权力授予王室旁系成员,形成所谓的“采邑”。这些“王室宗亲”拥有高度的自治权,既是王权的支柱,也是潜在的离心力量。本事件反映了法国君主在面对这些强大宗亲时,需要在维持现状、收买拉拢和加强控制之间做出抉择,这一过程深刻影响着法国中央集权化的进程。

完整事件代码

flavor_fra.1100 = { # Princes of the Blood ### For Appanages
	type = country_event
	title = flavor_fra.1100.title
	desc = flavor_fra.1100.desc
	historical_info = flavor_fra.1100.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = FRA
		from = 1339.1.1
		to = 1437.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = { # Maintain the Status Quo
		name = flavor_fra.1100.a
		historical_option = yes
		custom_tooltip = fra_annexing_appanages_moves_towards_centralize
		custom_tooltip = fra_how_to_remove_feudal_nobility_info
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}
		if = {
			limit = {
				NOR = {
					current_age = age_1_traditions
					current_age = age_2_renaissance
				}
			}
			change_societal_value = {
				type = outward_vs_inward
				value = societal_value_move_to_right
			}
		}
		every_country = {
			limit = {
				is_subject_of = c:FRA
				has_reform = government_reform:french_appanage_reform
			}
			add_opinion = { target = c:FRA modifier = opinion_fra_appanage_status_quo }
		}
		ai_chance = {
			base = 60
		}
	}

	option = { # Lavish them with gifts!
		name = flavor_fra.1100.b
		custom_tooltip = fra_annexing_appanages_moves_towards_centralize
		custom_tooltip = fra_how_to_remove_feudal_nobility_info
		change_gold_effect = { scale = -8 }
		add_country_modifier = { modifier = fra_lavish_gifts_to_cadet_branches years = 10 mode = add }
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_right
		}
		every_country = {
			limit = {
				is_subject_of = c:FRA
				has_reform = government_reform:french_appanage_reform
			}
			add_opinion = { target = c:FRA modifier = opinion_fra_appanage_lavish_gifts }
		}
		ai_chance = {
			base = 20
		}
	}

	option = { # They must be reined in
		name = flavor_fra.1100.c
		custom_tooltip = fra_annexing_appanages_moves_towards_centralize
		custom_tooltip = fra_how_to_remove_feudal_nobility_info
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}
		every_country = {
			limit = {
				is_subject_of = c:FRA
				has_reform = government_reform:french_appanage_reform
			}
			add_opinion = { target = c:FRA modifier = opinion_fra_rein_in_appanages }
		}
		ai_chance = {
			base = 20
		}
	}
}