Incoming Transmission
The "Incoming Transmission" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Incoming Transmission
Country eventMean time: 22 months
We have monitored the efforts of your fleets in the fight against the Contingency. This is a struggle the galaxy cannot afford to lose, and we are heartened by your spirited resistance. The Cybrex would like to reward the brave defenders of the … by offering you complete control over one of our new battle fleets. It will obey your commands as well as any of your own fleets, though we would ask that you only employ it in battle against the Contingency.
The command below will trigger the "Incoming Transmission" event in Stellaris:
Player choices
When this event fires, you can choose between these 2 options:
- We will put this fleet to good use.
- A Cybrex battle fleet under our control appears over ….
- We have no need of your fleet.
Firing conditions
Show raw conditions
is_ai = no
has_global_flag = cybrex_resurface
NOT = { has_global_flag = cybrex_destroyed }
NOT = { has_country_flag = cybrex_donation }
check_variable = {
which = "contingency_fleet_kills"
value > 100
}
any_country = {
is_country_type = cybrex_empire
count_controlled_ship = {
count > 30
}
ROOT = {
NOT = { is_at_war_with = PREV }
}
}