flavor_chk.34 共享文化纽带的丧失
时间范围:1337.1.1 - 1437.1.1(每月 8% 概率)
触发条件:
- 国家拥有统治者。
- 国家控制卡霍基亚(Cahokia)地区。
- 国家拥有变量
chk_enable_downfall_events。
关键效果:
- 选项 A:我们应专注于自身的存续
- 增加少量稳定度。
- 文化获得大量文化传统加成。
- 选项 B:假以时日,这些社群将会回归
- 增加少量部落凝聚力。
- 增加少量威望。
- 文化获得少量文化影响力加成。
背景介绍: 该事件模拟了卡霍基亚文明在14至15世纪期间,可能因社会变迁、人口流动或外部压力,导致其与周边社群共享的文化联系逐渐减弱或断裂的历史进程。统治者面临抉择:是向内巩固自身文化认同,还是对外保持开放,期待离散社群的未来回归。
完整事件代码:
flavor_chk.34 = { # Lost of shared cultural ties
hide_portraits = yes
type = country_event
title = flavor_chk.34.title
desc = flavor_chk.34.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:burghers_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = our_ruler
}
location:cahokia = {
save_scope_as = target_location
}
}
illustration_tags = {
10 = regular
10 = interior
}
option = { # We should instead focus on our preservation
name = flavor_chk.34.a
add_stability = stability_mild_bonus
culture = {
add_cultural_tradition = cultural_tradition_severe_bonus
}
}
option = { # In time, these communities will return
name = flavor_chk.34.b
add_tribal_cohesion = tribal_cohesion_mild_bonus
add_prestige = prestige_weak_bonus
culture = {
add_cultural_influence = cultural_influence_weak_bonus
}
}
}