Вербовка моряков
Взаимодействие с державой

Вербовка моряков

press_sailorsin_game/common/country_interactions/press_sailors.txt:1

Мы позовём часть их моряков служить в нашем флоте.

Определениеin_game/common/country_interactions/press_sailors.txt:1

2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
5potential = {
}
9allow = {
}
12select_trigger = {
13looking_for_a = country
14interaction_source_list = {
15scope:actor = {
16every_subject = {
17add_to_list = source
}
}
}
21target_flag = recipient
22name = "choose_country" Выберите Concept:
23column = {
24data = name
}
26visible = {
}
28enabled = {
29subject_loyalty >= MIN_SUBJECT_LOYALTY_FOR_ACTION (50)
31monthly_sailors > 0
}
}
35effect = {
37scope:recipient = {
38add_sailors = {
39value = scope:recipient.monthly_sailors
40multiply = -6
}
42add_liberty_desire = liberty_desire_mild_plus (10)
}
45scope:actor = {
46add_sailors = {
47value = scope:recipient.monthly_sailors
48multiply = 6
}
}
}