
국가 상호 작용이번 버전 신규
대비잔티움 원정 초대
비잔티움에 맞서 예정된 원정에 Recipient(을)를 초대합니다.
비잔티움국가potential이탈리아문화군select triggermfa_gathering_for_fight_with_byz변수potential정의in_game/common/country_interactions/mfa_join_against_byz.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
5potential = {
}
12allow = {
}
15ai_tick = never
17select_trigger = {
18looking_for_a = country
19target_flag = recipient
20name = "choose_country" 국가 선택:
21column = {
22data = name
}
24visible = {
25is_subject = no
26has_ports = yes
30NOT = {
31scope:actor = {
32is_target_in_variable_list = {
33name = mfa_war_participants
34target = ROOT
}
}
}
}
}
41diplo_chance = {
42base = -40
43rank = -5
44diplomatic_reputation = 1
45opinion = 0.25
46border_distance = -0.05
47yesman = 100000
48relative_strength = -1
49negative_stability = -1
50competing_power = -10
}
53effect = {
54if = {
55limit = {
56exists = scope:recipient
}
58custom_tooltip = recipient_agrees_to_join_war Recipient(이)가 수년 내로 비잔티움에 맞서는 Actor의 전쟁에 합류할 것을 약속합니다
59scope:actor = {
60add_to_variable_list = {
61name = mfa_war_participants
62target = scope:recipient
}
}
}
}
68ai_will_do = {
}