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

Leader event
Under the audacious regime of …, we have accumulated a huge cache of seized contraband. The operation was a long time in the making, and its successful conclusion has crippled the organized crime syndicates that had taken root within our borders.
The command below will trigger the "Confiscated Contraband" event in Stellaris:
Player choices
When this event fires, you can choose between the following option:
- Justice never sleeps.
- +400 Energy Credits
- Gain modifier: Confiscated Contraband
Firing conditions
Conditions the game checks before this event can fire:
- Must not have modifier: Crime Lord Deal
Show raw conditions
leader_class = official
NOR = {
has_trait_tier1or2 = { TRAIT = leader_trait_corrupt }
has_trait_tier1or2 = { TRAIT = leader_trait_embezzler }
is_pacifist = no
}
exists = planet
planet = {
planet_crime >= 20
NOT = { has_modifier = crime_lord_deal }
}