[flavor_dlh.1] 马拉地文化事件
时间范围:1650.1.1 - 1750.1.1(每月 2% 概率)
触发条件:
- 国家宗教属于穆斯林宗教组 (
religion.group = religion_group:muslim) - 国家内马拉地文化人口比例大于 0 (
"culture_percentage_in_country(culture:marathi_culture)" > 0)
关键效果:
- 选项 A (历史选项):
- 名称:
flavor_dlh.1.a - 效果:对本国所有马拉地文化人口施加
pop_satisfaction_ultimate_penalty(人口满意度终极惩罚)。
- 名称:
- 选项 B:
- 名称:
flavor_dlh.1.b - 效果:国家稳定性增加
stability_ultimate_penalty(稳定性终极惩罚)。
- 名称:
背景介绍: 该事件模拟了17世纪中叶至18世纪中叶,一个信奉伊斯兰教的政权统治下,其境内存在马拉地文化人口时可能面临的治理挑战。马拉地人主要生活在印度次大陆的德干地区,拥有独特的文化和历史传统。当伊斯兰教统治者试图整合或管理这些文化迥异的群体时,可能引发文化冲突或不满,迫使统治者做出抉择:是强硬压制以维持稳定,还是承受不满以换取其他方面的稳固。
完整事件代码:
flavor_dlh.1 = {
type = country_event
title = flavor_dlh.1.title
desc = flavor_dlh.1.desc
fire_only_once = yes
dynamic_historical_event = {
tag = DLH
from = 1650.1.1
to = 1750.1.1
monthly_chance = 2
}
trigger = {
religion.group = religion_group:muslim
"culture_percentage_in_country(culture:marathi_culture)" > 0
}
illustration_tags = {
10 = exterior
10 = regular
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
}
option = {
name = flavor_dlh.1.a
historical_option = yes
custom_tooltip = {
text = flavor_dlh.1.a.tt
every_pop = {
limit = {
owner = root
culture = culture:marathi_culture
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
option = {
name = flavor_dlh.1.b
add_stability = stability_ultimate_penalty
}
}