Скриптовое значение

bock_max_level

bock_max_levelin_game/common/script_values/building_caps.txt:641
ТребуетБастионУлучшениеif 1КрепостьУлучшениеif 3ШтерншанцУлучшениеif 2

Определениеin_game/common/script_values/building_caps.txt:641

642add = {
643desc = "BUILDING_LEVEL_BASE" Базовый уровень
644value = 1
}
646if = {
647limit = {
648owner = {
648has_advance = bastion_advance Бастион
}
}
650add = {
651desc = "bastion_advance" Бастион
652value = 1
}
}
655if = {
656limit = {
657owner = {
657has_advance = star_fort_advance Штерншанц
}
}
659add = {
660desc = "star_fort_advance" Штерншанц
661value = 1
}
}
664if = {
665limit = {
666owner = {
666has_advance = fortress_advance Крепость
}
}
668add = {
669desc = "fortress_advance" Крепость
670value = 1
}
}