
Friedensvertrag
Kolonienaufgabe
Unsere Feinde müssen ihre Kolonien aufgeben und sie jenen überlassen, die würdiger sind … Zum Beispiel uns selbst.
Definitionin_game/common/peace_treaties/abandon_colonies.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" Grundwert
5value = 5
}
7add = {
8desc = "game_concept_development" Entwicklung
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 = {
}