slot_habitat_01 = { included_zone_sets = { habitat_urban } unlock = { # planet scope always = yes } } slot_habitat_02 = { included_zone_sets = { habitat_urban } unlock = { # planet scope custom_tooltip = { fail_text = zone_unavailable_tech_habitat_2 OR = { AND = { is_capital = yes exists = owner owner = { is_void_dweller_empire = yes } } AND = { exists = owner owner = { has_tech_or_functional_civic = { TECH = tech_habitat_2 } } } } } } } slot_habitat_energy = { included_zone_sets = { habitat_energy } unlock = { # planet scope custom_tooltip = { fail_text = zone_unavailable_tech_power_hub_1 OR = { AND = { is_capital = yes exists = owner owner = { is_void_dweller_empire = yes } } AND = { exists = owner owner = { has_tech_or_functional_civic = { TECH = tech_power_hub_1 } } } } } } } slot_habitat_minerals = { included_zone_sets = { habitat_minerals } unlock = { # planet scope custom_tooltip = { fail_text = zone_unavailable_tech_mineral_purification_1 OR = { AND = { is_capital = yes exists = owner owner = { is_void_dweller_empire = yes } } AND = { exists = owner owner = { has_tech_or_functional_civic = { TECH = tech_mineral_purification_1 } } } } } } } slot_habitat_research = { included_zone_sets = { habitat_research } unlock = { # planet scope custom_tooltip = { fail_text = zone_unavailable_tech_space_science_1 OR = { AND = { is_capital = yes exists = owner owner = { is_void_dweller_empire = yes } } has_deposit = d_payback_habitat_research AND = { exists = owner owner = { has_tech_or_functional_civic = { TECH = tech_space_science_1 } } } } } } }