Способность отряда

Ассимиляция населения

absorb_popsin_game/common/unit_abilities/absorb_pops.txt:1

С помощью этого отряда можно заставить часть местного населения перейти на нашу сторону.

2toggle = no
3army_only = yes
5map = yes
7hidden = {
8owner ?= {
9not = {
9country_type = pop
}
}
}
13allow = {
14unit_location = {
15any_pop = {
16culture = root.owner.culture
17religion = root.owner.religion
18owner ?= {
19not = {
19country_exists = this
}
}
}
}
}
25start_effect = {
26unit_location = {
27random_pop = {
28limit = {
29culture = root.owner.culture
30religion = root.owner.religion
31owner ?= {
32not = {
32country_exists = this
}
}
}
35change_pop_owner = root.owner
}
}
}