flavor_tur.101 夜之力量
时间范围:1537.1.1 - 1837.1.1,每月 5% 概率触发
触发条件:
- 国家拥有统治者。
- 统治者的宗教 不是 逊尼派。
- 国家首都存在。
- 国家首都必须同时满足以下人口条件:
- 存在信仰为 逊尼派 或 东正教 的人口。
- 存在信仰 既不是逊尼派也不是东正教 的人口。
关键效果:
-
选项 A (历史选项):
- 首都信仰为逊尼派或东正教的人口:获得
pop_satisfaction_severe_penalty(民众满意度严重惩罚)。 - 首都信仰非逊尼派且非东正教的人口:获得
pop_satisfaction_mild_bonus(民众满意度轻微增益)。
- 首都信仰为逊尼派或东正教的人口:获得
-
选项 B:
- 首都信仰非逊尼派且非东正教的人口:获得
pop_satisfaction_severe_bonus(民众满意度严重增益)。 - 随后有50%概率为统治者增加3点外交能力。
- 或者有50%概率导致 首都中属于市民阶层且信仰为逊尼派或东正教的人口 获得
pop_satisfaction_extreme_penalty(民众满意度极端惩罚)。
- 首都信仰非逊尼派且非东正教的人口:获得
-
选项 C:
- 首都信仰为逊尼派或东正教的人口:获得
pop_satisfaction_mild_bonus(民众满意度轻微增益)。 - 首都信仰非逊尼派且非东正教的人口:获得
pop_satisfaction_ultimate_penalty(民众满意度终极惩罚)。 - 国家获得相当于当前月收入2倍的金币。
- 首都信仰为逊尼派或东正教的人口:获得
背景介绍: 在奥斯曼帝国漫长的统治时期,其首都(如君士坦丁堡/伊斯坦布尔)汇聚了来自帝国各地、信仰各异的多元人口。当一位非逊尼派的统治者登上苏丹宝座时,如何平衡首都内占多数的穆斯林(逊尼派)与东正教社群,以及其他少数宗教群体之间的利益与诉求,成为了一个微妙而关键的政治议题。统治者的决策将直接影响到不同社群的忠诚度与首都的稳定。
完整事件代码:
flavor_tur.101 = { #The Power of Night
hide_portraits = yes
type = country_event
title = flavor_tur.101.title
desc = flavor_tur.101.desc
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1537.1.1
to = 1837.1.1
monthly_chance = 5
}
historical_info = flavor_tur.101.historical_info
trigger = {
has_ruler = yes
ruler.religion != religion:sunni
exists = capital
capital = {
any_pop = {
OR = {
religion = religion:sunni
religion = religion:orthodox
}
}
any_pop = {
NOR = {
religion = religion:sunni
religion = religion:orthodox
}
}
}
}
immediate = {
root.ruler = { save_scope_as = target_ruler }
capital = {
save_scope_as = capital_location
}
}
option = {
name = flavor_tur.101.a
historical_option = yes
custom_tooltip = {
text = flavor_tur.101.a_majority.tt
scope:capital_location = {
every_pop = {
limit = {
owner = root
OR = {
religion = religion:sunni
religion = religion:orthodox
}
}
add_pop_satisfaction = pop_satisfaction_severe_penalty
}
}
}
custom_tooltip = {
text = flavor_tur.101.a_minority.tt
scope:capital_location = {
every_pop = {
limit = {
owner = root
NOR = {
religion = religion:sunni
religion = religion:orthodox
}
}
add_pop_satisfaction = pop_satisfaction_mild_bonus
}
}
}
}
option = {
name = flavor_tur.101.b
custom_tooltip = defend_heathens.tt
custom_tooltip = {
text = flavor_tur.101.b_minority.tt
scope:capital_location = {
every_pop = {
limit = {
owner = root
NOR = {
religion = religion:sunni
religion = religion:orthodox
}
}
add_pop_satisfaction = pop_satisfaction_severe_bonus
}
}
}
random_list = {
50 = {
scope:target_ruler = {
add_dip = 3
}
}
50 = {
custom_tooltip = {
text = flavor_tur.101.b_majority.tt
scope:capital_location = {
every_pop = {
limit = {
owner = root
pop_type = pop_type:burghers
OR = {
religion = religion:sunni
religion = religion:orthodox
}
}
add_pop_satisfaction = pop_satisfaction_extreme_penalty
}
}
}
}
}
}
option = {
name = flavor_tur.101.c
custom_tooltip = {
text = flavor_tur.101.c_majority.tt
scope:capital_location = {
every_pop = {
limit = {
owner = root
OR = {
religion = religion:sunni
religion = religion:orthodox
}
}
add_pop_satisfaction = pop_satisfaction_mild_bonus
}
}
}
custom_tooltip = {
text = flavor_tur.101.c_minority.tt
scope:capital_location = {
every_pop = {
limit = {
owner = root
NOR = {
religion = religion:sunni
religion = religion:orthodox
}
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
change_gold_effect = { scale = 2 }
}
}