
Peace Treaty
Humiliation
Through war and forceful means, we will assert our dominance against our rivals. Our superiority shall be clear and plain to see through this peace treaty.
Definitionin_game/common/peace_treaties/humiliate.txt:1
3blocks_full_annexation = yes
5cost = {
6add = {
7desc = "DIPLOREASON_BASE" Base
8value = 5
}
10add = {
11desc = "game_concept_prestige" Prestige
12value = scope:loser.prestige
13multiply = 0.5
}
}
17effect = {
18scope:winner = {
19add_prestige = {
20value = scope:loser.prestige
21multiply = 0.2
22min = 5
}
24if = {
25limit = {
26scope:loser = {
26is_rival_of = scope:winner
}
}
}
}
}
39ai_desire = {
40if = {
41limit = {
42scope:winner = {
43is_rival_of = scope:loser
}
}
46add = {
47desc = "game_concept_rival"
48value = 5
}
}
51if = {
52limit = {
53scope:winner.prestige < scope:loser.prestige
}
55add = {
56desc = "DIPLOREASON_LOWER_PRESTIGE"
57value = scope:loser.prestige
58subtract = scope:winner.prestige
59divide = 5
}
}
}