Скриптовое условие

is_steppe_location

is_steppe_locationin_game/events/estates/cossacks_estate_events.txt:3

Определениеin_game/events/estates/cossacks_estate_events.txt:3

4is_ownable = yes
5topography = flatland
7OR = {
8vegetation = sparse
9vegetation = grasslands
}
11OR = {
12climate = cold_arid
13AND = {
14climate = continental
15OR = {
16region = region:steppes_region
17region = region:mongolia_region
18region = region:manchuria_region
}
}
}