flavor_mam.46 穆哈台斯布监察官
事件ID:flavor_mam.46
时间范围
1300.1.1 - 1800.1.1 每月触发概率:1%
触发条件
- 国家拥有市场 (
has_markets = yes)
关键效果
选项 A:flavor_mam.46.a (历史选项)
- 财政支出:减少 6 金币。
- 解锁特权:解锁名为
mam_muhtasibs的阶层特权。 - 阶层关系:市民阶层 (
burghers_estate) 满意度获得小幅提升 (estate_satisfaction_mild_bonus)。
选项 B:flavor_mam.46.b
- 阶层关系:市民阶层 (
burghers_estate) 满意度遭受严重惩罚 (estate_satisfaction_severe_penalty)。
背景介绍
在伊斯兰世界中,穆哈台斯布是负责监督市场道德、商业公平和公共秩序的官员。对于马穆鲁克苏丹国而言,建立或强化这一监察体系,意味着国家权力对城市经济与社会生活的深度介入。这一举措旨在规范市场、打击欺诈、维护宗教与社会规范,但同时也需要投入国家资源,并可能影响与市民阶层的关系。统治者需要在加强控制与维持社会和谐之间做出抉择。
完整事件代码
flavor_mam.46 = { #The Muhtasib Inspectors
type = country_event
title = flavor_mam.46.title
desc = flavor_mam.46.desc
fire_only_once = yes
historical_info = flavor_mam.46.historical_info
dynamic_historical_event = {
tag = MAM
from = 1300.1.1
to = 1800.1.1
monthly_chance = 1
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
}
illustration_tags = {
10 = exterior
10 = angry
}
trigger = {
has_markets = yes
}
option = {
name = flavor_mam.46.a
historical_option = yes
change_gold_effect = { scale = -6 }
unlock_estate_privilege_effect = {
type = mam_muhtasibs
}
add_estate_satisfaction = {
type = estate_type:burghers_estate
value = estate_satisfaction_mild_bonus
}
}
option = {
name = flavor_mam.46.b
add_estate_satisfaction = {
type = estate_type:burghers_estate
value = estate_satisfaction_severe_penalty
}
}
}