Pirate Hideout Discovered
The "Pirate Hideout Discovered" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Pirate Hideout Discovered

We have found a covert underground base on … bearing the insignia of the Black Needle. We believe that this is an external base used by the piracy group, isolated from their other operations. The next piece of the Celestial Chart must be stored here, likely alongside other riches and baubles. We could easily begin orbital bombardment of the base, but this may give the Black Needle the time they need to call for reinforcements. On the other hand, a rapid deployment of our ground forces would more swiftly seize the base, giving little time for the enemy to respond. A more clandestine approach would be to hack into the base's computer systems and secure the Celestial Chart piece in a daring heist.
The command below will trigger the "Pirate Hideout Discovered" event in Stellaris:
Player choices
When this event fires, you can choose between the following option:
- Much to consider.
- Start special project: Assault the Black Needle Base
- Start special project: Hacking the Pirates
Firing conditions
Conditions the game checks before this event can fire:
- Requires origin: Treasure Hunters
Show raw conditions
has_origin = origin_treasure_hunters
from = {
has_deposit = d_black_needle_base
solar_system = {
is_point_of_interest = {
id = black_needle_base_system_poi
event_chain = treasure_hunters_origin_story_chain
owner = root
}
}
}