1110 三级会议中止支持
时间范围:1337年6月1日 - 1377年1月1日(每月 10% 概率) 触发条件:
- 国家战争疲劳度 ≥ 10.00
- 满足以下任一条件:
- 与英格兰(ENG)存在停战协议
- 正与英格兰(ENG)处于战争状态
关键效果:
- 历史选项:该死!
- 立即停用议会
- 为国家添加名为
fra_estates_general_halts_support的修正,持续 60 个月(模式为叠加)
背景介绍: 此事件模拟了百年战争期间,法国因长期与英格兰交战导致战争疲劳度高涨,国内三级会议(尤其是市民阶层)对国家持续战争政策的不满。当战争消耗过大且与英格兰的冲突持续(无论是正在交战还是刚达成停战)时,代表地方利益的议会可能拒绝继续提供财政或征兵支持,迫使君主直接面对治理危机。事件反映了中世纪晚期王权与等级会议在战争动员上的紧张关系。
完整事件代码:
flavor_fra.1110 = { # General Estates Halt Support
hide_portraits = yes
type = country_event
title = flavor_fra.1110.title
desc = flavor_fra.1110.desc
historical_info = flavor_fra.1110.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1337.6.1
to = 1377.1.1
monthly_chance = 10
}
trigger = {
war_exhaustion >= 10.00
OR = {
has_truce_with = c:ENG
is_at_war_with = c:ENG
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
ruler = {
save_scope_as = scope_ruler
}
set_parliament_active = no
if = {
limit = {
has_country_modifier = parliament_approved_extra_taxes
}
remove_country_modifier = parliament_approved_extra_taxes
}
if = {
limit = {
has_country_modifier = parliament_approved_extra_levies
}
remove_country_modifier = parliament_approved_extra_levies
}
if = {
limit = {
has_country_modifier = parliament_approved_law_changes
}
remove_country_modifier = parliament_approved_law_changes
}
}
option = { # Damnation!
name = flavor_fra.1110.a
set_parliament_active = no
add_country_modifier = { modifier = fra_estates_general_halts_support months = 60 mode = add }
ai_chance = {
base = 1
}
}
}