[flavor_iro.40] 强大的部落团结
时间范围:1337.1.1 - 1737.1.1(每月 10% 概率触发)
触发条件:
- 国家拥有统治者。
- 部落凝聚力 (
tribal_cohesion) 大于 75。 - 稳定度 (
stability) 大于 50。
关键效果:
- 选项:我们的敌人应当畏惧我们无可置疑的团结
- 为国家添加修正项
iro_strong_tribal_unity,持续 25 年。
- 为国家添加修正项
背景介绍: 该事件反映了易洛魁联盟(IRO)在特定历史时期内,当部落内部凝聚力极高且政局稳定时,所展现出的强大团结力量。这种团结不仅巩固了内部治理,也对外部潜在的敌对势力构成了强大的威慑,是联盟得以在北美东北部长期维持其影响力的关键因素之一。
完整事件代码:
flavor_iro.40 = { # Strong Tribal Unity
type = country_event
title = flavor_iro.40.title
desc = flavor_iro.40.desc
fire_only_once = yes
dynamic_historical_event = {
tag = IRO
from = 1337.1.1
to = 1737.1.1
monthly_chance = 10
}
trigger = {
has_ruler = yes
tribal_cohesion > 75
stability > 50
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = our_ruler
}
}
illustration_tags = {
10 = happy
10 = exterior
}
option = { # Our enemies should be wary of our unquestionable unity
name = flavor_iro.40.a
add_country_modifier = { modifier = iro_strong_tribal_unity years = 25 mode = add }
}
}