
和平条约本版本新增
强制执行斯卡拉要求
一群敌对国家竟胆敢反抗并蚕食德拉·斯卡拉的领地。是时候铲除弱者了!
斯卡拉战争宣战理由potential定义in_game/common/peace_treaties/scaligeri_peace_treaties.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" 基础
5value = 70
}
}
9potential = {
10scope:war ?= {
12defender_leader = scope:winner
13attacker_leader = scope:loser
}
}
17effect = {
18if = {
19limit = {
20exists = scope:winner
}
22scope:winner = {
23custom_tooltip = {
24text = ver_add_integration_in_every_location Concept所有位于此前斯卡拉征服疆域的地点将获得+100.0%整合
25every_owned_location = {
26limit = {
27is_in_scripted_geography = scripted_geography:scaligeri_conquests_geography
28NOT = {
28integration_progress = 100
}
}
30change_integration_progress = 100
}
}
33custom_tooltip = {
34text = ver_remove_antagonism Country将解除其他国家因和平条约要求而产生的敌意
35every_known_country = {
36remove_antagonism = {
37target = scope:winner
38modifier = antagonism_peace_treaty_demands
}
}
}
}
}
44else = {
45custom_tooltip = {
46text = ver_add_integration_in_every_location Concept所有位于此前斯卡拉征服疆域的地点将获得+100.0%整合
47every_owned_location = {
48limit = {
49is_in_scripted_geography = scripted_geography:scaligeri_conquests_geography
50NOT = {
50integration_progress = 100
}
}
52change_integration_progress = 100
}
}
55custom_tooltip = {
56text = ver_remove_antagonism Country将解除其他国家因和平条约要求而产生的敌意
57every_known_country = {
58remove_antagonism = {
59target = scope:winner
60modifier = antagonism_peace_treaty_demands
}
}
}
}
}
67ai_desire = {
68add = {
69desc = "BASE"
70value = 10000
}
}