Подготовка к военной эскалации
Действие

Подготовка к военной эскалации

prepare_military_escalationin_game/common/generic_actions/war_of_religions.txt:1

Соберите солдат, чтобы Religious League Name могла начать войну, противником в которой выступает другая Enemy Religious League Name.

ТребуетРелигиозное превосходствоПовод для войныpotentialКатолическая лигаМеждународное объединениеallow, effect, potentialЕвангелическая унияМеждународное объединениеallow, effect, potentialРелигиозная войнаСитуацияallow, select trigger

Определениеin_game/common/generic_actions/war_of_religions.txt:1

2type = situation
3potential = {
4scope:actor = {
5OR = {
6is_leader_of_international_organization = international_organization:protestant_union
7is_leader_of_international_organization = international_organization:catholic_league
}
9NOT = {
9in_war_of_casus_belli = casus_belli:cb_religious_superiority
}
}
}
19select_trigger = {
20looking_for_a = situation
21interaction_source_list = {
23add_to_list = source
}
}
26target_flag = recipient
27name = "choose_situation" Выберите Concept:
28column = {
29data = name
}
31visible = {
33situation_is_active = yes
}
}
37automation_tick = never
38automation_tick_frequency = 12
39cooldown = {
40type = prepare_military_escalation
41years = 5
}
43effect = {
44if = {
49if = {
50limit = {
50scope:actor = {
50is_leader_of_international_organization = international_organization:protestant_union
}
}
51save_scope_as = target_country
}
}
53else = {
54save_scope_as = target_country
}
}
56if = {
57limit = {
57exists = scope:target_country
}
58scope:actor = {
59if = {
60limit = {
60is_human = yes
}
61add_casus_belli = {
62target = scope:target_country
}
}
66else = {
67declare_war_with_cb = {
68target = scope:target_country
}
}
}
}
}
75else = {
75custom_tooltip = prepare_military_escalation_tt У CL GEN появляется Concept «Религиозное превосходство» для войны против лидера объединения « Enemy Religious League Name»
}
}
77ai_will_do = {
78add = 1000
}