Event
Secrets in our Alliance

Ambassadors and diplomatic envoys often double as spies, or at least informants who go beyond their duties to gather information in the country where they are supposed to do honest negotiations. This makes it less than surprising that the Spying Ambassador Adjective ambassador here in Capital has been suspected of involvement in espionage. The challenge now lies in tactfully handling this discovery, since only a thorough cross-examination could ascertain guilt.
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Diplomats Exposed
Secrets in our Alliance↳ Option A “That's bad news.” · right away
Ambassador Confesses↳ Option A “We must get to the bottom of this. Arrest the ambassador.” · right away
Definitionin_game/events/diplomacy/espionage_events.txt:280
281type = country_event
282title = espionage_events.9.title Secrets in our Alliance
283desc = espionage_events.9.desc Ambassadors and diplomatic envoys often double as spies, or at least informants who go beyond their duties to gather information in the country where they are supposed to do honest negotiations. This makes it less than surprising that the Spying Ambassador Adjective ambassador here in Capital has been suspected of involvement in espionage. The challenge now lies in tactfully handling this discovery, since only a thorough cross-examination could ascertain guilt.
284outcome = neutral
285trigger = {
286any_related_country = {
287type = alliance
288count > 0
}
290any_related_country = {
291type = alliance
292spy_network = {
292target = root
292value >= 30
}
}
}
296image = "gfx/interface/illustrations/event/backgrounds/special/espionage.dds"
298immediate = {
299hidden_effect = {
300random_related_country = {
301type = alliance
302limit = {
303spy_network = {
303target = root
303value >= 30
}
}
305save_scope_as = spying_ambassador
306capital = {
307save_scope_as = spying_ambassador_capital
}
}
}
}