[flavor_kor.32] 朝鲜兵变
时间范围:1600.1.1 - 1625.1.1,每月 10% 概率触发
触发条件:
- 国家拥有至少一名将军。
- 国家拥有君主。
- 陆军规模大于等于 2。
关键效果:
- 选项:
flavor_kor.32.a- 效果:增加政府权力(轻度惩罚)。
- 显示自定义提示
kor_mutiny。
背景介绍: 此事件模拟了朝鲜王朝(KOR)在17世纪初期可能发生的军事叛乱。在1600年至1625年间,拥有一定军事实力的朝鲜可能面临其麾下将军率领部队倒戈、自立为王的内部危机。事件反映了当时朝鲜可能存在的军事将领权力过大、中央控制力减弱以及潜在的王朝继承争端问题。
完整事件代码:
flavor_kor.32 = {
hide_portraits = yes
type = country_event
title = flavor_kor.32.title
desc = flavor_kor.32.desc
trigger = {
any_character = {
is_general = yes
unit.unit_location.owner ?= ROOT
}
has_ruler = yes
army_size >= 2
}
illustration_tags = {
10 = exterior
10 = armed
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
random_character = {
limit = {
is_general = yes
unit.unit_location.owner ?= ROOT
}
save_scope_as = target_character
}
create_rebel = {
category = pretender
name = korean_pretender_mutiny
save_scope_as = target_rebels
}
scope:target_character = {
change_character_allegiance = scope:target_rebels
unit = {
save_scope_as = target_unit
unit_location = {
save_scope_as = target_location
province = {
every_location_in_province = {
every_pop = {
change_pop_allegiance = scope:target_rebels
}
}
}
}
}
}
scope:target_rebels = {
start_civil_war = {
save_scope_as = target_country
set_variable = {
name = will_not_surrender
years = 3
}
}
}
scope:target_unit = {
change_unit_owner = scope:target_country
}
ruler_or_regent ?= {
save_scope_as = our_ruler
}
}
fire_only_once = yes
dynamic_historical_event = {
tag = KOR
from = 1600.1.1
to = 1625.1.1
monthly_chance = 10
}
option = {
name = flavor_kor.32.a
add_government_power = government_power_mild_penalty
custom_tooltip = kor_mutiny
}
}