flavor_chk.33 贸易荣耀的衰落
时间范围:1337.1.1 - 1437.1.1(每月 8% 概率)
触发条件:
- 国家拥有统治者。
- 国家控制卡霍基亚(Cahokia)地区。
- 国家拥有变量
chk_enable_downfall_events。
关键效果:
- 选项 A:搜刮剩余的物资
- 获得 300 金币。
- 获得少量声望惩罚。
- 选项 B:将物资重新分配给剩余的社群
- 获得少量稳定度加成。
- 获得少量部落凝聚力加成。
- 获得少量声望惩罚。
背景介绍: 该事件描述了卡霍基亚文明在14世纪至15世纪期间,其贸易网络与繁荣景象可能面临的衰退。作为北美密西西比文化的重要中心,卡霍基亚的衰落可能与资源枯竭、社会结构变化或外部压力有关。事件反映了领导者在此历史转折点面临的选择:是攫取最后的财富,还是尝试维系社群的存续。
完整事件代码:
flavor_chk.33 = { # Decline of Trading Glory
type = country_event
title = flavor_chk.33.title
desc = flavor_chk.33.desc
fire_only_once = yes
dynamic_historical_event = {
tag = CHK
from = 1337.1.1
to = 1437.1.1
monthly_chance = 8
}
trigger = {
has_ruler = yes
owns = location:cahokia
has_variable = chk_enable_downfall_events
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:burghers_estate }
ruler ?= {
save_scope_as = our_ruler
}
}
illustration_tags = {
10 = angry
10 = exterior
}
option = { # Scavenge the leftover remains
name = flavor_chk.33.a
add_gold = 300
add_prestige = prestige_mild_penalty
}
option = { # Redistribute what we can to the remaining community
name = flavor_chk.33.b
add_stability = stability_mild_bonus
add_tribal_cohesion = tribal_cohesion_mild_bonus
add_prestige = prestige_mild_penalty
}
}