flavor_hun.140 匈牙利贵族女性事件
时间范围:1600.1.1 - 1650.1.1(每月 5% 概率)
触发条件:
- 国家政府类型为君主制。
- 存在至少一位满足以下所有条件的角色:
- 是成年人。
- 是女性。
- 不是统治者。
- 不是配偶。
- 不是继承人。
- 文化为国家主流文化。
- 拥有家族。
关键效果:
- 选项 A (历史选项):
- 贵族阶层满意度小幅下降。
- 处决一名随机选中的、符合触发条件的女性角色。
- 选项 B:
- 农民阶层满意度小幅下降。
背景介绍: 在17世纪上半叶的匈牙利王国,君主制下的贵族阶层拥有巨大影响力。此事件模拟了当时社会中,非统治核心的贵族女性成员可能因家族政治、继承纠纷或维护传统秩序而面临的危险处境。统治者需要在安抚愤怒的贵族(通过牺牲一名女性成员)与承受底层民众不满之间做出抉择,反映了当时复杂的社会阶层矛盾与权力平衡。
完整事件代码:
flavor_hun.140 = {
type = country_event
title = flavor_hun.140.title
desc = flavor_hun.140.desc
historical_info = flavor_hun.140.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HUN
from = 1600.1.1
to = 1650.1.1
monthly_chance = 5
}
trigger = {
government_type = government_type:monarchy
any_character = {
is_adult = yes
is_female = yes
is_ruler = no
is_consort = no
is_heir = no
culture = root.culture
has_dynasty = yes
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
random_character = {
limit = {
is_adult = yes
is_female = yes
is_ruler = no
is_consort = no
is_heir = no
culture = root.culture
has_dynasty = yes
}
save_scope_as = target_character
}
}
option = {
name = flavor_hun.140.a
historical_option = yes
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
kill_character = {
target = scope:target_character
reason = execution
}
}
option = {
name = flavor_hun.140.b
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_penalty }
}
}