
Country InteractionChanged this version
Ask to improve Cultural opinion
We will ask them to improve their Culture's opinion of ours.
Definitionin_game/common/country_interactions/improve_cultural_view_subject.txt:1
2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
6potential = {
7scope:actor = {
8culture = {
9dominant_country ?= scope:actor
}
}
}
14allow = {
}
17ai_limit_per_check = 1
19cooldown = {
20type = improve_cultural_view_subject
21years = 50
}
24select_trigger = {
25looking_for_a = country
26target_flag = recipient
27name = "choose_country" Choose the Country:
28column = {
29data = name
}
31visible = {
32culture = {
33dominant_country ?= scope:recipient
}
}
36enabled = {
37NOT = {
38culture = {
39cultural_view = {
40target = scope:actor.culture
41value = kindred
}
}
}
}
}
50effect = {
51scope:recipient = {
52culture = {
53change_cultural_view = {
54target = scope:actor.culture
55change = 1
}
}
}
60if = {
61limit = {
62scope:actor = {
63is_human = yes
}
}
}
}
75ai_will_do = {
77add = {
78if = {
79limit = {
80scope:recipient = {
81culture = {
82cultural_view = {
83target = scope:actor.culture
84value = enemy
}
}
}
}
89value = 45
}
}
92add = {
93if = {
94limit = {
95scope:recipient = {
96culture = {
97cultural_view = {
98target = scope:actor.culture
99value = negative
}
}
}
}
104value = 25
}
}
107add = {
108if = {
109limit = {
110scope:recipient = {
111culture = {
112cultural_view = {
113target = scope:actor.culture
114value = neutral
}
}
}
}
119value = 10
}
}
}