2025-01-24 13:45:53

This commit is contained in:
actions[bot]
2025-01-24 13:45:53 +00:00
parent 02e2c16a37
commit e4a27e8b51
64 changed files with 1684 additions and 165 deletions

View File

@@ -195,6 +195,8 @@ country_event = {
add_article_xix = yes
add_starting_navy_spirits = yes
sign_naval_treaty = yes
}
}

View File

@@ -329,4 +329,72 @@ country_event = {
option = { #great
name = MTG_naval_treaty.11.a
}
}
country_event = { #notification about 2nd London Naval Conference
id = MTG_naval_treaty.12
title = MTG_naval_treaty.12.t
desc = MTG_naval_treaty.12.d
picture = GFX_report_event_second_london_treaty
is_triggered_only = yes
option = { #yes
name = MTG_naval_treaty.12.a
if = {
limit = { has_idea = MTG_naval_treaty_adherent }
swap_ideas = {
remove_idea = MTG_naval_treaty_adherent
add_idea = MTG_naval_treaty_adherent_1936
}
}
else = {
swap_ideas = {
remove_idea = MTG_naval_treaty_cheating
add_idea = MTG_naval_treaty_adherent_1936
}
}
if = {
limit = {
OR = {
has_government = fascism
has_government = communism
}
}
custom_effect_tooltip = fascism_renew_naval_treaty_tt
add_political_power = -100
}
else = {
custom_effect_tooltip = democracy_renew_naval_treaty_tt
add_political_power = 10
}
set_country_flag = MTG_second_london_treaty_signed
ai_chance = {
factor = 100
modifier = {
OR = {
has_government = fascism
has_government = communism
}
factor = 0
}
}
}
option = { #no
name = MTG_naval_treaty.12.b
modify_global_flag = { flag = MTG_naval_treaty_violator value = 1 }
ai_chance = {
factor = 10
modifier = {
NOT = {
has_government = fascism
has_government = communism
}
factor = 0
}
}
}
}