
Peace Treaty
Subjugate Natives
The natives shall bend the knee and accept our dominion, and their lands shall become ours by right.
TribeGovernment TypecostDefinitionin_game/common/peace_treaties/subjugate_natives.txt:1
2potential = {
3scope:war = {
4or = {
5has_casus_belli = no
6casus_belli = {
7is_trade_cb = no
}
}
}
11scope:winner = {
12OR = {
13country_type = location
14country_type = army
}
}
17scope:loser = {
18country_type = pop
}
}
22allow = {
}
25select_trigger = {
26looking_for_a = province_definition
27source = recipient
28target_flag = target
29visible = {
30scope:recipient = {
31any_owned_nomad_pop = {
32location.province_definition = root
}
}
}
}
38cost = {
39add = {
40desc = "DIPLOREASON_BASE" Base
41value = 10
}
43add = {
44desc = "game_concept_development" Development
45value = {
46scope:target = {
47every_location_in_province_definition = {
48add = this.development
}
}
}
52multiply = 0.1
}
54if = {
55limit = {
}
63multiply = 0.5
}
}
67base_antagonism = 1
68antagonism_type = antagonism_subjugate_natives
70effect = {
72scope:target = {
73every_location_in_province_definition = {
74every_pop = {
75limit = {
76owner ?= scope:loser
}
78change_pop_owner = scope:winner
}
}
}
}
84ai_desire = {
}