
국가 상호 작용
관계 공식화
상대국과의 관계를 공식화하여 상대국이 우리 국가에 대해 갖는 우호도와 신뢰 수준을 향상합니다.
프랑스국가potential
로마국가select triggerenabled_formalized_relations변수potential정의in_game/common/country_interactions/formalize_italian_state_relations.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
5potential = {
6scope:actor = {
8custom_tooltip = {
9text = has_unlocks_formalize_relations_action 이탈리아 현안 동적 역사 이벤트에서 관계 공식화 외교 행동을 잠금 해제함
}
}
}
15allow = {
16scope:actor = {
17num_of_diplomats >= 3
}
}
21select_trigger = {
22looking_for_a = country
23target_flag = recipient
24name = "choose_country" 국가 선택:
25column = {
26data = name
}
33enabled = {
34not = {
34is_at_war_with = scope:actor
}
35not = {
35is_rival_of = scope:actor
}
36NOT = {
36has_opinion = {
36modifier = opinion_formalized_relations_italian
36target = scope:actor
}
}
}
}
40effect = {
41scope:actor = {
42add_diplomats = -3
43add_trust_equilibrium = {
44modifier = trust_fra_italian_formalize_relations
45target = scope:recipient
}
47add_opinion = {
48modifier = opinion_formalized_relations_italian
49target = scope:recipient
}
}
52scope:recipient = {
53add_trust_equilibrium = {
54modifier = trust_fra_italian_formalize_relations
55target = scope:actor
}
57add_opinion = {
58modifier = opinion_formalized_relations_italian
59target = scope:actor
}
}
}