외교 관계
왜구 후원 협약
국가가 왜구에 후원을 제공해 더 이상 습격당하지 않게 되며, 왜구 후원 중 보정치를 얻습니다.
2type = diplomacy
3relation_type = oneway
4break_on_war = yes
5fleet_basing_rights = yes
6receiving_color = rgb {
60
120
0
}
7giving_color = rgb {
40
100
0
}
8category = {
9offer = CATEGORY_FRIENDLY_ACTIONS
10request = CATEGORY_FRIENDLY_ACTIONS
11cancellation = CATEGORY_HOSTILE_ACTIONS
12break = CATEGORY_HOSTILE_ACTIONS
}
15relation_type_for_ai = friendly
17visible = {
18scope:actor = {
19is_subject = no
}
23scope:recipient = {
24is_subject = no
}
}
30offer_enabled = {
31custom_tooltip = {
32text = already_receiving_sponsorship_tt 이미 다른 국가로부터 후원을 받고 있습니다
}
}
41offer_effect = {
}
60will_expire_trigger = {
61scope:second = {
62OR = {
63is_subject = yes
}
}
}
71wants_to_give_diplo_chance = {
72actor_is_rival = -100
73base = -40
74trust_in_actor = 1
75positive_opinion = 0.5
76negative_opinion = -1
77border_distance = -0.01
78same_court_language = 10
79strategic_interest = 1
80common_threat = 3
81relative_strength = 40
}
83wants_to_give = {
84add = {
85desc = "THEIR_OPINION_TOOLTIP" 우리에 대한 상대국의 우호도
86value = "scope:recipient.opinion(scope:actor)"
87divide = 2
}
89add = {
90desc = "DIPLOREASON_DIPLOMATIC_REPUTATION" 외교 평판
}
96add = {
97desc = "DISTANCE_TO_TARGET" 거리
98scope:recipient = {
99value = "border_distance_to(scope:actor)"
100multiply = -0.02
}
}
103add = {
104desc = "game_concept_rival" 경쟁국
105if = {
106limit = {
107scope:recipient = {
108is_rival_of = scope:actor
}
}
111value = -1000
}
}
}
115wants_to_receive = {
116add = {
117desc = "DIPLOREASON_GOOD_FOR_US" 우리에게 유리
118value = 20
}
120add = {
121desc = "THEIR_OPINION_TOOLTIP" 우리에 대한 상대국의 우호도
122value = "scope:recipient.opinion(scope:actor)"
123divide = 2
}
125add = {
126desc = "DIPLOREASON_DIPLOMATIC_REPUTATION" 외교 평판
}
132add = {
133desc = "DISTANCE_TO_TARGET" 거리
134scope:recipient = {
135value = "border_distance_to(scope:actor)"
136multiply = -0.02
}
}
139add = {
140desc = "game_concept_rival" 경쟁국
141if = {
142limit = {
143scope:recipient = {
144is_rival_of = scope:actor
}
}
147value = -1000
}
}
}