
Country InteractionChanged this version
Merge Tribes
Merge our tribe with theirs, unifying the two Countries under Actor.
Definitionin_game/common/country_interactions/merge_tribe_iroquois.txt:1
2type = diplomacy
10allow = {
11scope:actor = {
}
}
18select_trigger = {
19looking_for_a = country
20target_flag = recipient
21name = "choose_country" Choose the Country:
22column = {
23data = name
}
25visible = {
26OR = {
}
33is_subject = no
34at_war = no
}
36enabled = {
37not = {
37is_at_war_with = scope:actor
}
38trust = {
39target = scope:actor
40value > 50
}
42opinion = {
43target = scope:actor
44value > 150
}
}
}
49effect = {
50scope:actor = {
53add_diplomats = -3
54annex_country = {
55country = scope:recipient
}
}
}
60ai_will_do = {
}
63diplo_chance = {
64base = -100
65diplomatic_reputation = 3
66opinion = 0.2
67in_debt = 5
68trust_in_actor = 1
}
70accept = {
71add = {
72desc = "IS_BANKRUPT_TOOLTIP" Is Bankrupt
73if = {
74limit = {
75scope:recipient = {
76is_during_bankruptcy = yes
}
}
79value = 1000
}
}
82add = {
83desc = "IS_AT_WAR" Is at War
84if = {
85limit = {
86scope:recipient = {
87at_war = yes
}
}
90value = -25
}
}
}