
Peace Treaty
Abandon Colonial Claim
We shall compel our foes to renounce their unfounded claims on colonial domains, erasing their ambitions across the seas.
Definitionin_game/common/peace_treaties/abandon_colonial_claim.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" Base
5value = 10
}
}
10base_antagonism = 0.5
11antagonism_type = antagonism_abandon_colonial_claim
13potential = {
}
16allow = {
}
19select_trigger = {
20looking_for_a = province_definition
21interaction_source_list = {
22scope:recipient = {
23every_colonial_claim_province_definition = {
24add_to_list = source
}
}
}
28target_flag = target
29visible = {
}
}
33effect = {
34remove_colonial_claim = scope:target
}
37ai_desire = {
38add = {
39value = -5
}
41if = {
42limit = {
43scope:winner = {
44is_rival_of = scope:loser
}
}
47add = {
48desc = "game_concept_rival"
49value = 10
}
}
52if = {
53limit = {
54scope:winner.prestige < scope:loser.prestige
}
56add = {
57desc = "DIPLOREASON_LOWER_PRESTIGE"
58value = scope:loser.prestige
59subtract = scope:winner.prestige
}
}
}