flavor_tur.59 军事狂徒
时间范围
1437.1.1 - 1837.1.1,每月 5% 概率触发。
触发条件
- 国家已拥有
bashi_bazouks(巴什巴祖克)这一军事进步。 - 国家拥有至少一个
location_rank为rural_settlement(乡村定居点)的省份。
关键效果
选项 A:flavor_tur.59.a(历史选项)
- 农民阶层满意度:降低
0.10。 - 国家稳定度:降低
5。
选项 B:flavor_tur.59.b
- 国家修正:添加名为
rein_in_bashi_bazouks_modifier的国家修正,持续30年(模式为叠加并延长)。 - 农民阶层满意度:增加
0.10。
背景介绍
此事件反映了奥斯曼帝国(TUR)历史上对非正规军“巴什巴祖克”的管理困境。这些纪律松散的部队在为帝国征战的同时,也常因其掠夺和暴行对帝国乡村地区造成严重破坏,引发农民阶层的不满,考验着中央政府的控制能力。
完整事件代码
flavor_tur.59 = { #Martial Madmen
type = country_event
title = flavor_tur.59.title
desc = flavor_tur.59.desc
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1437.1.1
to = 1837.1.1
monthly_chance = 5
}
historical_info = flavor_tur.59.historical_info
trigger = {
has_advance = bashi_bazouks
any_owned_location = {
location_rank = location_rank:rural_settlement
}
}
immediate = {
random_owned_location = {
limit = {
location_rank = location_rank:rural_settlement
}
save_scope_as = atrocity_location
}
scope:atrocity_location = {
change_prosperity = prosperity_severe_penalty
}
}
option = {
name = flavor_tur.59.a
historical_option = yes
add_estate_satisfaction = { type = estate_type:peasants_estate value = -0.10 }
add_stability = -5
}
option = {
name = flavor_tur.59.b
add_country_modifier = { modifier = rein_in_bashi_bazouks_modifier years = 30 mode = add_and_extend }
add_estate_satisfaction = { type = estate_type:peasants_estate value = 0.10 }
}
}