2024-07-22 12:53:39
All checks were successful
sync / build (push) Successful in 57s

This commit is contained in:
actions[bot]
2024-07-22 12:53:39 +08:00
parent 27ba1589df
commit 6a03dad17f
20 changed files with 352 additions and 120 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
}
}
}
}
}