外交関係
倭寇の後援
国家は倭寇を支持することで襲撃されなくなり、「倭寇への出資」を得る。
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
}
}
}