Event
Conspirator Exposed

A spy within our ranks has uncovered a key figure in the conspiracy against Target Character 2. The traitor, Target Character 1, has been secretly working to undermine our rule, but his/her fate is now in our hands. Do we make an example of him/her, hoping to deter others, or do we extract more information? We may yet uncover the deeper roots of this treason.
Definitionin_game/events/disaster/coup_attempt.txt:87
88hide_portraits = yes
89type = country_event
90category = disaster_event
91title = coup_attempt.3.title Conspirator Exposed
92desc = coup_attempt.3.desc A spy within our ranks has uncovered a key figure in the conspiracy against Target Character 2. The traitor, Target Character 1, has been secretly working to undermine our rule, but his/her fate is now in our hands. Do we make an example of him/her, hoping to deter others, or do we extract more information? We may yet uncover the deeper roots of this treason.
93outcome = neutral
95image = "gfx/interface/illustrations/disaster/coup_attempt.dds"
103immediate = {
104random_character = {
108save_scope_as = target_character_1
}
110ruler_or_regent ?= {
110save_scope_as = target_character_2
}
111random_neighbor_country = {
111save_scope_as = target_country
}
113if = {
114limit = {
115any_character = {
}
}
121random_character = {
126save_scope_as = target_character_3
}
128random_character = {
129limit = {
131this != scope:target_character_1
132this != scope:target_character_3
}
134save_scope_as = target_character_4
}
137random_character = {
138limit = {
139is_ruler = no
140is_regent = no
141is_adult = yes
142this != scope:target_character_1
143this != scope:target_character_3
144this != scope:target_character_4
}
146save_scope_as = target_character_5
}
149random_character = {
150limit = {}
159save_scope_as = target_character_6
}
}
}