脚本值
aqueduct_system_max_level
定义in_game/common/script_values/building_caps.txt:535
536add = {
537desc = "BUILDING_LEVEL_BASE" 基础
538value = 1
}
540if = {
541limit = {
541owner.modifier:aqueduct_system_max_level != 0
}
542add = {
543desc = "BUILDING_LEVEL_FROM_OWNER_MODIFIERS" 所有者修正
544value = owner.modifier:aqueduct_system_max_level
}
}