
국가 상호 작용
추가 조공 요구
상대국에 더 많은 금전을 바치라고 요구합니다.
조공국종속국 유형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" 국가 선택:
27column = {
28data = name
}
34enabled = {
}
}
41effect = {
42scope:recipient = {
45add_opinion = {
45target = scope:actor
45modifier = opinion_demanded_additional_tribute
}
}
}