
Peace TreatyNew this version
Enforce Scaliger Demands
A set of hostile countries had the gall to oppose and shrink the domains of the della Scala. It is time to cull the weak!
Scaliger WarCasus BellipotentialDefinitionin_game/common/peace_treaties/scaligeri_peace_treaties.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" 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 Every Owned Location in Recent Scaligeri Conquests will receive +100.0% Integration
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 will have their Antagonism from Peace Treaty demands removed from all Countries
35every_known_country = {
36remove_antagonism = {
37target = scope:winner
38modifier = antagonism_peace_treaty_demands
}
}
}
}
}
44else = {
45custom_tooltip = {
46text = ver_add_integration_in_every_location Every Owned Location in Recent Scaligeri Conquests will receive +100.0% Integration
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 will have their Antagonism from Peace Treaty demands removed from all Countries
57every_known_country = {
58remove_antagonism = {
59target = scope:winner
60modifier = antagonism_peace_treaty_demands
}
}
}
}
}
67ai_desire = {
68add = {
69desc = "BASE"
70value = 10000
}
}