
国家互动本版本新增
侵犯意大利主权
向一个意大利国家或联盟成员提供杜卡特,使其叛逃至我们的联盟,无论其当前效忠于谁。
巴尔干联盟国际组织select trigger
法兰西联盟国际组织select trigger
神圣罗马联盟国际组织select trigger
伊比利亚联盟国际组织select trigger
第一意大利联盟国际组织select trigger
第二意大利联盟国际组织select trigger
第三意大利联盟国际组织select trigger
联盟赞助者特殊地位select trigger
意大利战争局势allow, potentialiw_tension变量allow定义in_game/common/country_interactions/italian_wars_country_interactions.txt:1
2type = diplomacy
3category = CATEGORY_ACCESS_ACTIONS
5ai_limit_per_check = 1
7ai_prerequisite = {
}
11potential = {
}
25cooldown = {
26type = violate_italian_sovereignty
27years = 1
}
30select_trigger = {
31looking_for_a = country
32target_flag = recipient
33name = "violate_italian_sovereignty_select_country" 我们拉拢谁加入我们的联盟?
34none_available_msg_key = "violate_italian_sovereignty_no_countries"
35pre_evaluation_sort_value = {
36if = {
36limit = {
36is_during_bankruptcy = yes
}
36add = 100
}
37if = {
37limit = {
37monthly_balance < 0
}
37add = 20
}
}
39pre_evaluation_number_to_evaluate_fully = 3
40column = {
41data = name
}
43column = {
44data = population
}
46visible = {
51at_war = no
52NOT = {
52this = scope:actor
}
54NOR = {
}
}
}
}
75NOT = {
76any_international_organizations_member_of = {
77has_member = root
78international_organization_has_leader = yes
79leader_country = scope:actor
80OR = {}
}
}
91scope:actor = {
92custom_tooltip = {
93text = violate_italian_sovereignty_not_already_full_access_tt 我们尚未获得他们的军事通行权和食物获取权
94NAND = {
95receives_military_access_from = root
96receives_food_access_from = root
}
}
}
}
}
103effect = {
104if = {
105limit = {
105exists = scope:recipient
}
106create_relation = {
107type = relation_type:italian_wars_forced_access
108first = scope:actor
109second = scope:recipient
110years = 5
}
112scope:recipient = {
114add_opinion = {
115modifier = opinion_violated_sovereignty
116target = scope:actor
}
}
}
}
122ai_will_do = {
123add = {
124value = -1
125desc = "BASE_VALUE"
}
127if = {
128limit = {
128exists = scope:recipient
}
129if = {
130limit = {
130scope:actor = {
130wants_military_access_in = scope:recipient
}
}
131add = {
132value = 10
133desc = "actor wants access in recipient country"
}
}
136if = {
137limit = {
138scope:recipient = {
138gives_military_access_to = scope:actor
}
}
140subtract = {
141value = 100
142desc = "already has access"
}
}
145subtract = {
146value = scope:recipient.num_locations_owned_or_owned_by_subjects_or_below
147desc = "size of recipient"
}
149if = {
150limit = {
151scope:recipient = {
152NOR = {
153is_rival_of = scope:actor
154is_enemy_of = scope:actor
}
}
}
158subtract = {
159value = 5
160desc = "neither rival nor enemy"
}
}
}
}