Event
Scandal at the Court Title

A scandal has erupted in the Country Adjective Court Title! It seems that salacious rumors have been spreading regarding the promiscuousness of Princess, with the result that the Target Ruler Dynasty family has become the laughing stock of the Country Adjective Nobility. This is making it difficult to get anything done.
NobilityEstatetrigger
MonarchyGovernment TypetriggerDefinitionin_game/events/random_event.txt:259
260type = country_event
262title = random_event.6.title Scandal at the Court Title
263desc = random_event.6.desc A scandal has erupted in the Country Adjective Court Title! It seems that salacious rumors have been spreading regarding the promiscuousness of Princess, with the result that the Target Ruler Dynasty family has become the laughing stock of the Country Adjective Nobility. This is making it difficult to get anything done.
264outcome = neutral
265illustration_tags = {
26610 = angry
26710 = exterior
}
271trigger = {
273has_ruler = yes
274ruler ?= {
275any_child = {
276is_female = yes
277is_married = no
278is_adult = yes
279is_alive = yes
}
}
}
285immediate = {
286ruler = {
287random_child = {
288limit = {
289is_female = yes
290is_married = no
291is_adult = yes
292is_alive = yes
}
294save_scope_as = princess
}
296save_scope_as = target_ruler
}
}