# Death Cult Initial Setup # Buildings Removed: # * Temple (granted from Spiritualist ethics) # Buildings Added: # * Sacrifical Temple if = { limit = { exists = owner owner = { is_death_cult_empire = yes } } if = { limit = { has_zone = { zone = zone_habitat_research_unity } } remove_building = building_temple add_building = { zone = zone_habitat_research_unity building = building_sacrificial_temple_1 } } else_if = { limit = { exists = owner owner = { has_origin = origin_cybernetic_creed } } add_building = building_sacrificial_temple_1 } else = { remove_building = building_temple add_building = { zone = zone_research_unity building = building_sacrificial_temple_1 } } }