EventChanged this version
Plausible Deniability

Conducting any form of attacks on rival ships in peacetime, whether through sanctioning reprisals or private wars or covertly backing piracy, has had many benefits to us, but is not without problems. One of our privateering operations was recently compromised and the ships and crew captured. As luck would have it, they had lost their letter of marque, proving they work with our approval, and whatever proof connects them to us is purely circumstantial.
As a last resort, the captain has now contacted us, hoping we will admit to our official backing so it can be used as leverage in the upcoming trial.
Definitionin_game/events/economy/privateers.txt:439
440hide_portraits = yes
441type = country_event
442title = privateers.10.title Plausible Deniability
443desc = privateers.10.desc Conducting any form of attacks on rival ships in peacetime, whether through sanctioning reprisals or private wars or covertly backing piracy, has had many benefits to us, but is not without problems. One of our privateering operations was recently compromised and the ships and crew captured. As luck would have it, they had lost their letter of marque, proving they work with our approval, and whatever proof connects them to us is purely circumstantial.
As a last resort, the captain has now contacted us, hoping we will admit to our official backing so it can be used as leverage in the upcoming trial.
As a last resort, the captain has now contacted us, hoping we will admit to our official backing so it can be used as leverage in the upcoming trial.
444outcome = neutral
445trigger = {
446any_privateer_from_country = {
447area = {
448any_adjacent_ports_to_area = {
449NOT = {
449owner = root
}
}
}
}
}
455illustration_tags = {
45610 = regular
45710 = interior
}
460immediate = {
}
462random_privateer_from_country = {
463limit = {
464area = {
465any_adjacent_ports_to_area = {
466NOT = {
466owner = root
}
}
}
}
470save_scope_as = target_privateer
472area = {
473random_adjacent_ports_to_area = {
474limit = {
475has_owner = yes
476NOT = {
476owner = root
}
}
478save_scope_as = target
}
}
}
}