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.2000 圣女贞德与抗英复兴

时间范围:1425.1.1 - 1455.1.1 (每月 25% 概率)

触发条件

  • 事件仅对 FRA 国家触发一次。
  • FRA 必须拥有统治者。
  • ENG 必须拥有统治者。
  • france_region 地区内,由 ENG 或其宗主国控制的省份数量少于 25 个。
  • 名为 joan_of_arc 的人物必须存活。

关键效果

  • 选项 A (我们必须向前推进,一劳永逸地驱逐英国人!)
    • 改变社会价值观:offensive_vs_defensive 向左移动。
    • 改变社会价值观:quality_vs_quantity 向左移动。
    • 获得大量威望 (prestige_extreme_bonus)。
  • 选项 B (我们的精神永不磨灭!)
    • 增加大量战争疲劳度 (war_exhaustion_extreme_bonus)。
    • 增加少量稳定度 (stability_mild_bonus)。
    • 改变社会价值观:individualism_vs_communalism 向右移动。

背景介绍: 此事件模拟了百年战争后期,在圣女贞德(Joan of Arc)的鼓舞和领导下,法国抵抗英格兰占领并走向复兴的关键时期。事件聚焦于法国在军事和精神上对抗英格兰统治的努力,反映了民族意识的觉醒和战争形势的转折。

完整事件代码

flavor_fra.2000 = { # Resurgence against the English ## Based around Joan of Arc successes against England
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.2000.title
 	desc = flavor_fra.2000.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1425.1.1
		to = 1455.1.1
		monthly_chance = 25
	}

 	trigger = {
		has_ruler = yes
		c:ENG ?= {
			has_ruler = yes
		}
		region:france_region = {
			any_location_in_region = {
				owner.top_overlord_or_this ?= c:ENG
				count < 25
			}
		}
		character:joan_of_arc ?= { is_alive = yes }
 	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}	

 	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
        ruler ?= {
            save_scope_as = ruler_fra
        }
        c:ENG = {
            ruler ?= {
                save_scope_as = ruler_eng
            }
        }
 	}

 	option = { # We must press forward and drive out the English once and for all!
		name = flavor_fra.2000.a
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_left }
		change_societal_value = { type = quality_vs_quantity value = societal_value_move_to_left }
		add_prestige = prestige_extreme_bonus
 	}

 	option = { # Our spirits will never be broken!
		name = flavor_fra.2000.b
		add_war_exhaustion = war_exhaustion_extreme_bonus
		add_stability = stability_mild_bonus
		change_societal_value = { type = individualism_vs_communalism value = societal_value_move_to_right }
 	}
}