2024-12-04 18:39:30

This commit is contained in:
actions[bot]
2024-12-04 18:39:30 +00:00
parent c18aa12965
commit e89cd323e0
23 changed files with 2604 additions and 541 deletions

View File

@@ -5,6 +5,9 @@ country_event = {
desc = DOH_event.1.d
picture = GFX_aze_anshan
is_triggered_only = yes
immediate = {
hidden_effect = { country_event = { id = DOH_event.2 days = 30 } }
}
option = {
name = DOH_event.1.a
ai_chance = {
@@ -26,7 +29,6 @@ country_event = {
}
}
set_country_flag = DOH_anshanqu
hidden_effect = { country_event = { id = DOH_event.2 days = 30 } }
}
option = {
name = DOH_event.1.b
@@ -56,7 +58,13 @@ country_event = {
}
}
set_country_flag = DOH_yixianqu
hidden_effect = { country_event = { id = DOH_event.2 days = 30 } }
}
option = {
name = DOH_event.1.c
ai_chance = {
base = 0
}
set_country_flag = DOH_fushunqu
}
}
country_event = {
@@ -87,11 +95,18 @@ country_event = {
limit = { has_country_flag = DOH_yixianqu }
hidden_effect = { country_event = { id = DOH_event.4 days = 50 } }
}
if = {
limit = { has_country_flag = DOH_fushunqu }
hidden_effect = { country_event = { id = DOH_event.411 days = 100 } }
}
}
option = {
name = DOH_event.2.b
trigger = {
has_country_flag = DOH_yixianqu
OR = {
has_country_flag = DOH_yixianqu
has_country_flag = DOH_fushunqu
}
}
ai_chance = {
factor = 0
@@ -109,6 +124,115 @@ country_event = {
limit = { has_country_flag = DOH_anshanqu }
hidden_effect = { country_event = { id = DOH_event.5 days = 50 } }
}
if = {
limit = { has_country_flag = DOH_fushunqu }
hidden_effect = { country_event = { id = DOH_event.411 days = 50 } }
}
}
# option = {
# name = DOH_event.2.bb
# trigger = {
# has_country_flag = DOH_fushunqu
# }
# ai_chance = {
# base = 0
# }
# set_country_flag = DOH_quhuangjia
# add_popularity = { ideology = democratic popularity = 0.1 }
# if = {
# limit = { has_country_flag = DOH_anshanqu }
# hidden_effect = { country_event = { id = DOH_event.5 days = 50 } }
# }
# }
}
country_event = {
id = DOH_event.411
title = DOH_event.411.t
desc = DOH_event.411.d
is_triggered_only = yes
option = {
name = DOH_event.411.a
add_political_power = -50
custom_effect_tooltip = "抚顺将不定期给我们带回一些冒险收获。"
add_ideas = DOH_maoxianwangfushun
hidden_effect = {
country_event = {
id = DOH_event.4111
days = 5
}
}
}
}
country_event = {
id = DOH_event.4111
is_triggered_only = yes
hidden = yes
immediate = {
DOH_fushun = {
random_list = {
10 = {
unit_leader_event = { id = getzhg_event.2601 days = 60 random_days = 60 }
}
10 = {
unit_leader_event = { id = getzhg_event.2602 days = 90 random_days = 60 }
}
10 = {
unit_leader_event = { id = getzhg_event.2603 days = 120 random_days = 60 }
}
10 = {
unit_leader_event = { id = getzhg_event.2604 days = 90 random_days = 60 }
}
10 = {
unit_leader_event = { id = getzhg_event.2606 days = 90 random_days = 30 }
}
10 = {
unit_leader_event = { id = getzhg_event.2607 days = 60 random_days = 30 }
}
10 = {
unit_leader_event = { id = getzhg_event.2608 days = 60 random_days = 30 }
}
10 = {
unit_leader_event = { id = getzhg_event.2609 days = 90 random_days = 90 }
}
10 = {
unit_leader_event = { id = getzhg_event.2610 days = 60 random_days = 60 }
}
10 = {
unit_leader_event = { id = getzhg_event.2611 days = 120 random_days = 90 }
}
10 = {
unit_leader_event = { id = getzhg_event.2612 days = 60 random_days = 60 }
}
10 = {
unit_leader_event = { id = getzhg_event.2613 days = 90 random_days = 90 }
}
10 = {
unit_leader_event = { id = getzhg_event.2614 days = 90 random_days = 60 }
}
10 = {
unit_leader_event = { id = getzhg_event.2615 days = 60 random_days = 60 }
}
1 = {
unit_leader_event = { id = getzhg_event.2616 days = 150 random_days = 150}
}
}
}
if = {
limit = {
OR = {
DOH = {
has_character = DOH_fushun
}
DH1 = {
has_character = DOH_fushun
}
}
}
country_event = {
id = DOH_event.4111
days = 60
}
}
}
}
country_event = {
@@ -123,24 +247,30 @@ country_event = {
factor = 5
}
add_popularity = { ideology = communism popularity = 0.1 }
add_country_leader_role = {
Character = DOH_anshan
Promote_leader = yes
Country_leader = {
ideology = leninism
expire = "2000.1.1.1"
traits = {
yfz
}
}
}
DOH_anshan = {
set_portraits = {
civilian = {
large="gfx/leaders/DOH/leader_anshan.png"
}
}
add_attack = 1
add_defense = 1
add_planning = 1
add_logistics = 1
}
# add_country_leader_role = {
# Character = DOH_anshan
# Promote_leader = yes
# Country_leader = {
# ideology = leninism
# expire = "2000.1.1.1"
# traits = {
# yfz
# }
# }
# }
# DOH_anshan = {
# set_portraits = {
# civilian = {
# large="gfx/leaders/DOH/leader_anshan.png"
# }
# }
# }
}
}
country_event = {
@@ -155,18 +285,24 @@ country_event = {
factor = 5
}
add_popularity = { ideology = communism popularity = 0.1 }
add_country_leader_role = {
Character = DOH_yixian
Promote_leader = yes
Country_leader = {
ideology = leninism
expire = "2000.1.1.1"
traits = {
dhzh
rmdyx
}
}
DOH_yixian = {
add_attack = 1
add_defense = 1
add_planning = 1
add_logistics = 1
}
# add_country_leader_role = {
# Character = DOH_yixian
# Promote_leader = yes
# Country_leader = {
# ideology = leninism
# expire = "2000.1.1.1"
# traits = {
# dhzh
# rmdyx
# }
# }
# }
}
}
country_event = {
@@ -181,7 +317,12 @@ country_event = {
factor = 5
}
add_popularity = { ideology = democratic popularity = 0.1 }
DOH_yixian = {
add_attack = 1
add_defense = 1
add_planning = 1
add_logistics = 1
}
}
}
country_event = {
@@ -1334,4 +1475,204 @@ country_event = {
clr_country_flag = DOH_BFL_bifenggang_flag
}
}
}
country_event = {
id = DOH_loong_event.4001
title = DOH_loong_event.4001.t
desc = DOH_loong_event.4001.d
is_triggered_only = yes
option = {
name = DOH_loong_event.4001.a
ai_chance = {
base = 50
modifier = {
BFL = {
has_completed_focus = BFL_xiangyouzhuan
}
add = -50
}
}
DOH = {
country_event = {
id = DOH_loong_event.4002
days = 2
}
}
}
option = {
name = DOH_loong_event.4001.b
ai_chance = {
base = 10
}
custom_effect_tooltip = "东煌可能会因此记恨我们。"
DOH = {
country_event = {
id = DOH_loong_event.4003
days = 2
}
}
}
}
country_event = {
id = DOH_loong_event.4002
title = DOH_loong_event.4002.t
desc = DOH_loong_event.4002.d
is_triggered_only = yes
option = {
name = DOH_loong_event.4002.a
ai_chance = {
base = 50
}
DOH = {
set_technology = {
improved_light_tank_chassis = 1
}
add_equipment_to_stockpile = {
type = infantry_equipment
amount = 8000
}
add_equipment_to_stockpile = {
type = artillery_equipment
amount = 1000
}
}
}
}
country_event = {
id = DOH_loong_event.4003
title = DOH_loong_event.4003.t
desc = DOH_loong_event.4003.d
is_triggered_only = yes
option = {
name = DOH_loong_event.4003.a
ai_chance = {
base = 50
}
DOH = {
army_experience = 150
add_popularity = {
ideology = communist
popularity = -0.05
}
}
}
}
country_event = {
id = DOH_loong_event.5001
title = DOH_loong_event.5001.t
desc = DOH_loong_event.5001.d
is_triggered_only = yes
option = {
name = DOH_loong_event.5001.aa
complete_national_focus = DOH_daduoshu
ai_chance = {
base = 50
}
}
option = {
name = DOH_loong_event.5001.ab
complete_national_focus = DOH_pingwenxuanze
ai_chance = {
base = 50
}
}
option = {
name = DOH_loong_event.5001.ac
complete_national_focus = DOH_jijifangyu
ai_chance = {
base = 50
}
}
option = {
name = DOH_loong_event.5001.ad
complete_national_focus = DOH_ewairenxuan
trigger = {
NOT = {
country_exists = DH1
}
}
ai_chance = {
base = 50
}
}
}
country_event = {
id = DOH_loong_event.5101
title = DOH_loong_event.5101.t
desc = DOH_loong_event.5101.d
is_triggered_only = yes
option = {
name = DOH_loong_event.5101.aa
ai_chance = {
base = 50
}
add_country_leader_role = {
character = DOH_yixian
promote_leader = yes
country_leader = {
ideology = liberalism
expire = "2001.1.1.1"
traits = {
dhzh
yfz
}
}
}
}
option = {
name = DOH_loong_event.5101.ab
ai_chance = {
base = 50
}
add_country_leader_role = {
character = DOH_huanchang
promote_leader = yes
country_leader = {
ideology = liberalism
expire = "2001.1.1.1"
traits = {
yingshilidao
jiangtaigongdiaoyufa
}
}
}
}
option = {
name = DOH_loong_event.5101.ac
ai_chance = {
base = 50
}
add_country_leader_role = {
character = DOH_dingan
promote_leader = yes
country_leader = {
ideology = liberalism
expire = "2001.1.1.1"
traits = {
mingjianwanli
}
}
}
}
option = {
name = DOH_loong_event.5101.ad
ai_chance = {
base = 50
}
add_country_leader_role = {
character = DOH_haitian
promote_leader = yes
country_leader = {
ideology = liberalism
expire = "2001.1.1.1"
traits = {
wenquxing
}
}
}
}
}