Relação Diplomática
Direitos de Fondaco
Um País concederá a outro país o direito de construir Fondaco em seu território.
2type = diplomacy
3relation_type = oneway
4break_on_war = yes
5category = {
6offer = CATEGORY_ECONOMY_ACTIONS
7request = CATEGORY_ECONOMY_ACTIONS
8cancellation = CATEGORY_ECONOMY_ACTIONS
9break = CATEGORY_ECONOMY_ACTIONS
}
12relation_type_for_ai = friendly
14visible = {
15scope:recipient = {
18within_diplomatic_range = scope:actor
}
}
22break_enabled = {
23OR = {
24scope:recipient = {
25NOT = {
25has_reform = government_reform:merchant_republic
}
}
27scope:actor = {
28OR = {
33is_embargoed_by = scope:recipient
34is_embargoing = scope:recipient
35giving_scripted_relation = {
37target = scope:recipient
}
}
}
}
}
44wants_to_receive = {
45add = {
46desc = "DIPLOREASON_GOOD_FOR_US" Bom para Nós
47value = 100
}
}
51wants_to_give = {
52add = {
53desc = "THEIR_OPINION_TOOLTIP" A opinião deles sobre nós
54value = "scope:recipient.opinion(scope:actor)"
55divide = 5
}
57add = {
58desc = "THEIR_TRUST_TOOLTIP" A Confiança deles em nós
59value = "scope:recipient.trust(scope:actor)"
60divide = 5
}
62add = {
63desc = "DIPLOREASON_DIPLOMATIC_REPUTATION" Reputação Diplomática
}
69subtract = {
70desc = "DIPLOREASON_BASE_RELUCTANCE" Relutância Base
71value = 25
}
73if = {
74limit = {
75scope:recipient = {
76is_rival_of = scope:actor
}
}
79subtract = {
80desc = "game_concept_rival" Rival
81value = 100
}
}
84if = {
85limit = {
86scope:recipient = {
87has_reform = government_reform:merchant_republic
}
}
90subtract = {
91desc = "DIPLOREASON_COMPETING_MERCHANT_REPUBLIC" República Mercantil Concorrente
92value = 100
}
}
}