flavor_iro.45 欢迎斯卡鲁雷人(塔斯卡罗拉人)
时间范围
- 起始日期:1637.1.1
- 结束日期:1776.1.1
- 触发概率:每月 10% 概率
触发条件
- 国家拥有统治者。
- 国家至少拥有一个省份,其主流文化为
culture:skarureh_culture(斯卡鲁雷文化)。
关键效果
- 选项 A:欢迎斯卡鲁雷人成为第六个民族!
- 标记为 历史选项。
- 效果:
- 将
culture:skarureh_culture(斯卡鲁雷文化)添加为国家的可接受文化。 - 对文化施加
cultural_influence_severe_bonus(显著的文化影响力加成)。
- 将
- 选项 B:斯卡鲁雷人必须融入 <root.culture>
- 效果:
- 增加
stability_mild_bonus(轻微的稳定度加成)。
- 增加
- 效果:
背景介绍
该事件模拟了易洛魁联盟(IRO)在17至18世纪期间,面对来自南方的塔斯卡罗拉人(Skarureh)迁移或寻求加入的历史情境。塔斯卡罗拉人因欧洲殖民扩张带来的压力,逐渐北迁并与易洛魁联盟接触。事件反映了易洛魁联盟如何应对这一新群体的融入——是正式接纳其为联盟的“第六个民族”,还是要求其同化于现有主体文化。这一决策对联盟的内部文化结构、凝聚力及稳定度均会产生影响。
完整事件代码
flavor_iro.45 = { # Welcoming of the Skarure # Tuscarora
type = country_event
title = flavor_iro.45.title
desc = flavor_iro.45.desc
fire_only_once = yes
dynamic_historical_event = {
tag = IRO
from = 1637.1.1
to = 1776.1.1
monthly_chance = 10
}
trigger = {
has_ruler = yes
any_owned_location = {
dominant_culture = culture:skarureh_culture
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = our_ruler
}
}
illustration_tags = {
10 = regular
10 = interior
}
option = { # Welcome the Skarureh as the sixth nation!
name = flavor_iro.45.a
historical_option = yes
add_accepted_culture = culture:skarureh_culture
culture = {
add_cultural_influence = cultural_influence_severe_bonus
}
}
option = { # The Skarureh must integrate with <root.culture>
name = flavor_iro.45.b
add_stability = stability_mild_bonus
}
}