flavor_hun.100 摄政危机与匈雅提登场
时间范围:1444年1月1日 - 1470年1月1日(每月 50% 概率)
触发条件:
- 国家处于摄政状态。
- 政府类型为君主制。
- 战争厌战度大于 2。
- 正在与奥斯曼帝国(TUR)交战。
关键效果:
- 选项 A (历史选项):任命匈雅提·亚诺什(János Hunyadi)为摄政。
- 选项 B:贵族阶层满意度获得小幅提升。
- 选项 C:让匈雅提·亚诺什成为新的国家统治者。
背景介绍: 此事件模拟了匈牙利王国在15世纪中叶面临的内外危机。在国王年幼或无法亲政的摄政时期,国家正与强大的奥斯曼帝国交战,且战争带来的厌战情绪高涨。在此危难时刻,军事才能卓越的贵族将领匈雅提·亚诺什作为一股重要的政治与军事力量登上历史舞台,为匈牙利抵御外敌和稳定内政提供了关键选择。
完整事件代码:
flavor_hun.100 = {
hide_portraits = yes
type = country_event
title = flavor_hun.100.title
desc = flavor_hun.100.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HUN
from = 1444.1.1
to = 1470.1.1
monthly_chance = 50
}
trigger = {
has_regent = yes
government_type = government_type:monarchy
war_exhaustion > 2
is_at_war_with = c:TUR
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_john
birth_date = 1406
adm = 84
dip = 70
mil = 90
birth_location = location:buda
dynasty = dynasty:hunyadi_dynasty
add_trait = trait:bold_fighter
save_scope_as = janos_hunyadi
}
}
option = {
name = flavor_hun.100.a
set_regent = scope:janos_hunyadi
historical_option = yes
}
option = {
name = flavor_hun.100.b
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
}
option = {
name = flavor_hun.100.c
set_new_ruler = scope:janos_hunyadi
}
}