[flavor_eth.157] 埃塞俄比亚宫廷迁移
时间范围
- 事件周期:1337.4.1 - 1821.1.1
- 触发概率:每月 5% 概率
触发条件
- 国家标签为
ETH - 拥有至少 1 个非农村地区
- 已启用政策
itinerant_court_policy
关键效果
选项 A:
- 解锁政府改革
eth_wandering_court - 立即应用政府改革
eth_wandering_court
选项 B:
- 增加少量稳定度(
stability_mild_bonus)
背景介绍
该事件模拟了埃塞俄比亚帝国历史上宫廷在不同地点之间迁移的传统。这种“流动宫廷”的做法允许统治者更直接地管理各地事务、巩固权威并应对地方挑战,反映了中世纪至近代埃塞俄比亚政治治理的灵活性特点。
完整事件代码
flavor_eth.157 = { #Ethiopian Court and moving it around
type = country_event
title = flavor_eth.157.title
desc = flavor_eth.157.desc
dynamic_historical_event = {
tag = ETH
from = 1337.4.1
to = 1821.1.1
monthly_chance = 5
}
fire_only_once = yes
trigger = {
num_of_non_rural >= 1
has_policy = itinerant_court_policy
}
illustration_tags = {
10 = armed
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:peasants_estate }
ruler_or_regent ?= {
save_scope_as = target_character
}
}
option = {
name = flavor_eth.157.a
unlock_government_reform_effect = { type = eth_wandering_court }
add_replacing_gov_reform = {
reform = government_reform:eth_wandering_court
}
}
option = {
name = flavor_eth.157.b
add_stability = stability_mild_bonus
}
}