Drifters and Settlers
The "Drifters and Settlers" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Drifters and Settlers

Country event
… has lain in orbit of … long enough for the novelty to cut both ways. A handful of passengers, restless between ports of call, ask to be set ashore for good; below, locals queue at the booking desk for any berth aboard, eager to taste the wonders the brochures promised.
The command below will trigger the "Drifters and Settlers" event in Stellaris:
Player choices
When this event fires, you can choose between these 3 options:
- Let them sign on, and welcome our visitors aboard.
- Premission granted. This time...
- Sedentaries have no place in our fleets.
Firing conditions
Conditions the game checks before this event can fire:
- Must not have ethic: Gestalt Consciousness
- Requires civic: Rogue Servitor
- Requires origin: Forever Cruise
Show raw conditions
has_encountered_other_species = yes
is_country_type = default
is_homicidal = no
OR = {
NOT = { has_ethic = "ethic_gestalt_consciousness" }
has_valid_civic = civic_machine_servitor
has_origin = origin_forever_cruise
}
any_owned_fleet = {
is_arkship_ship = yes
solar_system? = {
any_system_planet_colony = {
can_receive_nomad_migration = yes
}
}
}