Event
This cannot stand

Pirates have struck some of our shipping. They tortured and then brutally murdered the male passengers and as for the female passengers the tales told shock all civilized men. One of the female passengers was the daughter of an important noble and he is crying out for vengeance. There are heavy implications that these pirates are under someone's protection.
Definitionin_game/events/economy/trade.txt:50
51hide_portraits = yes
52type = country_event
53title = trade.2.title This cannot stand
54desc = trade.2.desc Pirates have struck some of our shipping. They tortured and then brutally murdered the male passengers and as for the female passengers the tales told shock all civilized men. One of the female passengers was the daughter of an important noble and he is crying out for vengeance. There are heavy implications that these pirates are under someone's protection.
55outcome = neutral
57illustration_tags = {
5810 = angry
5910 = exterior
}
61trigger = {
63has_markets = yes
64any_port_in_country = {
65sea_zone = {
66area = {
67any_privateer_in_area = {
68NOT = {
68owner = root
}
69privateer_power > 0.5
}
}
}
}
}
75immediate = {
}
77random_port_in_country = {
78limit = {
79sea_zone = {
80area = {
81any_privateer_in_area = {
82NOT = {
82owner = root
}
83privateer_power > 0.5
}
}
}
}
89sea_zone = {
90area = {
91random_privateer_in_area = {
92limit = {
93NOT = {
93owner = root
}
94privateer_power > 0.5
}
96save_scope_as = target
}
}
}
}
}