Event
Spymaster Suspects Neighbors

Having a spymaster in our employ has mainly contributed to our intelligence gathering abroad, but our Spymaster sometimes coordinates counterespionage as well. Recently, investigations have uncovered a conspiracy that could only be the work of one of our neighboring countries. Which neighbor is behind it remains unclear, but the constant exchanges of information would require those behind it to be close by.
Our spymaster has prepared to round up and harshly question a number of foreign officials who might be involved, but conflicting theories about the culprits leaves it up to the Ruler Title to decide who to target. Our neighbors will probably not appreciate the accusations, but something needs to be done, and fast.
Definitionin_game/events/diplomacy/espionage_events.txt:225
226hide_portraits = yes
227type = country_event
228title = espionage_events.8.title Spymaster Suspects Neighbors
229desc = espionage_events.8.desc Having a spymaster in our employ has mainly contributed to our intelligence gathering abroad, but our Spymaster sometimes coordinates counterespionage as well. Recently, investigations have uncovered a conspiracy that could only be the work of one of our neighboring countries. Which neighbor is behind it remains unclear, but the constant exchanges of information would require those behind it to be close by.
Our spymaster has prepared to round up and harshly question a number of foreign officials who might be involved, but conflicting theories about the culprits leaves it up to the Ruler Title to decide who to target. Our neighbors will probably not appreciate the accusations, but something needs to be done, and fast.
Our spymaster has prepared to round up and harshly question a number of foreign officials who might be involved, but conflicting theories about the culprits leaves it up to the Ruler Title to decide who to target. Our neighbors will probably not appreciate the accusations, but something needs to be done, and fast.
230outcome = neutral
231trigger = {
232any_known_country = {
233spy_network = {
233target = root
233value >= 25
}
234is_neighbor_of = root
}
236any_known_country = {
237spy_network = {
237target = root
237value >= 25
}
238NOT = {
238is_neighbor_of = root
}
}
}
242image = "gfx/interface/illustrations/event/backgrounds/special/espionage.dds"
244immediate = {
245hidden_effect = {
246random_known_country = {
247limit = {
248is_neighbor_of = root
249spy_network = {
249target = root
249value >= 25
}
}
252save_scope_as = neighbor_1
}
254random_known_country = {
255limit = {
256NOT = {
256is_neighbor_of = root
}
257spy_network = {
257target = root
257value >= 25
}
}
259save_scope_as = neighbor_2
}
}
}