外交关系
商馆建造权
一个国家会授予另一国家在其领土上建造商馆的权利。
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" 对我们有利
47value = 100
}
}
51wants_to_give = {
52add = {
53desc = "THEIR_OPINION_TOOLTIP" 他们对我们的好感
54value = "scope:recipient.opinion(scope:actor)"
55divide = 5
}
57add = {
58desc = "THEIR_TRUST_TOOLTIP" 他们对我们的信任度
59value = "scope:recipient.trust(scope:actor)"
60divide = 5
}
62add = {
63desc = "DIPLOREASON_DIPLOMATIC_REPUTATION" 外交声誉
}
69subtract = {
70desc = "DIPLOREASON_BASE_RELUCTANCE" 基础不情愿值
71value = 25
}
73if = {
74limit = {
75scope:recipient = {
76is_rival_of = scope:actor
}
}
79subtract = {
80desc = "game_concept_rival" 宿敌
81value = 100
}
}
84if = {
85limit = {
86scope:recipient = {
87has_reform = government_reform:merchant_republic
}
}
90subtract = {
91desc = "DIPLOREASON_COMPETING_MERCHANT_REPUBLIC" 竞争的商业共和国
92value = 100
}
}
}