stellar_manip_automatic_harvest = {
    potential = {
        has_technology = tech_gigas_stellar_manip_2
        is_country_type = default
    }
    option = {
        name = "policy_automatic_harvest"
        policy_flags = {
            policy_automatic_harvest
        }
    }
    option = {
        name = "policy_manual_harvest"
        policy_flags = {
            policy_manual_harvest
        }
    }
}

stellar_manip_automatic_injection = {
    potential = {
        has_technology = tech_gigas_stellar_manip_2
        is_country_type = default
    }
    option = {
        name = "policy_automatic_injection"
        policy_flags = {
            policy_automatic_injection
        }
    }
    option = {
        name = "policy_manual_injection"
        policy_flags = {
            policy_manual_injection
        }
    }
}