flavor_mam.40 亚历山大港的骄傲
时间范围:1380.1.1 - 1800.1.1(每月 1% 概率)
触发条件:
- 国家拥有亚历山大港地区。
关键效果:
- 选项 A (flavor_mam.40.a):
- 获得少量威望加成。
- 在亚历山大港地区:
- 建造建筑“亚历山大灯塔”。
- 获得大量繁荣度加成。
- 选项 B (flavor_mam.40.b):
- 获得少量威望惩罚。
背景介绍: 亚历山大港是古代世界最伟大的城市之一,其标志性的灯塔曾是古代七大奇迹之一。作为马穆鲁克苏丹国的统治者,您有机会重建或至少恢复这座传奇建筑的荣耀,以彰显您的权力和对历史遗产的尊重,从而提升国家的声望与繁荣。当然,您也可以选择忽视这一象征,专注于其他事务。
完整事件代码:
flavor_mam.40 = { #The Pride of Alexandria
type = country_event
title = flavor_mam.40.title
desc = flavor_mam.40.desc
fire_only_once = yes
dynamic_historical_event = {
tag = MAM
from = 1380.1.1
to = 1800.1.1
monthly_chance = 1
}
trigger = {
owns = location:alexandria
}
immediate = {
location:alexandria = {
save_scope_as = target_location
}
}
option = {
name = flavor_mam.40.a
add_prestige = prestige_mild_bonus
location:alexandria = {
construct_building = {
building_type = building_type:lighthouse_of_alexandria
}
change_prosperity = prosperity_severe_bonus
}
}
option = {
name = flavor_mam.40.b
add_prestige = prestige_mild_penalty
}
}