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.26] 百年战争胜利

时间范围

  • 起始日期:未指定(from 字段缺失)
  • 结束日期:未指定(to 字段缺失)
  • 触发概率:未指定(monthly_chance 字段缺失)

触发条件

  • 触发条件:未指定(trigger 字段缺失)

关键效果

  • 选项名称flavor_fra.26.a
  • 效果
    • 增加 stability_extreme_bonus 点数的稳定度
    • 增加 government_power_mild_bonus 点数的政府力量
    • 为国家添加一个名为 victory_in_the_hyw_modifier 的国家修正,持续 modifier_duration_years_long 年,模式为替换(mode = replace

背景介绍

该事件描绘了法国在百年战争中取得决定性胜利后的情景。百年战争(1337-1453年)是英格兰与法国之间为争夺法国王位和领土而进行的一系列冲突。法国的最终胜利,特别是圣女贞德的出现和一系列关键战役的胜利,不仅巩固了法国的领土完整和王权,也极大地提升了民族意识和国家凝聚力。此事件可能象征着战争结束后,法国王室如何利用胜利的威望来巩固国内统治、加强中央集权,并为后续的领土扩张和国家建设奠定基础。

完整事件代码

flavor_fra.26 = {
	type = country_event

	title = flavor_fra.26.title
	desc = flavor_fra.26.desc

	historical_info = flavor_fra.26.historical_info

	illustration_tags = {
		10 = happy
		10 = exterior
	}			
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_fra.26.a

		add_stability = stability_extreme_bonus
		add_government_power = government_power_mild_bonus

		add_country_modifier = {
			modifier = victory_in_the_hyw_modifier
			years = modifier_duration_years_long
			mode = replace
		}
	}
}