
Peace Treaty
Abandon Colonies
Our enemies shall abandon their distant colonies, leaving them to ruin or to be claimed by others more worthy... like ourselves.
Definitionin_game/common/peace_treaties/abandon_colonies.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" Base
5value = 5
}
7add = {
8desc = "game_concept_development" Development
9value = scope:target.province_average_development
10multiply = 0.1
}
}
14base_antagonism = 1
15antagonism_type = antagonism_abandon_colonies
17potential = {
18scope:winner = {
19country_type = pop
}
}
23select_trigger = {
24looking_for_a = province
25source = recipient
26target_flag = target
27visible = {
28scope:recipient = {
29any_colonial_charter = {
30province_definition = root.province_definition
}
}
}
}
36allow = {
}
39effect = {
40destroy_colonial_charter = scope:target
}
43ai_desire = {
}