flavor_son.11 促进穆斯林学者发展
时间范围
- 起始日期:1510年1月1日
- 结束日期:1560年1月1日
- 触发概率:每月 5% 概率
触发条件
- 国家宗教属于穆斯林宗教组(
religion.group = religion_group:muslim)
关键效果
选项 A
- 解锁阶层特权:促进穆斯林学者(
unlock_estate_privilege_effect = { type = promotion_of_muslim_scholars })
选项 B
- 获得少量威望加成(
add_prestige = prestige_mild_bonus) - 若存在君主或摄政,则为其增加 5 点外交、行政和军事能力(
add_dip = 5,add_adm = 5,add_mil = 5)
背景介绍
在16世纪上半叶,索宁克帝国(Songhai Empire)作为西非的伊斯兰强国,其统治者面临着如何巩固国家治理与宗教影响力的抉择。这一时期,帝国可以通过支持伊斯兰学者阶层来强化宗教与法律体系,或选择直接增强中央权威与君主个人能力,以应对内外挑战。
完整事件代码
flavor_son.11 = {
type = country_event
title = flavor_son.11.title
desc = flavor_son.11.desc
illustration_tags = {
10 = happy
10 = interior
}
fire_only_once = yes
dynamic_historical_event = {
tag = SON
from = 1510.1.1
to = 1560.1.1
monthly_chance = 5
}
trigger = {
religion.group = religion_group:muslim
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
ruler_or_regent ?= {
save_scope_as = target_character
}
}
option = {
name = flavor_son.11.a
unlock_estate_privilege_effect = { type = promotion_of_muslim_scholars }
}
option = {
name = flavor_son.11.b
add_prestige = prestige_mild_bonus
ruler_or_regent ?= {
add_dip = 5
add_adm = 5
add_mil = 5
}
}
}