Once More Unto the Breach
The "Once More Unto the Breach" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Once More Unto the Breach

Country event
Minamar Specialized Industries stole us from our worlds, imprisoned and indentured us. Even now, they continue their vile trade under a guise of commerce. The time has come to end them once and for all.
The command below will trigger the "Once More Unto the Breach" event in Stellaris:
Player choices
When this event fires, you can choose between the following option:
- Cry havoc.
- Gain modifier: War of Freedom
Firing conditions
Conditions the game checks before this event can fire:
- Requires origin: Broken Shackles
Show raw conditions
has_origin = origin_broken_shackles
has_country_flag = war_of_freedom
from = {
OR = {
AND = {
is_war_participant = { who = event_target:MSI_country side = defenders }
is_war_participant = { who = root side = attackers }
}
AND = {
is_war_participant = { who = event_target:MSI_country side = attackers }
is_war_participant = { who = root side = defenders }
}
}
}
NOT = {
has_country_flag = second_war_of_freedom
}