
국가 상호 작용이번 버전 변경
마하사만타로 업그레이드
종속국의 상태를 더욱 충성스러운 형태로 격상합니다.
사만타종속국 유형select triggersamanta_cooldown변수select trigger정의in_game/common/country_interactions/samanta_upgrades.txt:1
2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
11potential = {
}
14allow = {
}
17select_trigger = {
18looking_for_a = country
19interaction_source_list = {
20scope:actor = {
21every_subject = {
22add_to_list = source
}
}
}
26target_flag = recipient
27name = "choose_country" 국가 선택:
28column = {
29data = name
}
34enabled = {
35custom_tooltip = {
36text = maha_samanta_tt 상대국은 최소 10년동안 우리의 사만타였습니다
}
}
}
44effect = {
45scope:recipient = {
}
}
57ai_will_do = {
58add = 100
}
60diplo_chance = {
61base = -90
62current_strength = 0.5
63border_distance = -0.3
64negative_opinion = -1
65positive_opinion = 0.5
66rank_difference = -5
67royal_ties = 1
68relative_strength = -0.5
69culture_war = 2
70diplomatic_reputation = 3
71different_religion = -20
72same_common_language = 5
73same_court_language = 10
74different_culture = -10
75different_government_type = -10
76tax_base = -0.25
}