
Взаимодействие с державой
Требование дополнительной дани
Мы потребуем от них финансовой поддержки.
ДанникТип ленникаselect triggerОпределениеin_game/common/country_interactions/demand_additional_tribute.txt:1
2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
5diplomatic_cost = demand_additional_tribute_cost
7potential = {
8scope:actor = {
9country_type = location
}
}
13allow = {
}
16select_trigger = {
17looking_for_a = country
18interaction_source_list = {
19scope:actor = {
20every_subject = {
21add_to_list = source
}
}
}
25target_flag = recipient
26name = "choose_country" Выберите Concept:
27column = {
28data = name
}
34enabled = {
}
}
41effect = {
42scope:recipient = {
45add_opinion = {
45target = scope:actor
45modifier = opinion_demanded_additional_tribute
}
}
}