# Entropy Drinkers and Variants Initial Setup # Buildings Added: # * Leeching Tower if = { limit = { exists = owner } if = { limit = { owner = { has_valid_civic = civic_entropy_drinkers } } add_building = building_lifecrypt_1 } else_if = { limit = { owner = { has_valid_civic = civic_entropy_drinkers_machine } } add_building = building_lifecrypt_machine_1 } else_if = { limit = { owner = { has_valid_civic = civic_entropy_drinkers_hive_mind } } add_building = building_lifecrypt_hive_mind_1 } else_if = { limit = { owner = { has_valid_civic = civic_entropy_drinkers_corporate } } add_building = building_lifecrypt_corporate_1 } }