[flavor_dlh.1101] 孟加拉统一
时间范围
无明确起止日期(事件由触发条件决定)
触发条件
- 国家为附庸国(
this = overlord) - 事件由宗主国触发(
major_trigger中this = overlord)
关键效果
- 选项 A(历史选项):
- 向所有其他孟加拉附庸国(除自身外)静默触发事件
flavor_dlh.1102 - 成立国家
formable_country:BNG_f(孟加拉) - 降低 50 点独立倾向(
add_liberty_desire = -50)
- 向所有其他孟加拉附庸国(除自身外)静默触发事件
- 选项 B:
- 增加 10 点独立倾向(
add_liberty_desire = 10) - 大幅降低稳定度(
add_stability = stability_extreme_penalty)
- 增加 10 点独立倾向(
背景介绍
该事件模拟了孟加拉地区附庸国在宗主国主导下寻求统一的历史进程。选项 A 代表推动统一、建立孟加拉国家并巩固附庸关系的历史路径;选项 B 则代表拒绝统一、导致附庸关系紧张与国内动荡的替代发展。
完整事件代码
flavor_dlh.1101 = {
type = country_event
title = flavor_dlh.1101.title
desc = flavor_dlh.1101.desc
major = yes
major_trigger = {
this = overlord
}
illustration_tags = {
10 = interior
10 = regular
}
immediate = {
event_illustration_government_estate_effect = yes
}
option = {
name = flavor_dlh.1101.a
custom_tooltip = {
text = dlh_demand_annexation_of_other_bengali_subjects_tt
overlord = {
every_subject = {
limit = {
this != root
is_bengali_country = yes
}
trigger_event_silently = flavor_dlh.1102
}
}
}
form_country = formable_country:BNG_f
add_liberty_desire = -50
}
option = {
name = flavor_dlh.1101.b
add_liberty_desire = 10
add_stability = stability_extreme_penalty
}
}