[flavor_chk.6] 卡霍基亚精英复兴
时间范围:1337.1.1 - 1437.1.1(每月 20% 概率)
触发条件:
- 国家拥有统治者。
- 国家拥有卡霍基亚地区。
- 国家威望大于 25。
- 国家稳定度大于 33。
- 部落凝聚力大于 50。
- 卡霍基亚地区的发展度大于等于 12。
- 卡霍基亚地区拥有建筑“卡霍基亚木阵”。
关键效果:
- 选项:卡霍基亚正在恢复元气
- 获得巨额威望加成。
- 为国家添加持续 33 年的修正“chk_return_of_political_elite”。
背景介绍: 该事件模拟了14至15世纪期间,北美密西西比文化中心卡霍基亚城邦的精英阶层复兴。当卡霍基亚地区维持了较高的稳定、威望和部落凝聚力,并且其核心圣地“木阵”建筑完好、地区发展繁荣时,古老的统治阶层可能重新巩固其权力,引领社会与政治的复兴,标志着卡霍基亚文明在经历挑战后的一个强盛时期。
完整事件代码:
flavor_chk.6 = { # Revitalization of the Cahokian Elite
type = country_event
title = flavor_chk.6.title
desc = flavor_chk.6.desc
fire_only_once = yes
dynamic_historical_event = {
tag = CHK
from = 1337.1.1
to = 1437.1.1
monthly_chance = 20
}
trigger = {
has_ruler = yes
owns = location:cahokia
prestige > 25
stability > 33
tribal_cohesion > 50
location:cahokia = {
development >= 12
has_building = building_type:woodhenge_of_cahokia
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = our_ruler
}
}
illustration_tags = {
10 = happy
10 = interior
}
option = { # Cahokia is returning to form
name = flavor_chk.6.a
add_prestige = prestige_extreme_bonus
add_country_modifier = { modifier = chk_return_of_political_elite years = 33 mode = add }
}
}