Relation diplomatique
Droits de fondacos
Un Pays va accorder à un autre pays le droit de construire un Fondaco sur son territoire.
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" Bon pour nous
47value = 100
}
}
51wants_to_give = {
52add = {
53desc = "THEIR_OPINION_TOOLTIP" Son Opinion sur nous
54value = "scope:recipient.opinion(scope:actor)"
55divide = 5
}
57add = {
58desc = "THEIR_TRUST_TOOLTIP" Sa Confiance en nous
59value = "scope:recipient.trust(scope:actor)"
60divide = 5
}
62add = {
63desc = "DIPLOREASON_DIPLOMATIC_REPUTATION" Réputation diplomatique
}
69subtract = {
70desc = "DIPLOREASON_BASE_RELUCTANCE" Réticence de 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" République marchande performante
92value = 100
}
}
}