2024-07-22 16:01:10
All checks were successful
sync / build (push) Successful in 58s

This commit is contained in:
actions[bot]
2024-07-22 16:01:11 +08:00
parent 21cb4038a2
commit 5bccce5ada
20 changed files with 357 additions and 119 deletions

View File

@@ -724,4 +724,68 @@ country_event = {
}
add_to_faction = DH1
}
}
country_event = {
id = DH1_event.111
title = DH1_event.111.t
desc = DH1_event.111.d
picture = GFX_aze_chaijun_nice
is_triggered_only = yes
option = {
name = DH1_event.111.a
ai_chance = {
factor = 1
}
custom_effect_tooltip = DH1_event.111.at
hidden_effect = {
TAN = {
DOH_yingrui_advisor = {
set_nationality = DOH
}
}
}
}
}
country_event = {
id = DH1_event.112
title = DH1_event.112.t
desc = DH1_event.112.d
picture = GFX_aze_chaijun_nice
is_triggered_only = yes
option = {
name = DH1_event.112.a
ai_chance = {
factor = 1
}
custom_effect_tooltip = DH1_event.112.at
hidden_effect = {
TAN = {
DOH_pinghai_advisor = {
set_nationality = DOH
}
}
}
}
}
country_event = {
id = DH1_event.113
title = DH1_event.113.t
desc = DH1_event.113.d
picture = GFX_aze_chaijun_nice
is_triggered_only = yes
option = {
name = DH1_event.113.a
ai_chance = {
factor = 1
}
custom_effect_tooltip = DH1_event.113.at
hidden_effect = {
TAN = {
DOH_haerbin_advisor = {
set_nationality = DOH
}
}
}
}
}