
建筑本版本变更
隔离棚
社区外围的小茅棚,患病的病人们被强迫隔离在这里,以避免疫情传播到其他市民身上。
可以建造隔离棚修正类型country potential, remove if
黑死病局势country potential, remove if修正
生产方式 1
定义in_game/common/building_types/town_buildings.txt:468
469audio_tier = 1
470is_foreign = no
472max_levels = 1
473employment_size = clergy_medical_employment
476rural_settlement = yes
477town = yes
478city = yes
479megalopolis = yes
481build_time = super_fast_temporary_house
483country_potential = {
485custom_tooltip = {
486text = pest_house_tt 只有在黑死病局势中启用驱逐病人时才能建造。
}
}
491remove_if = {
492OR = {
494owner = {
495AND = {
497trigger_if = {
498limit = {
499is_subject = yes
}
}
}
}
}
}
508unique_production_methods = {
509pest_house_maintenance = {
510fiber_crops = 0.10
511incense = 0.10
512category = building_maintenance
}
}

