flavor_zmw.2 罗兹维的崛起
时间范围:1650.1.1 - 1720.1.1(每月 1% 概率)
触发条件:
- 国家拥有
dhlo_dhlo地区。
关键效果:
- 选项 A (历史选项):
- 将新角色
Dombo(昌加米尔王朝)设为新统治者。 - 将首都迁至
dhlo_dhlo地区。 - 消灭
rozwi_rebels叛军。 - 将国家名称更改为
RZW,国家形容词更改为RZW_ADJ。
- 将新角色
- 选项 B:
- 在
shangani_province省份中,所有属于本国的peasants类型人口满意度大幅降低,并转而效忠于rozwi_rebels叛军。 - 角色
Dombo转而效忠于rozwi_rebels叛军。
- 在
背景介绍: 该事件模拟了17世纪末至18世纪初,南部非洲罗兹维帝国的崛起。昌加米尔王朝的领袖Dombo在Dhlo-Dhlo地区集结力量,挑战现有政权,最终建立了以军事力量著称的罗兹维国家。事件反映了该地区权力结构的重大变革和新的政治实体的形成。
完整事件代码:
flavor_zmw.2 = { #The Rise of the Rozvi
hide_portraits = yes
type = country_event
title = flavor_zmw.2.title
desc = flavor_zmw.2.desc
historical_info = flavor_zmw.2.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = ZMW
from = 1650.1.1
to = 1720.1.1
monthly_chance = 1
}
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = Dombo
dynasty = dynasty:changamire_dynasty
adm = { 40 90 }
dip = { 50 70 }
mil = { 70 95 }
age = 20
birth_location = location:dhlo_dhlo
estate = estate_type:nobles_estate
save_scope_as = target_character
}
ruler_or_regent ?= {
save_scope_as = target_ruler
}
if = {
limit = {
NOT = {
any_rebel = {
rebel_name_key = rozwi_rebels
}
}
}
create_rebel = {
category = pretender
name = rozwi_rebels
save_scope_as = target_rozwi_rebels
}
}
else = {
scope:target_rozwi_rebels = {
add_rebel_progress = rebel_progress_severe_penalty
}
}
}
trigger = {
owns = location:dhlo_dhlo
}
option = {
name = flavor_zmw.2.a
historical_option = yes
set_new_ruler = scope:target_character
set_capital = location:dhlo_dhlo
destroy_rebel = scope:target_rozwi_rebels
change_country_name = RZW
change_country_adjective = RZW_ADJ
}
option = {
name = flavor_zmw.2.b
custom_tooltip = {
text = rozwi_rebels_joining
province_definition:shangani_province = {
every_location_in_province_definition = {
limit = { owner = root }
every_pop = {
limit = {
owner = root
pop_type = pop_type:peasants
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
change_pop_allegiance = scope:target_rozwi_rebels
}
}
}
}
scope:target_character = {
change_character_allegiance = scope:target_rozwi_rebels
}
}
}