2024-09-22 16:31:17
All checks were successful
sync / build (push) Successful in 50s

This commit is contained in:
actions[bot]
2024-09-22 16:31:17 +00:00
parent eaa9d1a6ff
commit e1727eeee8
12 changed files with 2144 additions and 8 deletions

View File

@@ -559,4 +559,29 @@ country_event = {
base = 1
}
}
}
country_event = {
id = BLI_event.14
title = BLI_event.14.t
desc = BLI_event.14.d
picture = GFX_aze_buli
trigger = {
tag = BLI
OR = { has_full_control_of_state = 279
has_full_control_of_state = 507
has_full_control_of_state = 506 }
NOT = { has_global_flag = BLI_get_mainland_state }
}
option = {
name = BLI_event.14.a
ai_chance = {
factor = 5
}
set_global_flag = BLI_get_mainland_state
army_experience = 100
add_political_power = 200
}
}

View File

@@ -573,4 +573,29 @@ country_event = {
factor = 0
}
}
}
country_event = {
id = SIR_event.13
title = SIR_event.13.t
desc = SIR_event.13.d
picture = aze_sr1
trigger = {
tag = SIR
OR = { has_full_control_of_state = 307
has_full_control_of_state = 691
has_full_control_of_state = 695 }
NOT = { has_global_flag = SIR_get_mainland_state }
}
option = {
name = SIR_event.13.a
ai_chance = {
factor = 5
}
set_global_flag = SIR_get_mainland_state
army_experience = 100
add_political_power = 200
}
}