
Landesinteraktion
Seeleute beanspruchen
Wir werden einige Seeleute des Landes in unsere Marine aufnehmen.
Definitionin_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" Das Land wählen:
23column = {
24data = name
}
26visible = {
}
28enabled = {
31monthly_sailors > 0
}
}
35effect = {
37scope:recipient = {
38add_sailors = {
39value = scope:recipient.monthly_sailors
40multiply = -6
}
}
45scope:actor = {
46add_sailors = {
47value = scope:recipient.monthly_sailors
48multiply = 6
}
}
}