flavor_kor.11 朝鲜半岛统一
时间范围
1337.1.1 - 1837.1.1
每月 1% 概率触发
触发条件
- 拥有整个
hwaju_province省份 - 国家
SSG不存在
关键效果
- 历史选项:
flavor_kor.11.a- 获得少量陆军传统加成
- 在
korea_region区域内,所有可拥有且非本国核心的省份,添加为本国核心
背景介绍
该事件模拟了朝鲜王朝在特定历史时期,通过控制关键地区(如和州省)并排除外部势力(如SSG)的干扰,进而巩固对整个朝鲜半岛的统治,实现区域统一与核心化的历史进程。事件反映了朝鲜中央集权强化与领土整合的一个可能节点。
完整事件代码
flavor_kor.11 = {
type = country_event
title = flavor_kor.11.title
desc = flavor_kor.11.desc
fire_only_once = yes
dynamic_historical_event = {
tag = KOR
from = 1337.1.1
to = 1837.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:peasants }
}
trigger = {
own_entire_province = province_definition:hwaju_province
NOT = { country_exists = c:SSG }
}
option = {
name = flavor_kor.11.a
historical_option = yes
add_army_tradition = army_tradition_mild_bonus
region:korea_region = {
every_location_in_region = {
limit = {
is_ownable = yes
NOT = { is_core_of = root }
}
add_core = root
}
}
}
}