Incoming Transmission
The "Incoming Transmission" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Incoming Transmission
Country event
Treacherous cur. We will be taking our fleet back now.
The command below will trigger the "Incoming Transmission" event in Stellaris:
Player choices
When this event fires, you can choose between the following option:
- We shall be free!
Firing conditions
Show raw conditions
from = {
using_war_goal = {
type = wg_independence
owner = attacker
}
any_attacker = { is_same_value = root }
any_defender = {
OR = {
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
}
}
}
any_country = {
is_at_war_with = root
OR = {
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
}
root = {
has_country_flag = borrowed_fleet_from@prev
any_controlled_fleet = { has_fleet_flag = scion_borrowed_fleet }
}
}